Commit graph

68 commits

Author SHA1 Message Date
994967ff2a
Switch status led to rgb 2022-03-09 14:25:58 +01:00
7ea49719de
Remove power led 2022-03-09 14:23:03 +01:00
ec98036d43
Switch mux 2022-03-09 13:40:07 +01:00
0f0e34d68f
Add resistor to TX 2022-03-09 12:19:22 +01:00
cb26271397
Fix auto flashing bce direction 2022-03-09 12:15:38 +01:00
c4aa6b72cf
Minor fixes 2022-03-09 11:49:57 +01:00
e2bdc6816d
Fix rst label 2022-03-08 19:07:26 +01:00
319536ddbf
Annotate new components 2022-03-08 16:09:26 +01:00
bbd5c919a9
Switch to esp32 due to chip shortage 2022-03-08 16:04:55 +01:00
d319f84994
Delete Control-2022-03-07_101538.zip 2022-03-07 11:14:49 +01:00
fbb08eaad6
Delete Control-2022-03-07_104047.zip 2022-03-07 11:14:43 +01:00
bbc9897636
Delete Control-2022-03-07_105306.zip 2022-03-07 11:14:39 +01:00
b6f6faaa82
Delete Control-2022-03-07_104723.zip 2022-03-07 11:14:34 +01:00
60942356dc
Delete Control-2022-03-07_110134.zip 2022-03-07 11:14:29 +01:00
f10b78dcd6
Delete Control-2022-03-07_100808.zip 2022-03-07 11:14:21 +01:00
cf58529f9c
Delete #auto_saved_files# 2022-03-07 11:14:04 +01:00
739fdaf022
Update readme 2022-03-07 11:13:42 +01:00
f651cd6169
Update readme 2022-03-07 11:10:49 +01:00
656ac46117
Add debugging pin footprint 2022-03-07 11:03:37 +01:00
397a5f821c
Remove unnecessary multiplexer 2022-03-07 10:41:07 +01:00
a9080fea21
Remove I2C capability 2022-03-07 10:16:01 +01:00
04d0048966
Update project to KiCad 6 2022-03-07 09:59:39 +01:00
73f43243bf
Update project to KiCad 6 2022-03-07 09:56:51 +01:00
4dbc3ab836
Remove additional buffer size check 2022-02-05 22:29:32 +01:00
73bbc2b1ca
Possibly fix buffer boundaries not being checked 2022-02-05 22:23:17 +01:00
24b8c9ca40
Simplify main sketch 2022-02-05 21:05:21 +01:00
61b57c8a9e
Fix double digit numbers not being supported 2022-02-05 21:05:04 +01:00
22c93557fd
Set timeout according to parameter 2022-02-05 21:04:30 +01:00
10d4d42c7e
Add clearBuffer() function 2022-02-05 20:50:54 +01:00
55a7d2cd0c
Implement state memory 2022-02-05 20:50:33 +01:00
baf5547cbd
Seperate light control logic into own class 2022-02-05 20:09:48 +01:00
620cdd25ac
Change parameter type from pointer to array 2022-02-05 19:19:38 +01:00
3740769a01
Implement I2C communication 2022-02-05 19:15:56 +01:00
c5ef3d9366
Remove unnecessary base class 2022-02-05 19:08:51 +01:00
ce843015d6
Manage directory structure 2022-02-04 16:01:30 +01:00
2f22c89331
Fix serial port priting gibberish 2022-02-04 14:04:13 +01:00
259e74a658
Fix missing entry in vtables 2022-02-04 14:03:34 +01:00
0326e1e36e
Implement communication 2022-02-04 09:42:15 +01:00
591a8c27cd
Implement Communication object file structure 2022-02-01 23:20:04 +01:00
ba251feede Fix output port numbering 2021-08-29 18:38:04 +02:00
69a2af7085 Merge branch 'dev' of https://github.com/GHOSCHT/light-control into dev 2021-08-29 18:17:40 +02:00
507625e454 Add version number & author information 2021-08-29 18:12:57 +02:00
1f150de4fb Add mounting holes & component description 2021-08-29 18:08:41 +02:00
82a03e463b First control PCB 2021-08-29 17:43:07 +02:00
be0057900b Add UART/I2C pull-up resistors 2021-08-29 12:37:48 +02:00
de54394c1f Exclude Gerber folder from sync 2021-08-27 00:44:48 +02:00
9955e70611 Disable Flash reset on ISP upload 2021-08-26 18:48:24 +02:00
c10494dd8f Platformio will now be recommended 2021-08-26 18:47:49 +02:00
ffc306b59e Revert "Buffer boundary check - test 1"
This reverts commit 1c0c744983.
2021-08-26 14:48:10 +02:00
1c0c744983 Buffer boundary check - test 1 2021-08-26 14:39:52 +02:00