espressif / esp-idf-template

Template application for https://github.com/espressif/esp-idf
Other
335 stars 201 forks source link

wifi: mode : sta (30:ae:a4:1a:5b:e0) but transmitting #7

Closed jshcmpbll closed 6 years ago

jshcmpbll commented 6 years ago

From my week understanding, I believe this template sets up a WiFi station, transmitting whatever name you give for the SSID.. Is that correct?

If so, I am not seeing the network on any of my devices.. am I missing something?

Here is what I see in terminal when screening into the device and restarting it:

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_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:0x3fff0018,len:4 load:0x3fff001c,len:4668 load:0x40078000,len:0 load:0x40078000,len:13228 entry 0x40078d64 I (192) cpu_start: Pro cpu up. I (192) cpu_start: Single core mode I (193) heap_init: Initializing. RAM available for dynamic allocation: I (196) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM I (202) heap_init: At 3FFB81C0 len 00027E40 (159 KiB): DRAM I (209) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM I (215) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM I (221) heap_init: At 4008D984 len 0001267C (73 KiB): IRAM I (227) cpu_start: Pro cpu start user code I (21) cpu_start: Starting scheduler on PRO CPU. I (44) wifi: wifi firmware version: c202b34 I (44) wifi: config NVS flash: enabled I (44) wifi: config nano formating: enabled I (44) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE I (54) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE I (68) wifi: Init dynamic tx buffer num: 32 I (68) wifi: Init data frame dynamic rx buffer num: 32 I (72) wifi: Init management frame dynamic rx buffer num: 32 I (78) wifi: wifi driver task: 3ffbde90, prio:23, stack:3584 I (83) wifi: Init static rx buffer num: 10 I (87) wifi: Init dynamic rx buffer num: 32 I (91) wifi: wifi power manager task: 0x3ffc28e0 prio: 21 stack: 2048 I (157) phy: phy_version: 383.0, 79a622c, Jan 30 2018, 15:38:06, 0, 0 I (158) wifi: mode : sta (30:ae:a4:1a:5b:e0)

jshcmpbll commented 6 years ago

Sorry, reading the docs, Station mode is for connecting to an access point not transmitting like AP Mode

jshcmpbll commented 6 years ago

Reporting back again. I got it working and can connect to the ESP :D Thanks for all the work you guys do!