Sensor logging to text file or csv
Posted: Mon Dec 14, 2020 2:00 am
Hi, first project with ESP32. I'll be reading voltages from a simple RC circuit. I've saw an example that sends voltage readings to a cmd prompt:
What would be the easiest method to send this data to a .txt or .csv file? I need this data in a file so I can plot graphs latter on python or matlab. Thanks.
Code: Select all
idf.py -p [PORT] monitor