Monthly Archives: June 2015

edison and bitscope micro

 

 

IMG_1793

Running the worlds smallest scope with the worlds smallest computer (give or take):

install 32 bit bitscope-server, community-provided ftdi kernel and possibly lib-ftdi1 on top of ubilinux/intel edison. In my case using the “large” arduino break out board. But you should go with  smaller one …  .

Hey! this is UDP client/server over wifi with multiple viewers/clients at 20MHz, dual channel etc etc

wget http://bitscope.com/download/files/bitscope-server_1.0.EA20A_i386.deb
dpkg -i bitscope-server_1.0.EA20A_i386.deb
wget https://communities.intel.com/servlet/JiveServlet/download/276496-92016/ftdi_sio.ko.gz

(cheers,https://communities.intel.com/people/Luis_Bucanero)

gunzip ftdi_sio.ko.gz
insmod ftdi_sio.ko
--
root@ubilinux:/home/leif# bitscope-server -v
Server: BitScope Server 1.0 EA20A starting...
Server: opened device USB:/dev/ttyUSB0
Server: opened UDP socket on "ubilinux" port 16385
Server: starting server process 1976
Server: server idle/start latency 8 ms
Server: downstream thread B693FB70 running
Server: upstream thread B6D3FB70 running
Server: listening for connections (press <ENTER> to terminate).
Client: new connection 192.168.10.6

--
on client: