Search found 2 matches

by jpuerj
Mon Dec 14, 2020 6:42 pm
Forum: General Discussion
Topic: Sensor logging to text file or csv
Replies: 2
Views: 3036

Re: Sensor logging to text file or csv

Thank you! Loving this little beast so far!
by jpuerj
Mon Dec 14, 2020 2:00 am
Forum: General Discussion
Topic: Sensor logging to text file or csv
Replies: 2
Views: 3036

Sensor logging to text file or csv

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: idf.py -p [PORT] monitor 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...