Commit Graph
90 Commits
Author SHA1 Message Date
nick 0043e50533 Bump version to 0.4.0 and update documentation 2026-06-04 21:07:05 -06:00
nick 961ab3758b Add setup workflow controls to web UI 2026-06-04 20:54:48 -06:00
nick 9d506135a0 Add relay and temperature configuration to web UI 2026-06-04 20:44:31 -06:00
nick fc33baa472 Restore default BMS BLE connection timeout 2026-06-04 20:35:26 -06:00
nick c70c730c05 Redesign embedded dashboard with tabs 2026-06-04 20:27:05 -06:00
nick 83254494fb Restore known-good BMS connection behavior 2026-06-04 19:58:55 -06:00
nick 330dd7cce6 Tune BMS reconnect timing 2026-06-04 19:49:26 -06:00
nick abb197b36d Report configured BMS source when disconnected 2026-06-04 19:37:56 -06:00
nick 26e8cd01f4 Add BMS polling controls to embedded dashboard 2026-06-04 18:06:01 -06:00
nick 34606fb27a Reduce blocking BMS connection timeout 2026-06-04 17:25:35 -06:00
nick 8f2481025f Back off BMS reconnect attempts 2026-06-04 17:20:30 -06:00
nick cb926a4233 Revert "Add BMS reconnect backoff"
This reverts commit fa96a327a6.

 Changes to be committed:
	modified:   firmware/esp32/overland-controller/bms.cpp
2026-06-04 17:16:45 -06:00
nick 9e4bb56dfb Revert "Add conservative BMS reconnect backoff"
This reverts commit decbd655bb.
2026-06-04 17:15:04 -06:00
nick decbd655bb Add conservative BMS reconnect backoff 2026-06-04 17:07:09 -06:00
nick fa96a327a6 Add BMS reconnect backoff 2026-06-04 17:05:16 -06:00
nick aa0bc50acb Finalize parity documentation and validation guides 2026-06-04 17:02:40 -06:00
nick 37684a55eb Fix status temp sensor array references 2026-06-04 14:27:17 -06:00
nick 0afd78284e Add configurable DS18B20 temperature probe support 2026-06-04 14:25:34 -06:00
nick f46e72fc7f Standardize API UART parity and update docs 2026-06-04 14:10:13 -06:00
nick 6884bc7b32 Trim WiFi credentials from web config 2026-06-04 14:05:05 -06:00
nick 32069950b0 Trim WiFi credentials from setup commands 2026-06-04 14:01:15 -06:00
nick 12304b268c Add STA WiFi failure diagnostics 2026-06-04 13:58:46 -06:00
nick b654e28641 Fix WiFi priority reconnect and password preservation 2026-06-04 13:56:02 -06:00
nick 69c745e883 Add priority WiFi failover 2026-06-04 13:43:52 -06:00
nick 31ba93c68b Add network status and multi STA WiFi configuration 2026-06-04 13:32:38 -06:00
nick edfd6021e1 Add WiFi HTTP and UART configuration parity 2026-06-04 13:17:07 -06:00
nick a90d01aa0d Add unified relay command endpoint 2026-06-04 13:11:12 -06:00
nick 57590981b1 Add AP plus STA WiFi mode 2026-06-04 12:56:02 -06:00
nick c3242d8898 Add HTTP endpoints for UART parity 2026-06-04 12:52:25 -06:00
nick e3efdc581f Update roadmap networking and dashboard architecture 2026-06-04 12:46:35 -06:00
nick d8f756ee53 Add embedded ESP32 web dashboard 2026-06-04 12:19:28 -06:00
nick 8ddc5b53b8 Document ESP32 controller wiring plan 2026-06-04 04:56:51 -06:00
nick 0497b882bc Add UART control and configuration parity 2026-06-04 04:27:20 -06:00
nick 4e7e6b8703 Update project state documentation 2026-06-04 04:21:35 -06:00
nick c13de0b3c2 Update architecture decision records 2026-06-04 04:21:07 -06:00
nick 06847f4303 Update project roadmap 2026-06-04 04:19:47 -06:00
nick a1fafff8cb Update architecture for UART-first control model 2026-06-04 04:17:58 -06:00
nick a68fd557b9 Update project state documentation 2026-06-04 04:15:56 -06:00
nick 6adb2bc192 Document configuration model 2026-06-04 04:15:14 -06:00
nick 0b3961516d Document full UART control protocol 2026-06-04 04:14:01 -06:00
nick 50410b1d0c Clean up documentation structure 2026-06-04 04:07:28 -06:00
nick ff39a06ff4 Checkpoint current docs, BLE setup workflow, and generic config refactor 2026-06-04 04:03:00 -06:00
nick cb7a98080c Add configurable device name API 2026-06-04 03:45:20 -06:00
nick 799dd2ad95 Fix generic status and config JSON compile errors 2026-06-04 03:35:05 -06:00
nick cc1909faaf Make ESP32 firmware API fully generic 2026-06-04 03:33:36 -06:00
nick dc42284d87 Use generic temperature sensor fields 2026-06-04 03:21:45 -06:00
nick 32247823fd Clean up generic project branding and relay fields 2026-06-04 03:16:18 -06:00
nick 84c13b4b5f Rename ESP32 sketch file 2026-06-04 03:12:37 -06:00
nick baacedfbfe Rename project to overland-controller 2026-06-04 03:10:26 -06:00
nick 327a2adc81 Use generic default device name 2026-06-04 03:01:14 -06:00
nick d01cc9b9c6 Remove install-specific names from config and API docs 2026-06-04 02:57:01 -06:00
nick dbc40ee2c1 Document ESP32 API and serial commands 2026-06-04 02:52:35 -06:00
nick 8ba881bae6 Add dedicated BMS setup scan mode 2026-06-04 02:44:44 -06:00
nick 98121e29f6 Use blocking BLE scan callback timing 2026-06-04 02:38:14 -06:00
nick bff7e2922b Use BLE scan callbacks for device discovery 2026-06-04 02:31:03 -06:00
nick 25d9152fe0 Add timestamps and fix BLE scan timing 2026-06-04 02:24:28 -06:00
nick d39e308cda Use blocking BLE scan for reliable discovery 2026-06-04 02:19:05 -06:00
nick e5a78b2fb3 Print BLE scan results as devices are discovered 2026-06-04 02:15:19 -06:00
nick 038b142971 Pause BMS reconnect after BLE scan 2026-06-04 02:11:12 -06:00
nick f29acd75ee Add serial log levels 2026-06-04 02:04:54 -06:00
nick 94687abbf4 Improve BLE scan reliability for BMS selection 2026-06-04 02:02:09 -06:00
nick 35c0b4ca61 Fix BMS header Arduino type includes 2026-06-04 01:49:26 -06:00
nick 2411e91f8d Add serial BLE scan and BMS selection 2026-06-04 01:48:26 -06:00
nick 83b7c73dc6 Add serial configuration commands 2026-06-04 01:42:49 -06:00
nick 59c963e309 Add configuration HTTP API 2026-06-04 01:36:59 -06:00
nick 53c4f8e189 Add persistent configuration storage 2026-06-04 01:25:05 -06:00
nick 6e604228f1 Add configurable system defaults 2026-06-04 01:16:17 -06:00
nick 817db651ce Add ESP32 alarms system status and debug commands 2026-06-04 00:59:51 -06:00
nick d971afde96 Document JBD cell voltage bring-up 2026-06-04 00:53:15 -06:00
nick 81b6e71938 Add JBD BMS cell voltage telemetry
modified:   firmware/esp32/xterra-controller/bms.cpp
	modified:   firmware/esp32/xterra-controller/bms.h
	modified:   firmware/esp32/xterra-controller/xterra-controller.ino
