Commit Graph

28 Commits

Author SHA1 Message Date
Bob 251d936f35 refactore component wifi_controller 2025-12-08 17:18:46 -08:00
Bob 89f1b382ce refactor for csi_manager component 2025-12-08 17:10:45 -08:00
Bob c8814dfa39 make led it's own component 2025-12-08 17:03:15 -08:00
Bob e350cc2a80 more on support for esp32, C5 and S3 2025-12-08 14:43:48 -08:00
Bob 0e2cea8da7 compiles on targets esp32, esp32-s3, and esp32-c5 2025-12-07 19:57:41 -08:00
Bob 7924da11c7 support for both monitor and sta modes, set in NVS using config_device. 2025-12-07 17:29:59 -08:00
Bob 120c864f73 gps timestamps and gps sync works on C5 2025-12-06 13:18:46 -08:00
Bob 735b786b65 collapse detector with gdb support 2025-12-05 17:05:24 -08:00
Bob 4de5b7b30d more on bandwidth 2025-12-04 12:10:33 -08:00
Bob 0a6510705a show power save setting on boot 2025-12-03 16:20:27 -08:00
Bob 64b3443085 more on 5G and 80MHz 2025-12-03 16:09:12 -08:00
Bob 7705499537 more 5G on C5 2025-12-03 15:03:13 -08:00
Bob d173b95966 power save, sdkconfig.defaults 2025-11-22 12:33:22 -08:00
Bob 5b099bc7de disable power save mode, ping latency less than 3 ms 2025-11-21 12:50:48 -08:00
Bob e7c2349c6d work for CSI on S3 dev kit 2025-11-21 09:55:33 -08:00
Bob dc63a992f3 csi support compiles for c5 2025-11-20 18:20:44 -08:00
Bob 3f5965b666 fix LED for c5 version 2025-11-20 13:28:17 -08:00
Bob f2abcf450b mass deploy 2025-11-15 12:07:35 -08:00
Bob 42d0ce9a7b more scripts 2025-11-12 15:24:16 -08:00
Bob 2e3939a2b8 iperf works 2025-11-11 14:04:06 -08:00
Bob c03679358e build works 2025-11-11 13:23:09 -08:00
Bob dec314ce6b build ok but has warnings 2025-11-10 09:40:09 -08:00
Bob db6d6b20c4 more on flash_all 2025-11-10 08:50:14 -08:00
Bob 1654753bbb Add RSSI and enhanced network info to WiFi connection logs
Show signal strength (RSSI in dBm) when connected to AP
Show gateway and netmask in addition to IP address
Useful for debugging WiFi connectivity in multi-device deployments
2025-11-09 21:01:11 +00:00
Bob 1af64e0341 Fix format specifiers in main.c for uint32_t values
Add inttypes.h include and use PRIu32 for cfg.interval and cfg.time
to fix format warnings being treated as errors
2025-11-09 02:41:42 +00:00
Bob ed77cfe86f Remove undefined sip field from iperf config logging
The iperf_cfg_t struct doesn't have a sip (source IP) field,
only dip (destination IP). Remove sip from logging statement.
2025-11-09 02:35:16 +00:00
Bob 49dc6962ba Add mass deployment system with static IP and WiFi configuration
- Add static IP configuration via Kconfig
- Add WiFi console command for runtime reconfiguration
- Add mass flash script for automated deployment
- Add device detection script
- Add comprehensive deployment documentation
2025-11-08 23:10:07 +00:00
Bob b3aa5ad76d Initial commit: ESP32 iperf implementation 2025-11-08 19:57:11 +00:00