{"id":20358798,"url":"https://github.com/almond-hydroponics/almond-controller","last_synced_at":"2026-04-20T04:01:59.803Z","repository":{"id":104842257,"uuid":"276925991","full_name":"almond-hydroponics/almond-controller","owner":"almond-hydroponics","description":"Project almond hardware esp8266 control code for hydroponics system","archived":false,"fork":false,"pushed_at":"2021-11-26T21:37:50.000Z","size":6969,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-04T17:53:11.785Z","etag":null,"topics":["almond","cpp","esp8266","hydroponics","iot","mqtt"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/almond-hydroponics.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-03T15:01:37.000Z","updated_at":"2021-12-02T10:49:29.000Z","dependencies_parsed_at":"2023-05-07T07:00:51.521Z","dependency_job_id":null,"html_url":"https://github.com/almond-hydroponics/almond-controller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/almond-hydroponics/almond-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almond-hydroponics%2Falmond-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almond-hydroponics%2Falmond-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almond-hydroponics%2Falmond-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almond-hydroponics%2Falmond-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/almond-hydroponics","download_url":"https://codeload.github.com/almond-hydroponics/almond-controller/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almond-hydroponics%2Falmond-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["almond","cpp","esp8266","hydroponics","iot","mqtt"],"created_at":"2024-11-14T23:28:56.958Z","updated_at":"2026-04-20T04:01:59.777Z","avatar_url":"https://github.com/almond-hydroponics.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n## Almond Controller\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n    Project almond hardware esp8266 control code for hydroponics system\n\n  [![Almond](../resources/images/readme.svg)](https://almond.com)\n\n  #### Simple but complicated almond\n\n\u003c/div\u003e\n\n### Description\nThis is a hydroponics farm control system to be used at home with limited space, in greenhouses and indoors as well.\n\n### Getting started\n1. Install relevant compilers for your OS:\n    - Windows: Visual Studio 2017 Community Edition x64 (this version is mandatory!)\n    - macOS: XCode\n2. Install [`PlatformIO`](https://docs.platformio.org/en/latest/ide/vscode.html#ide-vscode) and set up on VSCode.\n3. Clone this repository and the necessary submodules:\n\n```\n    git clone https://github.com/almond-hydroponics/almond-controller.git\n    git submodule update --init https://github.com/adafruit/RTClib.git\n```\n\n### Development set up\n1. Install [`PlatformIO`](https://docs.platformio.org/en/latest/ide/vscode.html#ide-vscode) and set up on VSCode.\n2. To clone, run `https://github.com/almond-hydroponics/almond-controller.git`.\n3. `cd` into the root of the **project directory**.\n4. Upload the file from src to the esp32 board by using `platformio run`\n\n### ESP 8266 Datasheet\n[Datasheet Download](https://circuits4you.com/wp-content/uploads/2018/12/esp32-wroom-32_datasheet_en.pdf)\n\n### ESP 8266 Pinout\n\u003cbr /\u003e\n\u003cimg width=\"1440\" alt=\"almond-screenshot\" src=\"../resources/images/ESP8266_12X.jpg\"\u003e\n\u003cbr /\u003e\n\n\n### Testing\n\n**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`.\n\n### Support or Contribution\n\nFor any suggestions or contributions please do not hesitate to contact the owners of this repository.\n\nContributions to this project are welcomed by all, If you need to contribute, follow the steps below\n\n- **Fork** the repository\n- Follow [Installation and Setup](#installation) as explained earlier\n- Create a branch off `develop` for the feature you wish to add\n- Make necessary changes, commit and raise a pull request against develop, conventions can be found on the [wiki page](https://github.com/mashafrancis/almond-hw/wiki).\n  **Note** when making contributions, please endeavour to follow the [CppCoreGuidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) C++ and Arduino style guide. Also make sure to follow the [Almond Guide](https://github.com/mashafrancis/almond-hw/wiki) for conventions.\n\n### FAQ\nSee the almond [wiki](https://github.com/mashafrancis/almond-hw/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmond-hydroponics%2Falmond-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmond-hydroponics%2Falmond-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmond-hydroponics%2Falmond-controller/lists"}