2026-06-04 00:50:42 -06:00
nick 74b1aec8b5 Add ESP32 BLE scanner sketch 2026-06-03 23:54:19 -06:00
nick 9abe4c1b30 Document ESP32 hardware bring-up results 2026-06-03 23:44:09 -06:00
nick 19e4d460a0 Fix status endpoint and relay defaults 2026-06-03 23:01:10 -06:00
nick 2b2bfa9bdc Prioritize JBD BMS integration in roadmap 2026-06-03 03:57:27 -06:00
nick 2ce9c6e5bf Add Codex handoff doc 2026-06-03 03:30:39 -06:00
nick fcca5c1d39 Add ESP32 HTTP bring-up test script 2026-06-03 03:00:40 -06:00
nick 7cc52eab04 Add Pico desktop simulator 2026-06-03 02:57:25 -06:00
nick 6af27b2c98 Add project test runner 2026-06-03 02:55:44 -06:00
nick 10c5b399ba Add Pico dashboard main entrypoint 2026-06-03 02:55:10 -06:00
nick 95b27b223e Add Pico dashboard app controller 2026-06-03 02:53:12 -06:00
nick 521ae0f75a Add hardware bring-up checklist 2026-06-03 02:52:18 -06:00
nick d2583baf5a Add Pico display rendering abstraction 2026-06-03 02:49:22 -06:00
nick b5e8bf43fc Add Pico touch routing abstraction 2026-06-03 02:48:30 -06:00
nick 2c7b090cfb Add Pico buzzer abstraction 2026-06-03 02:47:48 -06:00
nick c3ebaf6beb Add Pico alarm view model 2026-06-03 02:47:05 -06:00
nick 93c677a3e1 Add Pico detail screen view models 2026-06-03 02:46:18 -06:00
nick f5b6ec64cf Add Pico dashboard view model 2026-06-03 02:45:26 -06:00
nick f3965e017e Add Pico communication timeout tracking 2026-06-03 02:44:30 -06:00
nick ae719be590 Add HTTP fallback mode to Pico communication service 2026-06-03 02:43:42 -06:00
nick c3b786073a Add Pico HTTP fallback client 2026-06-03 02:43:04 -06:00