1a589e104c
Sync while working on OT
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-18 14:37:32 +01:00
07127fb074
Sync while working on OT
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-17 15:02:46 +01:00
17cc33332d
Sync while working on OT
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-17 14:23:28 +01:00
5406c9917f
Sync while working on OT
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-17 13:44:03 +01:00
37d1bd6db1
Sync while working on OT
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-17 13:39:18 +01:00
8c15260166
Sync while working on OT
Deploy Docs / build-and-deploy (push) Successful in 13s
2026-02-17 12:52:32 +01:00
6b36435759
Fixed priority ranges
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-17 11:06:01 +01:00
675a99930a
Implemented stable IR receiving over SAADC with PPI timing
Deploy Docs / build-and-deploy (push) Successful in 13s
2026-02-16 17:20:22 +01:00
f012ce9fe0
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 17:09:15 +01:00
2a4d007805
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 16:25:07 +01:00
93b7c5fe9e
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Has been cancelled
2026-02-16 16:25:00 +01:00
1ce021c76f
Implemented stable IR receiving
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 15:49:05 +01:00
480baa97fa
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 15:06:27 +01:00
8d97a5d33f
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 15:02:53 +01:00
f5b1849ada
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:59:42 +01:00
0113edb816
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:34:02 +01:00
a1b047f4bb
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:20:14 +01:00
d51ff27e26
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:18:21 +01:00
ac477e290e
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:15:18 +01:00
4906dc31eb
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:14:34 +01:00
be48e8ada7
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:12:27 +01:00
918092cd9f
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:09:18 +01:00
b1f5578be9
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 14:02:03 +01:00
9c1d19af67
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 13:39:45 +01:00
6376185622
sync during ir_recv dev
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 13:31:49 +01:00
3febb6411e
Added CRC8, implemented testing sample
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 12:45:50 +01:00
0c3a8bfa39
Improved audio lib and test app
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-16 11:38:19 +01:00
8305adf917
Improved audio lib error handling and aborting playback
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-15 20:40:06 +01:00
fae79ad8b0
Added audio libs
Deploy Docs / build-and-deploy (push) Successful in 13s
2026-02-15 18:47:37 +01:00
794d8e36c9
Added mcumgr/smp v2 commands for listing and deleting files
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-12 11:26:43 +01:00
0785d9a755
Fixed lfs
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-11 21:05:33 +01:00
11ad746f04
Added audio generation
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-11 20:58:35 +01:00
149a142c22
Added upload scipt
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-11 15:27:32 +01:00
e84efc2e8c
Added lfs generation tool
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-11 14:16:52 +01:00
76ac36a59b
Added mcumgr snippet
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-11 12:06:22 +01:00
5e7a817e03
feat: move configs into libs, add filesystem support
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-02-10 18:14:43 +01:00
1b8d3e17b8
Moved config options from prj to libs
Deploy Docs / build-and-deploy (push) Successful in 13s
2026-02-10 08:24:41 +01:00
93a7da7855
Fix: Network key persistence in Thread dataset
...
Deploy Docs / build-and-deploy (push) Successful in 19s
- Network key was being reset to 0x00... after dataset updates
- Root cause: otDatasetSetActive() was overwriting the network key
- Solution: Call otThreadSetNetworkKey() before otDatasetSetActive()
and read the key back to ensure it's included in the persistent dataset
- Verified: Network key now survives both software and hardware reboots
- Vest joins network as router in <1.1s after reboot
2026-01-14 17:16:17 +01:00
fb4578ac51
Zwischenstand vor refactor
2026-01-14 15:58:45 +01:00
63f8f2aaac
Sync
Deploy Docs / build-and-deploy (push) Successful in 27s
2026-01-13 16:46:12 +01:00
55b5421671
Added led board
Deploy Docs / build-and-deploy (push) Successful in 23s
2026-01-13 16:24:10 +01:00
bd0a8cce8d
Lobby Screen
Deploy Docs / build-and-deploy (push) Successful in 21s
2026-01-13 15:05:52 +01:00
832a60d044
Added game mgmt, thread restart
Deploy Docs / build-and-deploy (push) Successful in 24s
2026-01-13 13:23:40 +01:00
a041d5a49c
Umbau Thread-Config an/vom leader in einem paket
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-01-13 10:17:53 +01:00
38396738a6
Arbeiten an der BT-Kommunikation, stand vor umbau
Deploy Docs / build-and-deploy (push) Successful in 22s
2026-01-13 08:22:38 +01:00
65688b7b99
Fixed BLE Scan activation after Disconect
Deploy Docs / build-and-deploy (push) Successful in 23s
2026-01-12 16:18:42 +01:00
395d577b78
BLE Handling
2026-01-12 15:10:54 +01:00
c13b6d73c9
Advencing bluetooth mist :)
Deploy Docs / build-and-deploy (push) Successful in 17s
2026-01-12 14:29:09 +01:00
6b1bbca992
sync
Deploy Docs / build-and-deploy (push) Successful in 21s
2026-01-12 12:21:00 +01:00
9d5dad0e8d
BLE Scan implemented
Deploy Docs / build-and-deploy (push) Successful in 12s
2026-01-12 11:57:47 +01:00