-
• #2
So you're storing the data on the tag - you just want a way to get the data out of it into a CSV file? Effectively calling
getData()
and writing that to a file? -
• #3
Yes
-
• #4
Ok - the easiest thing would be to make a Web Bluetooth website. I'll add a very specific code example for this tomorrow.
-
• #5
Ok, it's now at http://www.espruino.com/Data+Collection#automatically-recovering-data
You can even try it right away by clicking the 'Try Me' button.
I just wanted to know if it is possible to log data from RuvviTag into a CSV file using Espruino. If any code is available it would help a lot.
This is the code I'm using to print values on the console