Search found 4 matches
- Sun Sep 02, 2018 10:00 am
- Forum: ESP32 Arduino
- Topic: attachInterrupt during wifi.begin
- Replies: 0
- Views: 2397
attachInterrupt during wifi.begin
Hi I have a question about attachInterrupt during wifi.begin. I have a simple rain sensor working with attachInterrupt. Problem is when i start wifi.begin it takes around 10 seconds to connect but during that time attachInterrupt doesnt work. I mean it doesnt trigger. So my question is this normal t...
- Sun Sep 02, 2018 9:47 am
- Forum: ESP32 Arduino
- Topic: Slow Wifi Connection
- Replies: 0
- Views: 2575
Slow Wifi Connection
Hi I am having problem with slow connection with my ESP32. It takes around 10 seconds to connect. Is this normal or is there any other way to speed it up? ESP-12 was much faster(light speed)! And the code is the same as for ESP32s. void WifiSettings() { WiFi.begin(ssid, passssss); int waitTimeLimit ...
- Sun Aug 26, 2018 11:51 am
- Forum: General Discussion
- Topic: DeepSleep - Preserve Time
- Replies: 2
- Views: 3788
Re: DeepSleep - Preserve Time
Tnx,
Link helped me and it works now.
Link helped me and it works now.
- Wed Aug 22, 2018 5:17 pm
- Forum: General Discussion
- Topic: DeepSleep - Preserve Time
- Replies: 2
- Views: 3788
DeepSleep - Preserve Time
Hi I would like to know if it is possible to preserve time when doing deep sleep? Any example? My goal is to log time when it goes to deep sleep and retrieve the time when it wakes up. So i can calculate the difference in seconds. I will connect to WIFI only on initial reset and not on other deep sl...