Finding the SVG details opens up a whole new jar of grubs, means that the tiny ESP8266 can grow its own display unit.
Just the Juicy HTML Gui bits |
void drawGraph() {
out += "<circle cx=\"150\" cy=\"150\" r=\"100\" fill=\"rgb(160,160,250)\" />\n"; // the blue sun
y2 = analogRead(A0); // the Oscope analog , quite boring actually out += "</g>\n</svg>\n"; // before presenting the SVG graphic to the world. server.send ( 200, "image/svg+xml", out); |
Immediate plans are to create a simple 3D printed oscilloscope probe.... and where ever your probe goes your phone will go and display the data too ...remote or otherwise... with logging too.
Compatable modules ESP8266 series -07 and -12 have the adc input...