Project almond hardware esp8266 control code for hydroponics system
This is a hydroponics farm control system to be used at home with limited space, in greenhouses and indoors as well.
-
Backend (Swagger Documentation): swagger-documentation
-
Frontend (Almond App Hosting): almond web app
- Install
PlatformIO
and set up on VSCode. - To clone, run
https://github.com/mashafrancis/almond-hw.git
. cd
into the root of the project directory.- Upload the file from src to the esp32 board by using
platformio run
Unit tests - Run platformio test -e nodemcuv2 -v
on the terminal while within the project root directory. Unit testing is achieved through the use of platformio
.
For any suggestions or contributions please do not hesitate to contact the owners of this repository.
Contributions to this project are welcomed by all, If you need to contribute, follow the steps below
- Fork the repository
- Follow Installation and Setup as explained earlier
- Create a branch off
develop
for the feature you wish to add - Make necessary changes, commit and raise a pull request against develop, conventions can be found on the wiki page. Note when making contributions, please endeavour to follow the CppCoreGuidelines C++ and Arduino style guide. Also make sure to follow the Almond Guide for conventions.
See the almond wiki