I am collecting data on a Puck.js (thus without a SD card), and there is over a thousand samples.
Is there an alternative way to retrieve those data to a file on my computer? @Robin suggested to build a Html web page that accesses the device.
I am building a data logger.
Using the storage library I am writing some data into a file onto my Espruino board (Puck.js).
How to retrieve this file to my computer?
(It is too big to do some copy/paste over the REPL.)
Thx
Search Options
Types to Display
Espruino
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I am collecting data on a Puck.js (thus without a SD card), and there is over a thousand samples.
Is there an alternative way to retrieve those data to a file on my computer?
@Robin suggested to build a Html web page that accesses the device.