A home automation project for watering my plants remotely while we go on vacation!
This project uses the Infineon PSoc APP_CY8CKIT-062S2-43012 board's functionalities for running logic, running a webservice, ADCs etc.
Additional hardware for watering: Capacitive Moisture Sensors, 4 Channel Relay, Watering Pumps, Tubes
For multitasking, FreeRTOS is used.
A lot of the baseline code for this repo has been taken from Wifi Webserver from Infineon's github and has been modified for the needs of this application.