Difference between revisions of "BitScope BS10"

From sigrok
Jump to navigation Jump to search
m (It's not the smallest anymore. BS05 is smaller.)
(Added a hardware description and existing project links)
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 ==

Revision as of 23:24, 1 August 2017

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