Commit graph

258 commits

Author SHA1 Message Date
1ac187e0b6 playground - add emojis to menu 2024-05-03 01:41:09 +02:00
43f0d935a4 playground - without needle 2024-05-03 01:33:38 +02:00
150a8b9b02 firmware wip - WebUI tweaks 2024-05-03 01:25:08 +02:00
67d8968d0c firmware wip - gauge meter for Grow overview :) 2024-05-03 00:33:23 +02:00
cc34bc851b playground - give the gaugemeter cangrow style 8) 2024-05-02 22:55:13 +02:00
a7f1a2146a playground - hack configurable labes and max data range into gaugemeters 2024-05-02 22:39:18 +02:00
5c3a7d04d8 playground - playing aroudn with gauge meter, modify to my needs 2024-05-02 16:34:35 +02:00
86bb4fff64 playground - playing aroudn with gauge meter, modify to my needs 2024-05-02 16:25:33 +02:00
c2d5a305de playground - dont use float for gauge meter value 2024-05-02 16:01:33 +02:00
7c072735ad add playground for testing stuff, add https://github.com/sathomas/material-gauge as gauge meter 2024-05-02 15:54:10 +02:00
9116336b05 minor pcb change 2024-05-01 21:35:19 +02:00
0dbf6658d6 replace mini-360 DC/DC converter with MP1854EN 2024-05-01 20:26:58 +02:00
d5ea16217f add MP1584EN kicad library, forked from https://github.com/kotakomputer/MP1584EN/ 2024-05-01 19:37:49 +02:00
4d8b013bac i2c connector only in i2c connector kicad lib 2024-05-01 19:34:54 +02:00
8e197decfa firmware wip - typo 2024-05-01 14:55:07 +02:00
50b8dfd509 firmware wip - when restart is required, show restart info everywhere 2024-05-01 03:49:03 +02:00
4d5d347885 firmware wip - add display stuff 2024-05-01 03:33:08 +02:00
ffae349878 firmware wip - add display stuff 2024-05-01 03:22:23 +02:00
eb45412a6e firmware wip - avoid using double quotes in html stuff to not confuse geany 2024-05-01 01:59:46 +02:00
c8993d50f4 firmware wip - add favico to HTMLheader 2024-05-01 01:58:13 +02:00
54b551f3df firmware wip - rename PIN variables to a more equal naming schema 2024-05-01 01:29:28 +02:00
ee5be296ec rename PIN variables to a more equal naming schema 2024-05-01 00:55:55 +02:00
bd4ee79ed7 firmware wip - cleanup, put things into functions 2024-05-01 00:46:50 +02:00
b82faeb38d firmware wip - comment stuff 2024-04-30 22:45:42 +02:00
81c39bea65 firmware wip - comment stuff 2024-04-30 22:29:40 +02:00
5e7db0946b firmware wip - comment stuff 2024-04-30 22:26:16 +02:00
c93933ba20 firmware wip - cleanup a bit, I noticed that i am aleady running out of IRAM (94% used) 2024-04-30 21:08:25 +02:00
651eb6b847 firmware wip - returnHTMLfooter is now returnHTMLheader, so i can avoid using javascript :) 2024-04-30 20:52:19 +02:00
0f8ff91d37 firmware wip - replace double quotes with single ones , its less confusing for geany ide 2024-04-30 20:02:46 +02:00
805ec41ffd firmware wip - now fading really works, renamed some stuff 2024-04-30 02:32:42 +02:00
f0106cbb9b firmware wip - now fading really works, renamed some stuff 2024-04-30 02:31:55 +02:00
eb0f91e313 firmware wip - add sun fading , some reorganizing 2024-04-30 00:54:08 +02:00
7842fadb15 notes in CanGrow.ino 2024-04-29 02:23:49 +02:00
f9db1734ce set fan out capacitor to 47uF 2024-04-29 01:43:08 +02:00
ae72fe6188 firmware wip - swap PINfan and PINpump, according to PCB
set analogWriteFreq to 220Hz. This was so far the sweetspot for
Fan PWM control in combination with a 47µF electrolyt capacitor.

If I had a PWM pin free, i would use PWM functionality of pc fans
but all pins are in use. So I went with putting a capacitor to the
output and regulate the fan speed this way.
2024-04-29 01:32:17 +02:00
ace7c8b678 firmware wip , add eeprom table in comments 2024-04-28 22:59:26 +02:00
df102d8a43 add capacitor to Fan out to PWM control the fan, assuming we use PC fans. add power on led 2024-04-28 22:35:15 +02:00
3f71784325 resized pcb a bit, slightly rearranged footprints 2024-04-28 17:38:09 +02:00
2ed2015f9d Add fuses (car normalOTO) to schematics and PCB, rearranged things slightly 2024-04-28 16:36:26 +02:00
83a8d54d35 Add fuses (car normalOTO) to schematics and PCB, rearranged things slightly 2024-04-28 16:36:07 +02:00
5e9b999ba9 feedback diode was wrong connected 2024-04-28 04:09:25 +02:00
755520349e applied schematic changes to PCB, generated all files for actual v0.5 2024-04-27 23:58:20 +02:00
4897ac1008 schematic, change mosfet npn driver to optocoupler, add i2c pull up resistors 2024-04-27 22:36:05 +02:00
1f19fed93b firmware wip - add simple /api/sensors which returns all values in json 2024-04-25 01:54:14 +02:00
01b8043569 add 128x64 display, doenst cost much, better view 2024-04-22 01:58:31 +02:00
7470ead144 with "" Geany gets confused , lol 2024-04-22 01:20:09 +02:00
5fc445daee firmware wip - html css stuff 2024-04-19 02:31:15 +02:00
03bca4dda5 firmware wip - byte is not the correct data type for value 400 :p 2024-04-19 00:29:19 +02:00
2912bb11a4 wip firmware 2024-04-19 00:25:36 +02:00
5a35fa4c05 update README, reflect the current development status 2024-04-18 16:43:47 +02:00