Search found 1 match

by chn357
Fri Sep 22, 2023 5:55 pm
Forum: ESP32 Arduino
Topic: Store data from ds18b20
Replies: 0
Views: 1040

Store data from ds18b20

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.