54 Commits
Author SHA1 Message Date
scottpandClaude Fable 5 037af33154 v0.7.0: pure C core + Zephyr module
- Extract all decode/decrypt into a dependency-free C99 core
  (include/victronble.h, src/victronble_core.c): victronble_decode(),
  is_product_adv/key_matches pre-filters, NAN sentinels, LE accessors.
- AES-128-CTR behind a hook: weak-symbol bundled tiny-AES default,
  runtime override (victronble_set_aes_ctr) for PSA/mbedTLS/hardware.
- Arduino VictronBLE class becomes a thin wrapper over the core
  (registry + nonce dedup + rate limit); public C++ API unchanged,
  NAN converted back to the legacy 0 convention.
- Host test vectors (tests/vectors): openssl-generated ciphertext,
  independent of the bundled AES; all five payload shapes + negatives.
- Zephyr module: zephyr/module.yml + Kconfig (CONFIG_VICTRONBLE) +
  observer backend (victronble_zephyr.{h,c}) — scan cb pre-filters and
  queues, dedicated decode thread, listener callbacks, slow passive
  scan defaults, stats counters. docs/ZEPHYR_PORT.md records the plan.
- library.properties: fix URL (gitea, not the nonexistent GitHub).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-21 11:59:19 +10:00
scottp cc8c4d36d5 check version before release 2026-06-08 17:14:39 +10:00
scottp 712259eec5 Remove claude entries from old session 2026-06-08 16:17:26 +10:00
scottp 57ae49fd09 Add a rak4631 board definition testing 2026-06-07 23:22:36 +10:00
scottp 97e57b0306 Fix chips supported 2026-06-07 19:27:12 +10:00
scottp 05ee88cd31 Working across ESP32 S3, ESP32 C3 and nRF52 2026-06-07 19:23:13 +10:00
scottp ef50829c81 Cleanup READMED and release notes 2026-06-05 00:00:25 +10:00
scottp 53fa6fa0e1 ignore pka file 2026-06-04 23:48:47 +10:00
scottp de6607d870 Branch version ready for testing with nRF52 2026-06-04 23:47:55 +10:00
scottp 105d66b07a Update info 2026-06-04 22:55:40 +10:00
scottp cd3b4626d1 ignore local 2026-06-04 21:21:55 +10:00
scottp 7706f88399 Bug fixes for reported issues 2026-06-04 21:21:18 +10:00
scottp e7024d9983 Plans for part 2 - multiple bluetooth devices 2026-02-28 15:00:45 +11:00
scottp 261cc0d1fe Improve readme ready for v0.4 release 2026-02-28 14:40:41 +11:00
scottp 39a89c816c Versions v0.4 ready for release 2026-02-28 14:38:30 +11:00
scottp 4944757903 Fix to be non blocking without tasks 2026-02-28 14:31:42 +11:00
scottp 31765c7ac8 Update notes 2026-02-28 13:52:16 +11:00
scottp 84d153c9a8 Single callback version - vastly simplified. 2026-02-28 13:34:20 +11:00
scottp 8a4e010324 More planning 2026-02-28 12:31:04 +11:00
scottp 977641b093 Forwarding code 2026-02-17 09:27:48 +11:00
scottp 24712c206a Work on receiver and sender 2026-02-15 19:20:03 +11:00
scottp 8a2402cb63 Repeater and Test code for ESP Now 2026-02-15 19:10:19 +11:00
scottp a64fef899b New version with smaller memory footprint etc 2026-02-12 18:33:56 +11:00
scottp a843eb924b Keep v0.3.1 2026-02-12 18:10:35 +11:00
scottp 5a210fb88f Experimenting with a claude file and created new logging example 2026-02-12 18:04:02 +11:00
scottp 30c93af18b Fix status 2026-01-29 18:45:37 +11:00
scottp d9577be900 Scripts and automatic claude update 2026-01-29 18:42:41 +11:00
scottp f9e72a68fe Examples todo 2025-12-30 20:54:04 +11:00
scottp a8d40ba260 Fix notes on testing 2025-12-29 20:35:47 +11:00
scottp af39db8732 Fix name 2025-12-29 20:31:07 +11:00
scottp 26b0196791 Decoding working for MPPT 2025-12-29 20:22:41 +11:00
scottp 0863f8572c Finally working decode MPPT 2025-12-29 20:00:05 +11:00
scottp d3b1c632db work on better mac address 2025-12-29 19:26:32 +11:00
scottp 03d8da3b7d Cleaning up by using structs and reusing data blocks 2025-12-29 19:12:47 +11:00
scottp 6a517246ea Experimental version 2025-12-29 13:38:47 +11:00
scottp 4bbab345b0 Working serial on S3 too. Interesting... 2025-12-29 11:40:46 +11:00
scottp 1a651b149d Merge branch 'main' of https://gitea.sh3d.com.au/sh3d/VictronBLE 2025-12-29 11:16:43 +11:00
scottp cec45524d3 Add core2 2025-12-29 11:16:41 +11:00
scottp 2bd6094955 Cleanup only 2025-12-29 11:09:33 +11:00
scottp 9f0f2ce8fd Improved structs 2025-12-28 23:35:27 +11:00
scottp 8e5eba47d7 Working C3 build 2025-12-28 23:27:40 +11:00
scottp 95d83b492a Playing with debug 2025-12-19 12:46:28 +11:00
scottp 139c6f961d Work on decoding using structs 2025-12-18 22:27:15 +11:00
scottp 2ccac7b0c8 Experimenting and decoding - seems some structs are wrong, check original code 2025-12-18 21:49:04 +11:00
scottp 97a71ce34c TODO and m5stick and debug 2025-12-18 20:43:10 +11:00
scottp e827dea4e5 Ignore builds 2025-12-18 18:26:27 +11:00
scottp 364462a4ed Fix version for examples 2025-12-18 18:23:31 +11:00
scottp bc766f7cfc Fix library 2025-12-18 18:22:33 +11:00
scottp fcd84b92eb Unsure name 2025-12-18 18:17:49 +11:00
scottp 16e81071c8 Fix name 2025-12-18 18:10:05 +11:00
scottp c8fff522b1 Fix version 2025-12-18 18:08:08 +11:00
scottp d8128dae2e Initial version only 2025-12-18 17:53:39 +11:00
scottp 3daf61d78a Copyright etc 2025-12-18 17:48:55 +11:00
scottp d5f3d3ecbe Initial readme up 2025-12-18 17:39:13 +11:00
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -72,4 +72,3 @@ venv/
env/
*.tar.gz
tests/vectors/victronble_test
BIN
View File
Binary file not shown.