CanGrow/Arduino/CanGrow
2024-12-12 02:56:21 +01:00
..
CanGrow.geany firmware - add some javascript to soilmoisture sensor select 2024-12-05 03:51:56 +01:00
CanGrow.ino firmware - improve output init, fix typos 2024-12-11 23:31:30 +01:00
CanGrow_HTML.h firmware - add soilmoisture calibration, add grow end date to root page 2024-12-12 02:19:04 +01:00
CanGrow_Init.h firmware - webui changes, move pump settings to grow settings, add debug json 2024-12-11 22:59:25 +01:00
CanGrow_Logo.h firmware wip - begin to seperate things into header files 2024-05-09 20:33:26 +02:00
CanGrow_PinAssignments.h firmware - add FAN2 PWM setting 2024-12-08 14:12:26 +01:00
CanGrow_Sensors.h firmware - webui changes, move pump settings to grow settings, add debug json 2024-12-11 22:59:25 +01:00
CanGrow_SysFunctions.h firmware - improve output init, fix typos 2024-12-11 23:31:30 +01:00
CanGrow_WebFunctions.h firmware - cosmetic changes 2024-12-12 02:39:26 +01:00
README.md add geany project files 2024-05-11 01:20:49 +02:00
Screenshot_WebUI_root.png renew Screenshot 2024-12-12 02:56:21 +01:00

CanGrow - Arduino Code

Here the Code for CanGrow is contained. A ESP8266 with Arduino Firmware is used (should most times be the standard already).

I wrote this project using Geany IDE. . The Geany Projectfile is also included. Compiling is done with arduino-cli. It is supposed to be in ~/.local/bin/arduino-cli. F8 compiles the project, F9 uploads firmware to /dev/ttyUSB0. You can change these settings for .ino and .h files in Project -> Settings -> Create/Make.