Puck.js data logger, connected to Ruuvi App #4377
Replies: 1 comment
-
Posted at 2025-01-18 by @yerpj Espruino used to provide a module for Ruuvitag Posted at 2025-01-20 by @gfwilliams That Ruuvitag module was for Espruino running on an actual Ruuvitag, but Ruuvi didn't want to continue providing it. I'm not aware of any Espruino software that's compatible with Ruuvi, but there are a bunch of different ways you can store data on Espruino - see https://www.espruino.com/Data+Collection#flash-memory If you want timestamped data on Bangle.js you can use the
You can then export the data from Bangle.js as a CSV file, or as KML or GPX with GPS coordinates which a bunch of apps will read (although if you add your own recorder you'll also have to modify the downloader to get it to add the data you recorded in a way that works for you) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2025-01-17 by amandala
Hello, apologise if already discussed. I wonder if anyone build a Puck or bangle apps that can log data, preferably able to connect to visualisation apps such as Ruuvi App. I'm looking for buffered-timestamped data, just like Ruuvi, but I want to use Puck (and js) if similar has been done before. Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions