Espruino to excel. #1345
Replies: 5 comments
-
Posted at 2019-11-12 by @allObjects There are examples to push to google spreadsheet doc via wifi... and from there you can get it into excel. Get an Espruino-Pico and ESP8266 - or even better and sinpler: Esrpruino-Wifi - see http://forum.espruino.com/conversations/269510/ and http://forum.espruino.com/conversations/576/ and https://www.espruino.com/simple_data_logger Alternative, you can use Espruino Web IDE built-in testing feature which can log what ever data and on what ever interval you want - when connected - and pull this - with some massage-ing (.csv ?) into a spread sheet. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-11-12 by @gfwilliams There's a quite in depth tutorial on logging data here as well: https://www.espruino.com/Data+Collection If it's not that much data (~1000 items) then it's probably easiest to just display it in the Web IDE console and then copy and paste it into excel as mentioned there and in @allObjects' https://www.espruino.com/simple_data_logger link. However another option is to log it to an SD card as a CSV file. The Original Espruino has an SD card connector on board |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-11-30 by sebi I am collecting data on a Puck.js (thus without a SD card), and there is over a thousand samples. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-11-30 by @allObjects while disconnected for times, you still need storage space... and that may require to add some hardware - serial flash - into your puck. Operating this space needs also power... so think of a 'backpack' for Puck.js... may be a custom 3D printed case w/ additional or replaceable power supply compartment... You can just redo the hard part of the encasing and reuse the silicon for sealed closing but easy access. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-12-04 by @gfwilliams Yes, if you don't want to use the IDE then building a webpage seems like a good bet. https://www.espruino.com/Web+Bluetooth#reading-from-puck-js has some information. The simplest way would be to call |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-11-12 by cogo33
I am reading a humidity sensor with the espruino and would like to know if it is possible to save this data in excel.
Beta Was this translation helpful? Give feedback.
All reactions