Search found 4 matches
- Mon Jun 05, 2017 8:11 am
- Forum: General Discussion
- Topic: ESP32 WIFI Station Mode Error - bcn_timout,ap_probe_send_start
- Replies: 3
- Views: 7167
ESP32 WIFI Station Mode Error - bcn_timout,ap_probe_send_start
i have a simple wifi station mode and lwip socket like this esp32 (client) ----------------AP-------------- Ipad(server) connect AP and some time later with logs like this I (30947) wifi: bcn_timout,ap_probe_send_start I (33447) wifi: ap_probe_send over, resett wifi status to disassoc I (33447) wifi...
- Sat Apr 01, 2017 9:35 am
- Forum: General Discussion
- Topic: esp32 reset repeatedly
- Replies: 4
- Views: 8514
Re: esp32 reset repeatedly
i use customized esp32 module but it is same to esp32 demo board v2,ESP_Sprite wrote:What hardware do you have? Can you also try flashing using 'make flash'?
and make flash in msys2_shell
but same error message
- Sat Apr 01, 2017 7:25 am
- Forum: General Discussion
- Topic: esp32 reset repeatedly
- Replies: 4
- Views: 8514
esp32 reset repeatedly
i power on esp32, (GPOI 0 is 10k pull up) and flash hello-world example (with FLASH_DOWNLOAD_TOOLS_V3.4.4) but it is reset repearedly with this message ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0x00 clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_...
- Tue Jan 17, 2017 12:48 pm
- Forum: General Discussion
- Topic: esp32 example make error
- Replies: 1
- Views: 5057
esp32 example make error
i unzip esp32_win32_msys2_environment_and_toolchain-20170111.zip to C:\ clone esp-idf to C:/Dev $ export IDF_PATH="C:/Dev/esp-idf" & ./windows_install_prerequisites.sh finish and i make C:\Dev\esp-idf\examples\get-started\hello_world & cd /c/Dev/esp-idf/examples/get-started/hello_world & make but er...