Page 1 of 1

Store data from ds18b20

Posted: Fri Sep 22, 2023 5:55 pm
by chn357
What are the guidelines to use a esp32 as a data logger that record the output of 3 ds18b20, the requirements are:
1. use the internal memory to create a txt or csv file to record the data from the sensors.
2. use the built-in wifi to create a local network to download the txt or csv file.

regards.