40 Commits

Author SHA1 Message Date
f2296a33e6 Create a simpler version of the OTA Update
Using no Broadcast logic for speed but its working now.
There is to much Acks going on but for the prototyp that is okay
2025-09-28 20:52:36 +02:00
7097e9e7ab Added Test Data Message for Game Development Testing 2025-09-27 15:57:52 +02:00
df35def702 Added Function to Read App Image size from Partition 2025-09-27 14:26:32 +02:00
337976e637 OTA Update nearly working but could not get image correctly transefered 2025-09-14 13:07:08 +02:00
d8716c232e Updated Message Handling to new MessageBroker 2025-08-23 21:14:18 +02:00
672267b991 WIP First working version of registered callback esp now logic 2025-08-18 22:38:16 +02:00
8398442544 Reworked ESPNOW MessageBrokerTask 2025-08-18 20:27:30 +02:00
Skruecken
b29512d922 WIP changes to ota update 2025-08-18 19:56:14 +02:00
60a304a93d Boilerplate for OTA Update over ESPNOW 2025-08-10 19:43:54 +02:00
f504553ab6 Added Header Definitions 2025-08-10 15:17:22 +02:00
bbfe61a9ed Fixed const pointer 2025-08-10 15:14:36 +02:00
73bc078465 Moved OTA Functionality to functions to reuse it 2025-08-10 15:08:48 +02:00
8d4f1da028 Fixed UART Version output and visualized it in go tool 2025-08-10 13:20:11 +02:00
3b560799af Working OTA Update over UART to the Master 2025-08-03 22:52:01 +02:00
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