CanGrow/Arduino/CanGrow
2024-09-14 15:57:14 +02:00
..
CanGrow.geany add geany file 2024-05-14 00:05:11 +02:00
CanGrow.ino firmware wip - change pwm freq to 13.37KHz, add xxd to ./cangrow setup 2024-07-30 19:40:36 +02:00
CanGrow_HTML.h firmware wip - add pump control 2024-06-16 20:16:40 +02:00
CanGrow_Init.h firmware wip - wip pump control 2024-06-17 01:48:58 +02: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 wip - drop support for DHT11/22, we use now BME280 I2C 2024-05-22 21:24:29 +02:00
CanGrow_Sensors.h firmware wip - add pump control 2024-06-16 20:16:40 +02:00
CanGrow_SysFunctions.h firmware wip - pump mode manual, write PumpLastOn to EEPROM 2024-06-17 01:57:06 +02:00
CanGrow_Version.h arduino-cli now wants to have board specified in monitor mode 2024-09-14 15:57:14 +02:00
CanGrow_WebFunctions.h firmware wip - improve factory reset (wipe) from WebUI 2024-06-17 02:23:26 +02:00
README.md add geany project files 2024-05-11 01:20:49 +02:00
Screenshot_WebUI_root.png replace Arduino/Screenshot_WebUI_root.png 2024-07-30 19:44:50 +02: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.