Oscilloscope over UDP using an mbed

01 Nov 2013

Hello,

I made a UDP/IP stack for my mbed (I need to do GPIO over UDP, basically). One of the protocols I made is "Oscilloscope over UDP".

The protocol spec: http://www.efirmata.net/protocols/04-oscope.php

A working demo: http://www.efirmata.net/demos/02-oscilloscope.php

I use this setup all the time for my own projects. I hope that it might be useful for somebody else.

Cheers,

-Mark

26 Mar 2014

Hi Mark,

Is the Oscilloscope over UDP available online, and if so where can i download it.

Regards,

03 Feb 2017

Hello,

Sorry for this very, very late reply. All of the code is at: https://github.com/mfassler/eFirmata

(Nobody responded for quite a few months, so I figured there was no interest... hunh. Sorry.)

-Mark