Commit graph

594 commits

Author SHA1 Message Date
5de0b22ada
Make pinmode for-loop typing more declarative 2023-03-24 16:42:13 +01:00
215315bd3a
Remove unused function declaration 2023-03-24 14:10:28 +01:00
21b5796ee3
Add sleep function 2023-03-24 14:09:00 +01:00
1e40e1f870
Implement basic light controller logic 2023-03-24 14:08:42 +01:00
10e937b0dd
Fully implement callback logic 2023-03-13 13:34:45 +01:00
4eee08aeed
Add callback function calls to parser 2023-03-11 17:38:23 +01:00
af9f122a98
Implement functional skeleton of message protocol handling 2023-03-11 16:52:25 +01:00
7ff332ce1a
Create FreeRTOS C++ wrappers 2023-03-11 16:35:44 +01:00
1ae061c5d4
Update platformio.ini 2023-03-11 16:35:18 +01:00
2113f71722
Move files from /include to /src 2023-03-11 16:35:06 +01:00
be53432598
Initialize modern C++ rewrite 2023-03-11 14:16:55 +01:00
e7f4a4ec57
Merge branch 'dev' 2023-03-11 12:55:57 +01:00
ce38e34051
Add UI presentation 2023-02-12 16:58:46 +01:00
ea3f815e3e
Add files via upload 2023-02-12 16:54:51 +01:00
12da5957b8
Switch default mux position 2022-09-20 20:44:47 +02:00
14846e5aa5
Restructure communication protocol 2022-09-20 18:58:26 +02:00
3adb5c576f
Add eeprom
Eeproms outlive flash, which quickly dies during light state preservation.
2022-09-17 17:29:23 +02:00
4f84fc650f
Fix first pcb batch issues
Reassign input only pins, external uart connected to flash spi & mux blocking uart access
2022-09-17 17:07:48 +02:00
6b4c24783e
Add hex prefix 2022-04-19 23:52:45 +02:00
740abd951d
Add safe clearBuffer websocket method 2022-04-13 19:09:03 +02:00
d285387f38
Implement websocket receive 2022-04-13 18:42:39 +02:00
833cc5bbd9
Change hostname 2022-04-11 21:52:26 +02:00
0c72169217
Change app icon 2022-04-11 21:50:55 +02:00
44af7e0559
Update communication.md 2022-04-11 21:08:16 +02:00
34daed07d8
Fix table header 2022-04-11 19:40:06 +02:00
4c45934128
Add first communication protocol draft 2022-04-11 19:16:49 +02:00
1abc699b07
Make code more readable 2022-04-11 16:33:27 +02:00
31c864f140
First bluetooth connection proof-of-concept 2022-04-11 16:32:50 +02:00
db72525fd4
Implement first demo UI 2022-04-11 13:22:08 +02:00
9834c36baf
Update com port 2022-04-10 22:14:02 +02:00
c2bc691f17
Fix pincommit not working after setup 2022-04-10 22:13:39 +02:00
3256739198
Reorder ids to match physical layout 2022-04-10 22:13:06 +02:00
0f2ff182fb
Fix pinmapping 2022-04-10 22:12:40 +02:00
16dd8835a5
Initial Android commit 2022-04-10 18:28:07 +02:00
1a5cade5ab
Set hostname 2022-04-10 18:21:11 +02:00
3fd486659e
Fix ci build error fix 2022-04-10 18:16:03 +02:00
c98249a9a0
Remove interactive bom 2022-04-10 18:14:08 +02:00
d353e4fa62
Fix CI Build fail due to missing credentials 2022-04-10 18:12:58 +02:00
6bbcb0c116
Remove interactive ibom 2022-04-10 17:58:53 +02:00
d210a5c30e
Remove unused script 2022-04-10 17:57:18 +02:00
504e0c3825
Implement WiFi connection timeout 2022-04-10 17:56:23 +02:00
4946080c19
Make loop more readable 2022-04-10 17:47:07 +02:00
887b64ddf2
Fix 'Too many messages queued' 2022-04-10 17:20:40 +02:00
f2a290af30
Fix gitignore credentials header file 2022-04-10 17:16:00 +02:00
8c515fa156
First rough implementation of websockets 2022-04-10 17:12:44 +02:00
3c163a8f15
Remove duplicate code 2022-04-10 16:20:26 +02:00
fc1ca449d9
Break apart StreamCommunicator into subclass 2022-04-10 11:50:44 +02:00
0ee41404e9
Implement Bluetooth 2022-04-10 10:27:35 +02:00
6c2f39a4ea
Fix eeprom on esp32 2022-04-10 10:10:56 +02:00
57850dd0d9
Port to esp32 2022-04-09 21:31:18 +02:00