27 Commits

Author SHA1 Message Date
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
73d3e24786 Improved Tool for Testing with Threading 2025-07-23 17:36:28 +02:00
fad6a0aee2 Added Python Test tool 2025-07-23 16:49:17 +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
72486619f2 Reverted Readme 2025-04-16 18:35:54 +02:00
21984cff51 Fixed Readme 2025-04-16 18:35:08 +02:00
4a50233b7d Fixed Readme 2025-04-16 18:33:05 +02:00
51f67458bb Added Start of Uart Protokoll Definition 2025-04-16 18:31:57 +02:00
b4ce1a5055 Added Client Status Message/Task to send over UART 2025-04-15 17:36:59 +02:00
d3b6e63cdb Changed ROM Size to 4MB for the ESP32C3 and added OTA Update Partitions 2025-04-15 17:36:05 +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
e211e708a3 Update Utility Makefile for Mini and SDK Config 2025-03-22 12:46:48 +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
871bc4876e Added Lastenheft as Readme 2024-12-28 17:53:57 +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