3 ESP32-S3 with same node_id #335
Closed
Leeeeeeedw
started this conversation in
ESP32 / Hardware
Replies: 1 comment
-
|
I can config the node-id successfully when I use the v0.5.1 firmware, so the v0.5.3 may have some unkonw issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, good day~
I get 3 ESP32-S3 today, and use below commands to flash(v0.5.0) and config them:
write-flash --flash-mode dio --flash-size 8MB --flash-freq 80m
0x0 bootloader.bin 0x8000 partition-table.bin
0xf000 ota_data_initial.bin 0x20000 esp32-csi-node.bin
--ssid "YourWiFi" --password "YourPassword" --target-ip 192.168.1.20
Then, the host receive data from 3 different IPs but same node_id (Node 1)

So I try to add "--node-id 1" "--node-id 2" "--node-id 3" after the "python firmware/esp32-csi-node/provision.py --port COM7
--ssid "YourWiFi" --password "YourPassword" --target-ip 192.168.1.20" for 3 ESP32-S3, but still the same node_id.
I also try to edit sdkconfig.defaults, but the latest version doesn't have the "CONFIG_CSI_NODE_ID" item. Maybe I need to add this configuration by myself? Or how can I fix this issue?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions