I'm working on a project for model railroad control (DCC - NMRA). This involves tens of ESP32 SOCs and a Linux SBC (aka RPi). The ESP32s have different roles, for example DCC signal generator, RailCom detector, handheld devices interface, discrete I/O, etc. All the ESP32 devices communicates over Wifi with an MQTT broker on the Linux device. The (headless) Linux device governs the complete layout and interacts with the (human) dispatcher over webpages published by a webserver (apache).
To make this all happens, each and every ESP32 module needs to know the wifi SSID & password and the MQTT brokers IP-address. ATM this info is hard-coded in the source-code. Since I'm the author of the sources, I can eventually modify these constant data and do a recompile to make the changes effective. The constant data can even be integrated into the menuconfig options, making it even more easy. However, if I ever want to make the system available to other model railroad hobbyists, I cannot expect them to have the knowledge to install the development environment, obtain the source-code, modify it, recompile the code and flash the devices. IMHO this would generate an enormous amount of support.
So I'm looking for a solution that allows to configure the ESP at runtime. I first evaluated Bluetooth BLE, but unfortunately there is almost no documentation on the Linux side (Bluez), nor example project re this subject. Another option is to use (or write) an Android (or iOS) app. This implies I have to learn jet another platform/language
My second option is ESP-IDF's smart config. I'm evaluating this option atm. I compiled and flashed the example project ito a ESP-WROVER-KIT and intalled the ESP8266 Smart Config app on my tablet, but to no avail... :
Code: Select all
paulvdbergh@TBTIoT-AMD64:~/TBTIoT/smart_config$ make flash monitor
Flashing binaries to serial port /dev/ttyUSB1 (app at offset 0x10000)...
esptool.py v2.3.1
Connecting........___
Chip is ESP32D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 2000000
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Flash params set to 0x0220
Compressed 20096 bytes to 11824...
Wrote 20096 bytes (11824 compressed) at 0x00001000 in 0.1 seconds (effective 2021.0 kbit/s)...
Hash of data verified.
Compressed 546112 bytes to 338382...
Wrote 546112 bytes (338382 compressed) at 0x00010000 in 5.4 seconds (effective 805.2 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 103...
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 1454.7 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
MONITOR
--- idf_monitor on /dev/ttyUSB1 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3e (SPI_FAST_FLASH_BOOT)
flash read err, 1000
Falling back to built-in command interpreter.
OK
>ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x3e (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:5664
ho 0 tail 12 room 4
load:0x40078000,len:0
load:0x40078000,len:14324
entry 0x40078620
I (30) boot: ESP-IDF v3.1-dev-883-g0236592f 2nd stage bootloader
I (30) boot: compile time 12:01:32
I (40) boot: Enabling RNG early entropy source...
I (40) boot: SPI Speed : 40MHz
I (40) boot: SPI Mode : DIO
I (44) boot: SPI Flash Size : 4MB
I (48) boot: Partition Table:
I (52) boot: ## Label Usage Type ST Offset Length
I (59) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (67) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (74) boot: 2 factory factory app 00 00 00010000 00100000
I (82) boot: End of partition table
I (86) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x11174 ( 70004) map
I (119) esp_image: segment 1: paddr=0x0002119c vaddr=0x3ffb0000 size=0x0379c ( 14236) load
I (125) esp_image: segment 2: paddr=0x00024940 vaddr=0x40080000 size=0x00400 ( 1024) load
0x40080000: _iram_start at /home/paulvdbergh/esp/esp-idf/components/freertos/xtensa_vectors.S:1685
I (127) esp_image: segment 3: paddr=0x00024d48 vaddr=0x40080400 size=0x0b2c8 ( 45768) load
I (154) esp_image: segment 4: paddr=0x00030018 vaddr=0x400d0018 size=0x61308 (398088) map
0x400d0018: _stext at ??:?
I (294) esp_image: segment 5: paddr=0x00091328 vaddr=0x4008b6c8 size=0x041ec ( 16876) load
0x4008b6c8: vTaskDelete at /home/paulvdbergh/esp/esp-idf/components/freertos/tasks.c:3529
I (301) esp_image: segment 6: paddr=0x0009551c vaddr=0x400c0000 size=0x00000 ( 0) load
I (311) boot: Loaded app from partition at offset 0x10000
I (311) boot: Disabling RNG early entropy source...
I (312) cpu_start: Pro cpu up.
I (316) cpu_start: Starting app cpu, entry point is 0x40080f80
0x40080f80: call_start_cpu1 at /home/paulvdbergh/esp/esp-idf/components/esp32/cpu_start.c:224
I (0) cpu_start: App cpu up.
I (326) heap_init: Initializing. RAM available for dynamic allocation:
I (333) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (339) heap_init: At 3FFB9440 len 00026BC0 (154 KiB): DRAM
I (345) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
I (352) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (358) heap_init: At 4008F8B4 len 0001074C (65 KiB): IRAM
I (364) cpu_start: Pro cpu start user code
I (47) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (190) wifi: wifi firmware version: 2de7507
I (190) wifi: config NVS flash: enabled
I (190) wifi: config nano formating: disabled
I (190) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (200) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (240) wifi: Init dynamic tx buffer num: 32
I (240) wifi: Init data frame dynamic rx buffer num: 32
I (240) wifi: Init management frame dynamic rx buffer num: 32
I (240) wifi: wifi driver task: 3ffc09b0, prio:23, stack:4096
I (250) wifi: Init static rx buffer num: 10
I (250) wifi: Init dynamic rx buffer num: 32
I (330) phy: phy_version: 386.0, 67c798f, Mar 14 2018, 16:34:06, 0, 0
I (330) wifi: mode : sta (24:0a:c4:11:a7:38)
I (380) smartconfig: SC version: V2.7.1
I (5200) wifi: ic_enable_sniffer
I (5200) sc: SC_STATUS_FINDING_CHANNEL
What I finally try to accomplish is that the discovery of ESP devices is done by the Linux machine, perhaps using the techniques used by the ESP smart-config component, and setting up the ESP device so that it can work in the new environment whit the least possible human interaction.
Any sugestions are very welcome.
Thanks in advance,
Paul.