{"id":22976290,"url":"https://github.com/dmk/simplesp","last_synced_at":"2025-07-11T02:36:40.154Z","repository":{"id":253691577,"uuid":"844225077","full_name":"dmk/SimplESP","owner":"dmk","description":"A MicroPython library for ESP32 with easy-to-use interfaces for common components.","archived":false,"fork":false,"pushed_at":"2024-08-18T20:06:29.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T23:25:33.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/dmk.png","metadata":{"files":{"readme":"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":"2024-08-18T18:49:58.000Z","updated_at":"2024-08-18T20:06:32.000Z","dependencies_parsed_at":"2024-08-18T20:55:11.662Z","dependency_job_id":null,"html_url":"https://github.com/dmk/SimplESP","commit_stats":null,"previous_names":["dmk/simplesp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2FSimplESP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2FSimplESP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2FSimplESP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2FSimplESP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmk","download_url":"https://codeload.github.com/dmk/SimplESP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246777816,"owners_count":20832033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-15T00:49:08.594Z","updated_at":"2025-04-02T08:18:42.391Z","avatar_url":"https://github.com/dmk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimplESP\n\n**SimplESP** is a simple and easy-to-use MicroPython library for the ESP32, providing\nbasic interfaces for common components such as LEDs, PWM-controlled LEDs, buttons, and\nvarious sensors. This library is designed to be accessible for beginners.\n\n## Features\n\n- **LED Control**: Turn an LED on or off.\n- **Dimmable LED Control**: Set brightness for a LED.\n- **Button**: A button with a callback.\n\nMore features coming later\n\n## Getting Started\n\n### Prerequisites\n\nTo get started with SimplESP, you'll need:\n\n- An ESP32 board.\n- MicroPython firmware installed on your ESP32.\n- Python 3.x installed on your computer.\n- Required Python packages listed in `requirements.txt`.\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/dmk/SimplESP.git\n   cd SimplESP\n   ```\n\n2. Set up Python environment:\n\n   ```bash\n   make setup-python\n   ```\n\n3. Flash MicroPython to the ESP32:\n\n   If you haven't already flashed MicroPython onto your ESP32, you can use the following command:\n\n   ```bash\n   make flash\n   ```\n\n   This will run the `scripts/flash_micropython.sh` script to erase and flash the firmware onto your ESP32.\n\n4. Deploy the SimplESP Library:\n\n   TBD\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmk%2Fsimplesp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmk%2Fsimplesp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmk%2Fsimplesp/lists"}