Version 0.3.3-31

Microcontroller to CSV using both WebSerial (desktop) and Polyfill (Android-Chrome) to CSV

As of Feb 20th, 2023 Pol,yfill 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.







...


...



Here is the latest sketch I am using. The .txt is for viewing the .ino is to download
  • webSerial-to-csv-arduino.txt This arduino sketch can be viewed
  • webSerial-to-csv-arduino.ino Click to download: Note: New ArduinoWebSerial testing code. Make sure in Arduino Serial Monitor you don't send a new-line EdgeImpulse data uploading csv format here
    This Github at https://github.com/hpssjellis/web-serial-polyfill

    Original Demo from Google Developers codelabs.

    Main index here
    Github here