Search found 8 matches
- Mon Jan 09, 2017 10:08 pm
- Forum: ESP-IDF
- Topic: Problems connecting to WiFi
- Replies: 25
- Views: 50281
Re: Problems connecting to WiFi
To clarify, are you saying that you couldn't connect to WiFi before you completely erased flash? Yes, exactly that's it. It seems that the esp32 development kit boards have been preflashed with an older sdk version. Thus it is necessary to erase all data in flash to get a newer app working. See htt...
- Mon Jan 09, 2017 9:07 pm
- Forum: ESP-IDF
- Topic: Problems connecting to WiFi
- Replies: 25
- Views: 50281
Re: Problems connecting to WiFi
After some tests I found out, that it is necessary to fully erase the flash memory by issuing the command ~/esp/esp-idf/components/esptool_py/esptool/esptool.py --port /dev/ttyUSB0 erase_flash Now make flash works properly. Further reading: https://nodemcu.readthedocs.io/en/master/en/flash/#sdk-init...
- Mon Jan 09, 2017 2:48 pm
- Forum: ESP-IDF
- Topic: Problems connecting to WiFi
- Replies: 25
- Views: 50281
Re: Problems connecting to WiFi
I don't think this brings you up to the master (at least in the recursively fetched remote repositories).
Deti
Deti
- Mon Jan 09, 2017 2:28 pm
- Forum: ESP-IDF
- Topic: Problems connecting to WiFi
- Replies: 25
- Views: 50281
Re: Problems connecting to WiFi
Hi Malte,
thank you very much for your help - it works now! Originally I followed the instructions in https://github.com/espressif/esp-idf/bl ... -setup.rst
Why did nobody tell that the SDK is broken currently?
Deti
thank you very much for your help - it works now! Originally I followed the instructions in https://github.com/espressif/esp-idf/bl ... -setup.rst
Why did nobody tell that the SDK is broken currently?
Deti
- Mon Jan 09, 2017 7:41 am
- Forum: ESP-IDF
- Topic: Problems connecting to WiFi
- Replies: 25
- Views: 50281
Re: Problems connecting to WiFi
Checked out everything again and still there is no difference.
Deti
Deti
- Mon Jan 09, 2017 12:26 am
- Forum: ESP-IDF
- Topic: Problems connecting to WiFi
- Replies: 25
- Views: 50281
Re: Problems connecting to WiFi
Even this very simple ssid and password does not work:
.ssid = "test",
.password = "12345678",
.bssid_set = false
Deti
.ssid = "test",
.password = "12345678",
.bssid_set = false
Deti
- Mon Jan 09, 2017 12:17 am
- Forum: ESP-IDF
- Topic: Problems connecting to WiFi
- Replies: 25
- Views: 50281
Re: Problems connecting to WiFi
Hi,
I tried WPA2 with two different access points:
- Fritz!Box 7490
- Raspi with hostapd
Further I tried an Android device (Oneplus 3 running Android 7.0) in wifi hotspot mode with and without any encryption.
All without any success.
Deti
I tried WPA2 with two different access points:
- Fritz!Box 7490
- Raspi with hostapd
Further I tried an Android device (Oneplus 3 running Android 7.0) in wifi hotspot mode with and without any encryption.
All without any success.
Deti
- Sun Jan 08, 2017 11:43 pm
- Forum: ESP-IDF
- Topic: Problems connecting to WiFi
- Replies: 25
- Views: 50281
Re: Problems connecting to WiFi
Same results here with three modules:
- two of type 'ESP32_Core_board_V2'
- one of type 'ESP32 DEVKIT V1' by www.doit.am
connected via USB to a MacbookPro. All git-repositories are up to date. Build was done under Ubuntu 16.04.1 running in a parallels VM.
Any help is appreciated.
Deti
- two of type 'ESP32_Core_board_V2'
- one of type 'ESP32 DEVKIT V1' by www.doit.am
connected via USB to a MacbookPro. All git-repositories are up to date. Build was done under Ubuntu 16.04.1 running in a parallels VM.
Any help is appreciated.
Deti