Microcontroller to CSV using both WebSerial (desktop) and Polyfill (Android-Chrome) to CSV
As of Feb 20th, 2023 Polyfill has a bug. I will try to fix it.
Note: For multiple values a timestamp needs to be the first value. If single multiple readings in each .csv file then a timestamp is not needed.
Headers are always needed.
This code collects data every 30 seconds, so nothing happens for a while
Save as time-series data For example try webSerial-auto-csv.html
Save individual data in numbered CSV files
...
...
Here is the latest sketch I am using. The .txt is for viewing the .ino is to download