Difference between revisions of "BitScope BS10"

From sigrok
Jump to navigation Jump to search
(Created page with "thumb|right|BitScope BS10 The [http://www.bitscope.com/product/BS10/ BitScope BS10 Pocket Analyzer] is a mixed-signal oscilloscope, logic analyzer ...")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:BitScope BS10.png|thumb|right|BitScope BS10]]
[[File:BitScope BS10.png|thumb|right|BitScope BS10]]


The [http://www.bitscope.com/product/BS10/ BitScope BS10 Pocket Analyzer] is a mixed-signal oscilloscope, logic analyzer and spectrum analyzer. It is the smallest of the [http://www.bitscope.com/product/ BitScope series] of devices, which is based on a design [http://bitscope.com/download/files/CircuitCellar.pdf originally published] in [http://circuitcellar.com/ Circuit Cellar].
The [http://www.bitscope.com/product/BS10/ BitScope BS10 Pocket Analyzer] is a mixed-signal oscilloscope, logic analyzer and spectrum analyzer.
It is part of the [http://www.bitscope.com/product/ BitScope series] of devices, which is based on a design [http://bitscope.com/download/files/CircuitCellar.pdf originally published] in [http://circuitcellar.com/ Circuit Cellar].


See [[BitScope BS10/Info]] for USB details about the device.
See [[BitScope BS10/Info]] for USB details about the device.
Line 11: 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 18: Line 26:
File:BitScope BS10 back.png
File:BitScope BS10 back.png
File:BitScope BS10 bottom.png
File:BitScope BS10 bottom.png
File:BitScope BS10 PCB top.jpg
File:BitScope BS10 PCB bottom.jpg
</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 29: 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