Most recent activity
-
-
-
Adafruit has the display as well:
https://www.adafruit.com/product/4098
Dear allObjects, did you find the time to use this display with espruino ?
Thanks
Sacha -
-
Hello Gordon
Quick question before i start a little project. Is UDP supported on a pico with WIZnet as it is on EspruinoWIFI ?
https://www.espruino.com/WIZnet
Many thanks for your answer.
Sacha
-
-
Hi Gordon
Thanks for your help. How much mem will eval use ? I think i allocate some spare space ?
var evalneed='How much is needed for eval ?'; if (x===undefined) { throw new Error("Not enough RAM for .bootcde"); } else { evalneed=''; // Required for eval // Ugly hack ! eval('var x = E.toString(ST.read(".bootcde")); ST.eraseAll(); ST.write(".bootcde",x); console.log("survived");'); // Here i do a reset via my custom watchdog function. }
This way