File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -831,16 +831,16 @@ ESP32-S3 (STA + promiscuous) UDP/5005 Rust aggregator
831831
832832``` bash
833833# Pre-built binaries — no toolchain required
834- # https://github.com/ruvnet/wifi-densepose/releases/tag/v0.1 .0-esp32
834+ # https://github.com/ruvnet/wifi-densepose/releases/tag/v0.2 .0-esp32
835835
836836python -m esptool --chip esp32s3 --port COM7 --baud 460800 \
837837 write-flash --flash-mode dio --flash-size 4MB \
838838 0x0 bootloader.bin 0x8000 partition-table.bin 0x10000 esp32-csi-node.bin
839839
840- python scripts /provision.py --port COM7 \
840+ python firmware/esp32-csi-node /provision.py --port COM7 \
841841 --ssid " YourWiFi" --password " secret" --target-ip 192.168.1.20
842842
843- cargo run -p wifi-densepose-hardware --bin aggregator -- --bind 0.0.0.0:5005 --verbose
843+ cargo run -p wifi-densepose-sensing-server -- --http-port 3000 --source esp32
844844```
845845
846846See [ firmware/esp32-csi-node/README.md] ( firmware/esp32-csi-node/README.md ) and [ Tutorial #34 ] ( https://github.com/ruvnet/wifi-densepose/issues/34 ) .
You can’t perform that action at this time.
0 commit comments