Difference between revisions of "BitScope BS10"

From sigrok
Jump to navigation Jump to search
m (It's not the smallest anymore. BS05 is smaller.)
(One intermediate revision by one other user not shown)
Line 12: Line 12:
== Hardware ==
== Hardware ==


The device operates with [https://www.microchip.com/wwwproducts/en/dsPIC33FJ128GP804 Microchip dsPIC33FJ128-GP804]
which connects to the computer via an
[http://www.ftdichip.com/Products/ICs/FT245R.htm FTDI FT245RL] (USB to parallel FIFO interface).


== Photos ==
=== Schematics ===
 
* http://bitscope.com/design/hardware/
 
=== Photos ===


<gallery>
<gallery>
Line 23: Line 30:
</gallery>
</gallery>


== Protocol ==
== Programming ==
 
* General information: http://bitscope.com/design/?p=programming
* Programmers' manual: http://bitscope.com/design/manual/
 
=== Existing projects ===
 
* [https://sourceforge.net/projects/xoscope/ xoscope]: Claims to have (or "soon" have) support for BitScope.
* https://github.com/leptonix/node-bitscope: written in Node.js/C++
* https://github.com/rveen/bitscope: written in Go
* https://github.com/lorddoomicus/bitscope: written in Python/AWK
** Comes with an insightfull blog post: https://www.doomd.net/2016/10/the-bitscope-linux-and-python.html
* https://github.com/blueslow/Matlab_bitscope_micro: written in Matlab/Python
* https://github.com/jonathanhogg/scopething: written in Python


== Resources ==
== Resources ==
Line 32: Line 52:
[[Category:Device]]
[[Category:Device]]
[[Category:Oscilloscope]]
[[Category:Oscilloscope]]
[[Category:In progress]]
[[Category:Planned]]

Revision as of 11:51, 29 October 2018

BitScope BS10

The BitScope BS10 Pocket Analyzer is a mixed-signal oscilloscope, logic analyzer and spectrum analyzer. It is part of the BitScope series of devices, which is based on a design originally published in Circuit Cellar.

See BitScope BS10/Info for USB details about the device.

Many thanks to the vendor, BitScope Designs, for providing us with sample hardware. Their product range is very open, with all protocol information and even hardware schematics freely available. This exemplary vendor support helps us implement sigrok drivers more quickly.

Hardware

The device operates with Microchip dsPIC33FJ128-GP804 which connects to the computer via an FTDI FT245RL (USB to parallel FIFO interface).

Schematics

Photos

Programming

Existing projects

Resources