Search found 4 matches

by Jihun Kim
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: 7607

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 ...
by Jihun Kim
Sat Apr 01, 2017 9:35 am
Forum: General Discussion
Topic: esp32 reset repeatedly
Replies: 4
Views: 8952

Re: esp32 reset repeatedly

What hardware do you have? Can you also try flashing using 'make flash'?
i use customized esp32 module but it is same to esp32 demo board v2,

and make flash in msys2_shell

but same error message
by Jihun Kim
Sat Apr 01, 2017 7:25 am
Forum: General Discussion
Topic: esp32 reset repeatedly
Replies: 4
Views: 8952

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 ...
by Jihun Kim
Tue Jan 17, 2017 12:48 pm
Forum: General Discussion
Topic: esp32 example make error
Replies: 1
Views: 5297

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 ...

Go to advanced search