Commit Graph

55 Commits

Author SHA1 Message Date
Bob 0a4bce5bf6 add asyncio based scripts 2025-12-07 20:57:08 -08:00
Bob d1fc5b5a26 more on batching 2025-12-07 20:49:30 -08:00
Bob bb0e1814b6 fixes to mass_deploy for concurrency 2025-12-07 20:18:36 -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 9d402a02de add iperf files 2025-12-06 14:05:26 -08:00
Bob ad602f3a2f add wifi monitor 2025-12-06 14:02:17 -08:00
Bob c4673e2249 throttle GPS sync messages 2025-12-06 13:33:18 -08:00
Bob 120c864f73 gps timestamps and gps sync works on C5 2025-12-06 13:18:46 -08:00
Bob 283d524fc5 add gps 2025-12-06 11:48:03 -08:00
Bob 20aab3d6e7 add pin out diagram for gps sync 2025-12-06 10:50:00 -08:00
Bob 623c7ddd2f update gps sync guide 2025-12-06 10:47:23 -08:00
Bob 4e712bc436 Add c5 pinout png 2025-12-06 10:41:48 -08:00
Bob 5c274ebd8c gps pps docs 2025-12-06 10:25:11 -08:00
Bob 43a4b3f645 a 2025-12-05 17:30:11 -08:00
Bob 735b786b65 collapse detector with gdb support 2025-12-05 17:05:24 -08:00
Bob 858ba81923 add gdb html 2025-12-04 16:33:41 -08:00
Bob 127a049267 add gdb guides 2025-12-04 16:33:00 -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 4b6b00fd9c 5G and HT80 on the C5 2025-12-03 14:44:36 -08:00
Bob 567afb7cea update sdkconfig.defaults 2025-11-22 12:35:05 -08:00
Bob d173b95966 power save, sdkconfig.defaults 2025-11-22 12:33:22 -08:00
Bob e825cd54b0 add custom partition 2025-11-21 17:22:42 -08:00
Bob 2fd1b58e66 add csi parser 2025-11-21 13:34:56 -08:00
Bob 5b099bc7de disable power save mode, ping latency less than 3 ms 2025-11-21 12:50:48 -08:00
Bob 05ceca02ab more on CSI and S3 2025-11-21 10:53:44 -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 e061a163a9 support for 5G with set-target esp32-c5 2025-11-20 14:24:19 -08:00
Bob 3f5965b666 fix LED for c5 version 2025-11-20 13:28:17 -08:00
Bob 90e212fed6 Add flash_and_config.py and WiFi reconfiguration system 2025-11-15 12:12:33 -08:00
Bob f2abcf450b mass deploy 2025-11-15 12:07:35 -08:00
Bob 60c1d49d3e improve reconfig 2025-11-12 16:11:20 -08:00
Bob 42d0ce9a7b more scripts 2025-11-12 15:24:16 -08:00
Bob 289efa97a6 support scripts 2025-11-11 14:57:56 -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 a623e4e1e6 more on serial setting of wifi and IP 2025-11-10 09:52:45 -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 1a05445931 fix detect chiptype 2025-11-09 20:15:41 -08:00
Bob 811ef6829b Make chip type probing the default behavior
- Probe is now enabled by default (was opt-in with --probe)
- Add --no-probe flag to skip probing if desired (faster)
- More useful default behavior for deployment scenarios
2025-11-10 03:46:48 +00:00
Bob 33fb7fead1 Add chip type detection to device detection script
- Add --probe flag to detect exact chip type using esptool
- Show USB-based chip guess by default (faster)
- Support ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ESP32-C6, ESP32-H2
- Useful for identifying mixed chip types in large deployments
2025-11-10 03:43:58 +00: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 a0e29973e1 Show chip type and port during build and flash operations
Display chip type (ESP32/ESP32-S2/ESP32-S3) and port in build/flash
messages for better visibility of what's being processed
2025-11-09 20:56:40 +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