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?
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.
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?