Hello, i have an ESP32-Vroom-32 Devkit1 , so my first test with Wifiscan example doesn’ t woks successfully
On Arduino , i defined my board as “Doit ESP32 DevkitV1”
Compiling is OK
Uploa is OK
but when i press EN button i get
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:12776
load:0x40080400,len:3032
entry 0x400805e4
Application Wifi Scan doesn’ start …
after searching details on the web , it seems my board selection is not correct
because i saw in the compiling window : Chip is ESP32-D0WDQ6 (revision 1)so i changed to the board “ESP32 dev module”
changed also Upload speed to “115200”
Frequency to 160MHz
Flash frequency to 40Mhz
Flash mode to “DIO”and restart Compiling ..OK and Upload..OK
and open the Arduino Monitor , press EN button and get
a running applicationscan start
scan done
3 networks found
1: ON_AIR2021 (-60)*
2: Salon.v (-71)
3: DIRECT-BA-BRAVIA (-73)*scan start
scan done
3 networks found
1: ON_AIR2021 (-58)*
2: Salon.v (-69)
3: DIRECT-BA-BRAVIA (-73)*my question :
Does someone allready used the same board ?
and what parameters for the board ?