Search found 4 matches
- Tue Dec 17, 2019 9:24 am
- Forum: ESP-IDF
- Topic: Wifi STA mode error
- Replies: 1
- Views: 3657
Re: Wifi STA mode error
ESP32 connects fine to my mobile hotspot but not my home router. I've ran the wifi-scan example and ESP32 shows my router's network but with an empty BSSID.
- Fri Dec 13, 2019 3:54 am
- Forum: ESP-IDF
- Topic: Wifi STA mode error
- Replies: 1
- Views: 3657
Wifi STA mode error
I've been trying to connect to my AP from the ESP32 but have gotten several different error codes each time. I'm able to connect to other APs without issue but this AP have not been successful so far. The code being used is from the examples(station example). The AP I'm trying to connect to is a nor...
- Sat Jun 08, 2019 2:13 am
- Forum: ESP-IDF
- Topic: Nothing happens after cpu_start
- Replies: 3
- Views: 4242
Re: Nothing happens after cpu_start
I feel really stupid but it's because I didn't realise the sleep() command in C was in seconds and had put sleep(2000) instead of 2.
- Fri Jun 07, 2019 5:34 am
- Forum: ESP-IDF
- Topic: Nothing happens after cpu_start
- Replies: 3
- Views: 4242
Nothing happens after cpu_start
My code compiled without any errors and this is what happens after resetting. ... I (282) cpu_start: Starting scheduler on PRO CPU. I (0) cpu_start: Starting scheduler on APP CPU. After this statement nothing happens, I have added a printf statement inside of app_main and even that didn't run. I hav...