Commit Graph

7 Commits

Author SHA1 Message Date
xlemmingx
1ca573e8cc Switch to ABP activation and add temperature-based relay control
- Switch from OTAA to ABP for reliable network joining
- Use SHT4X temperature sensor instead of MLX90614 internal temp
- Add automatic relay control based on 21°C threshold
- Add manual override capability via downlink commands
- Update device tree for Rev 2.1 board compatibility
- Improve logging configuration to prevent message drops
2025-10-07 17:40:57 +02:00
xlemmingx
8222ce611e Fix STM32WL SubGHz radio device tree configuration
Add missing compatible string and required properties for STM32WL integrated
SubGHz radio to enable native Zephyr LoRa driver support.
2025-09-30 12:07:34 +02:00
xlemmingx
55fbfaf1d5 set dev eui from MCU-ID (UID) of STM32WL 2025-06-05 09:30:42 +02:00
xlemmingx
bee5012e04 fix compiler warning 2025-05-28 11:23:42 +02:00
xlemmingx
b683a8a880 add gpio handling; add downlink handling 2025-05-28 11:22:54 +02:00
xlemmingx
607a089510 code splitting and cleaning 2025-05-23 10:48:05 +02:00
xlemmingx
bbedb8d0fd initial commit 2025-05-22 12:46:26 +02:00