{"id":34774935,"url":"https://github.com/pipe-runner-lab/radlet-plankton","last_synced_at":"2026-04-19T16:01:49.953Z","repository":{"id":90127961,"uuid":"224229618","full_name":"Pipe-Runner-Lab/radlet-plankton","owner":"Pipe-Runner-Lab","description":"This repository contains the code for ESP 8266 that will work in harmony with the Radlet IOT ecosystem.","archived":false,"fork":false,"pushed_at":"2021-06-22T09:21:32.000Z","size":56,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-26T19:47:17.929Z","etag":null,"topics":["esp8266","firmware","iot","led-strips","wifi"],"latest_commit_sha":null,"homepage":"","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/Pipe-Runner-Lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2019-11-26T15:51:36.000Z","updated_at":"2025-04-21T16:51:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cedf389-e475-4e88-a07d-3941e6357551","html_url":"https://github.com/Pipe-Runner-Lab/radlet-plankton","commit_stats":null,"previous_names":["pipe-runner-lab/radlet-plankton"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pipe-Runner-Lab/radlet-plankton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pipe-Runner-Lab%2Fradlet-plankton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pipe-Runner-Lab%2Fradlet-plankton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pipe-Runner-Lab%2Fradlet-plankton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pipe-Runner-Lab%2Fradlet-plankton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pipe-Runner-Lab","download_url":"https://codeload.github.com/Pipe-Runner-Lab/radlet-plankton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pipe-Runner-Lab%2Fradlet-plankton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32012787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["esp8266","firmware","iot","led-strips","wifi"],"created_at":"2025-12-25T08:13:59.974Z","updated_at":"2026-04-19T16:01:49.948Z","avatar_url":"https://github.com/Pipe-Runner-Lab.png","language":"C++","funding_links":["https://www.buymeacoffee.com/4gmBYV0"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg src=\"https://github.com/Radlet/radlet-dock/blob/master/docs/twitter_header_photo_2.png\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Status](https://img.shields.io/badge/status-active-success.svg)]()\n[![GitHub Issues](https://img.shields.io/github/issues/Radlet/radlet-plankton)](https://github.com/Radlet/radlet-plankton/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Radlet/radlet-plankton)](https://github.com/Radlet/radlet-plankton/pulls)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)\n\n\u003c/div\u003e\n\u003cbr/\u003e \n\n\u003ch1 align=\"center\"\u003eRadlet Plankton\u003c/h1\u003e\n\n---\n\nThe Radlet ecosystem was created keeping *speed* and *flexibility* in mind and thus making edge computing a little more easier for people who wish to tinker. The existing IOT solutions are either proprietary or are too tightly coupled for a regular user to tinker with. We bring the speed of coupled system and the flexibility of a decoupled system with the perfectly balanced IOT ecosystem - Radlet. The ecosystem consists of **three primary components** out of which this repository hold the code for **Radlet-Plankton**.\n    \u003cbr\u003e \n\n\n## Table of Contents :octocat:\n\n- [Getting Started](#getting_started)\n- [Deployment](#deployment)\n- [Usage](#usage)\n- [Authors](#authors)\n\n## 1. Getting Started :four_leaf_clover: \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\nThis project Platform IO for Firmware development. The recommended IDE for development is VS Code which gels nicely with the Platform IO SDK. To setup Platform IO SDK on your machine, follow the Platform IO [docs](https://platformio.org/install/ide?install=vscode) accordingly.\n\n### 1.a Prerequisites\n\n- Platform IO\n- A little knowledge of how Arduino code is structured\n- A decent knowledge of C++\n\n### 1.b Build\n\nThe build build step is as simple as pressing **upload** button while on VS Code. If the physical device is connected to the development machine and the right port is selected then the firmware code should be flased without a few seconds onto the ESP8266 chip.\n  \n### 1.c Circuit Diagram\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg height=\"340px\" src=\"./docs/circuit_diagram.jpg\" alt=\"Circuit Diagram\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---  \n\n## 2. Deployment :fire: \u003ca name = \"deployment\"\u003e\u003c/a\u003e\n\nSimply flash an ESP8266 chip with our firmware and you are good to go. Plug it in with a 5v power suppy and it should power on within a few seconds.\n\n---\n\n## 3. Usage :closed_book: \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nIf the Radlet Dock has been deployed successfully on the network, and the Composer app has been installed on your android device, you can simply power on an ESP8266 microcontroller chip with our firmware on it. The device should show up immediately on the discovery screen of the phone app.\n\n---\n\n## 4. Authors :hammer: \u003ca name = \"authors\"\u003e\u003c/a\u003e\n\n- [@AakashMallik](https://github.com/AakashMallik)  \n- [@Prithvi](https://github.com/Prithviii)\n\n---\n\n## 5. Sponsor this Project\n- [Buy me a coffee :coffee:](https://www.buymeacoffee.com/4gmBYV0)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipe-runner-lab%2Fradlet-plankton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpipe-runner-lab%2Fradlet-plankton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipe-runner-lab%2Fradlet-plankton/lists"}