59 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
a3e330ed77 Added Simple Switch Command Between C3 and S3 2025-08-23 21:13:56 +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
Skruecken
6e4525df38 Updated Readme 2025-08-15 14:19:31 +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
1d36a757c0 Added pagebreak in readme for printing 2025-08-10 13:17:08 +02:00
648e201f5e Fixed Readme Layout 2025-08-10 13:05:33 +02:00
400d308f4a Fixed Readme Layout 2025-08-10 13:03:40 +02:00
1c9120a197 Updated Readme with actual UART Protocol 2025-08-10 12:22:45 +02:00
3b560799af Working OTA Update over UART to the Master 2025-08-03 22:52:01 +02:00
3abdd8816c Tool Adjustments for OTA Update 2025-08-02 16:13:08 +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
ebb739a3a0 Removed old vibe coded Python Test Tool 2025-07-26 10:39:11 +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
95bfcaa4d2 Added OTA Update Strategie writedown 2025-07-26 10:35:40 +02:00
01d0be7004 Rebuild Python Tool in Go 2025-07-26 10:35:21 +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
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