26 Commits

Author SHA1 Message Date
cf42e86322 First Prototype of OTA Uart Update Protkol, not working in this state!!! 2025-08-02 16:12:41 +02:00
59dbd7b035 Adjustes UART Message Length to 512 2025-08-02 16:12:09 +02:00
d3e44125a2 Added Defines, fixed broken function call 2025-07-26 10:42:31 +02:00
441347fc95 Added UART MSG IDs and Prep work for OTA 2025-07-26 10:38:26 +02:00
a9779cbade Added Version to Client Infos 2025-07-26 10:37:57 +02:00
704d1c9c0b Added Test of NVS and Partion API 2025-07-26 10:36:31 +02:00
a8c7c42471 Added new Payload Structs for Preperation of OTA Update 2025-07-24 16:11:26 +02:00
0934105952 Reworked MAC to String logic to many little buffers 2025-07-24 14:32:25 +02:00
55228fff8d Added MultiBoard Support
Support ESP32S3 and ESP32C3 while compiling
2025-07-24 14:15:53 +02:00
2bc6686d90 Adjustes Target to ESP32S3 and made uart payload build static 2025-07-24 11:39:29 +02:00
50ee8009fc Fixed Bug in UART Protokol 2025-07-23 16:48:55 +02:00
beef75f31c Added Message Builder with Tests 2025-07-22 14:31:24 +02:00
c564fedf65 Reworked Message Parsing and UART Protkol with Tests 2025-07-22 14:29:41 +02:00
b4d9f24f0e Added Git Hash To Build 2025-07-22 14:22:49 +02:00
94b5fd47a4 TMP: Working on a Prototyp of UART Communication
The Prototype will be used as Template for the Code Generation
but first we need an working example
2025-05-20 22:00:33 +02:00
a3a2c35fed Added Code Generated Proto 2025-05-19 21:58:26 +02:00
b4ce1a5055 Added Client Status Message/Task to send over UART 2025-04-15 17:36:59 +02:00
185587cdb6 Reworked esp32 wroom to esp32c3 zero board
- Fixed minor Bug from Testing with multiple Nodes
2025-04-06 16:22:25 +02:00
b09819e76f Refactored Communication Handling 2025-03-22 13:41:15 +01:00
d26390ea75 Refactored Uart in own module 2025-03-22 13:09:19 +01:00
c7b86f96d8 Refactored main.h 2025-03-22 12:54:36 +01:00
4488e4fd6f Refactored Main removed magic number and defines 2025-03-22 12:46:06 +01:00
6e86ae2de6 Removed Magic Numbers 2024-12-28 20:38:17 +01:00
5a6b2d4e0e Added Reconnecting ability 2024-12-28 19:52:54 +01:00
10d6898e43 Added Basic Uart Setup 2024-12-28 18:20:56 +01:00
3e7c842597 Inital Commit
Working:
- Detection if Master or Slave over Pin
- Master Broadcasts message to Slaves
- Slave connect to Master and get Pinged
2024-12-28 16:31:33 +01:00