Search found 2 matches

by gmunari92
Thu Dec 23, 2021 2:06 pm
Forum: ESP32 boards
Topic: REPL via wifi access, during main.py execution
Replies: 9
Views: 24345

REPL via wifi access, during main.py execution

Hello everyone, I have an ESP32 connected with a relay and a thermometer. My target is to be able at the same time to: - trigger the relay when a temperature threshold is reached - access to the REPL via wifi, in order to get the temperature (and also force the relay status) I read in this forum tha...
by gmunari92
Fri Jul 02, 2021 8:55 am
Forum: ESP32 boards
Topic: mktime and localtime do not work as expected
Replies: 0
Views: 1194

mktime and localtime do not work as expected

Hello, I'm using a ESP32 with esp32-20210623-v1.16.bin installed. For my project I need to use the RTC clock and evaluate the difference between 2 dates. I run against several problems with utime module, that I do not understand and they are not coherent with the official documentation (https://docs...