Trying to compile this in a ESP32-Wroom:
https://github.com/espressif/esp-mdf/tr ... kit/button
I tried the light already and it works great, attached an RGB light and been playing long controlling it from ESP-Mesh App.
Now this button seems to compile correctly but I could never configure it.
This is what I see on the Log:
Code: Select all
␛[0;32mI (507) cpu_start: Pro cpu up.␛[0m
␛[0;32mI (507) cpu_start: Application information:␛[0m
␛[0;32mI (507) cpu_start: Project name: button␛[0m
␛[0;32mI (509) cpu_start: App version: 188bbaf␛[0m
␛[0;32mI (514) cpu_start: Compile time: 00:02:48␛[0m
␛[0;32mI (519) cpu_start: Compile date: Feb 20 2019␛[0m
␛[0;32mI (524) cpu_start: ESP-IDF: v3.3-beta1-223-ga62cbfec9␛[0m
␛[0;32mI (531) cpu_start: Single core mode␛[0m
␛[0;32mI (535) heap_init: Initializing. RAM available for dynamic allocation:␛[0m
␛[0;32mI (542) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM␛[0m
␛[0;32mI (548) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM␛[0m
␛[0;32mI (554) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM␛[0m
␛[0;32mI (561) heap_init: At 3FFBDB5C len 00000004 (0 KiB): DRAM␛[0m
␛[0;32mI (567) heap_init: At 3FFC8B00 len 00017500 (93 KiB): DRAM␛[0m
␛[0;32mI (573) heap_init: At 3FFE0440 len 0001FBC0 (126 KiB): D/IRAM␛[0m
␛[0;32mI (579) heap_init: At 40078000 len 00008000 (32 KiB): IRAM␛[0m
␛[0;32mI (585) heap_init: At 40096128 len 00009ED8 (39 KiB): IRAM␛[0m
␛[0;32mI (592) cpu_start: Pro cpu start user code␛[0m
D (273) [mupgrade_check, 138]: Add an identifier to the firmware: ** MUPGRADE_FIRMWARE_FLAG **␛[0m
␛[0;32mI (275) esp_core_dump: Init core dump to flash␛[0m
␛[0;32mI (277) esp_core_dump: Found partition 'coredump' @ 3d0000 65536 bytes␛[0m
␛[0;32mI (287) cpu_start: Found core dump 13092 bytes in flash @ 0x3d0000␛[0m
␛[0;32mI (291) cpu_start: Starting scheduler on PRO CPU.␛[0m
I (449) wifi: wifi driver task: 3ffcd24c, prio:23, stack:3584, core=0
I (449) wifi: wifi firmware version: 44ce2e2
I (449) wifi: config NVS flash: enabled
I (452) wifi: config nano formating: disabled
␛[0;32mI (456) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE␛[0m
␛[0;32mI (465) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE␛[0m
I (483) wifi: Init dynamic tx buffer num: 32
I (483) wifi: Init data frame dynamic rx buffer num: 32
I (484) wifi: Init management frame dynamic rx buffer num: 32
I (489) wifi: Init static rx buffer size: 1600
I (493) wifi: Init static rx buffer num: 10
I (497) wifi: Init dynamic rx buffer num: 32
I (502) wifi: Set ps type: 0
␛[0;32mI (563) phy: phy_version: 4006, e540b8e, Dec 17 2018, 11:53:06, 0, 0␛[0m
I (564) wifi: mode : sta (30:ae:a4:d9:c8:30)
I (566) ESPNOW: espnow [version: 1.0] init
␛[0;32mI (580) [button_driver, 461]: Power hold␛[0m
␛[0;33mW (581) [button, 469]: <ESP_ERR_NVS_NOT_FOUND> Device network event is not configured␛[0m
␛[0;32mI (883) [button_driver, 468]: Power down␛[0m
Thanks in advance for your help!