{"id":31202213,"url":"https://github.com/ipdotsetaf/esp-rc-car","last_synced_at":"2026-05-06T02:33:03.554Z","repository":{"id":218190456,"uuid":"740532860","full_name":"IPdotSetAF/ESP-RC-Car","owner":"IPdotSetAF","description":"Remotely control any car over WIFI with an ESP8266 or ESP32","archived":false,"fork":false,"pushed_at":"2024-04-24T07:23:25.000Z","size":512,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T13:45:14.519Z","etag":null,"topics":["arduino","esp32","esp32-arduino","esp8266","esp8266-arduino","remote-control-car","wifi-remote-control"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IPdotSetAF.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-01-08T14:38:38.000Z","updated_at":"2024-05-30T00:52:23.477Z","dependencies_parsed_at":"2024-01-20T10:30:18.089Z","dependency_job_id":"63e8b7d8-ddd6-4dad-8320-c1dfb23fe1b7","html_url":"https://github.com/IPdotSetAF/ESP-RC-Car","commit_stats":null,"previous_names":["ipdotsetaf/esp-rc-car"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IPdotSetAF/ESP-RC-Car","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FESP-RC-Car","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FESP-RC-Car/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FESP-RC-Car/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FESP-RC-Car/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IPdotSetAF","download_url":"https://codeload.github.com/IPdotSetAF/ESP-RC-Car/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FESP-RC-Car/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276106025,"owners_count":25586190,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"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":["arduino","esp32","esp32-arduino","esp8266","esp8266-arduino","remote-control-car","wifi-remote-control"],"created_at":"2025-09-20T13:45:22.454Z","updated_at":"2025-09-20T13:45:27.571Z","avatar_url":"https://github.com/IPdotSetAF.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP 8266 RC\nthis an almost generic firmware project (written for `ESP8266`) for Remote Controlled Cars (RC). \nThe remote works over a WIFI connection and in a single-page web application.\n\nThis project is still under development and research, so as soon as the hardware is figured out, all the hardware schematics and the PCB (maybe) will be available. \n\n## Supported Boards:\n  - ESP-8266\n    - [x] ESP-01\n    - [ ] ESP-12\n  - ESP-32\n    - [x] ESP-32-WROOM\n    - [ ] ESP-32-CAM\n\n## Project structure\n  - The project contains the following:\n    - Firmware\n      - Developed in PlatformIO\n      - Arduino Framework\n      - Used ArduinoJson\n      - Used PCF8574\n      - [x] Web Server\n      - [x] Static File Server\n      - [x] Web API\n      - [x] mDNS\n      - [x] OTA Update\n    - Web page static files\n      - Used LittleFS\n      - Index page `HTML`, `CSS`, `JS` \n      - manifest.json\n      - SVG and PNG icons\n      - [ ] Config.json\n\n## Features\n  - This firmware currently supports:\n    - [x] Head Lights\n    - [x] Break Lights\n    - [x] Signal Lights\n    - [x] Gear System (only `DRIVE`, `NEUTAL`, and `REVERSE` are supported)\n    - [x] Horn\n    - [ ] Fixed Speed `DC Motor` Drive (`FORWARD` and `REVERSE`)\n    - [x] Steering (`Servo` based)\n    - [x] Debug Console\n  \n  - These Features might also be implemented in the near future:\n    - [ ] Underglow Lights\n    - [ ] Variable Speed `DC Motor` Drive\n    - [ ] Steering ('DC Motor' based)\n    - [ ] Gear System (`Manual` gear system)\n    - [ ] Pneumatic Height Control (`Servo` based)\n    - [ ] `Brushless DC Motor` Drive\n    - [ ] FPV Camera\n\n\n## Components:\n  \n  | Name                       | Image                                            | Count |\n  | :---:                      | :---:                                            | :---: |\n  | ESP-01                     | \u003cimg src=\"images/esp01.jpg\" height=\"100\"\u003e        | 1     |\n  | Geared hobby RC Motor 1:48 | \u003cimg src=\"images/geared-1-48.webp\" height=\"100\"\u003e | 1     |\n  | SG90 servo                 | \u003cimg src=\"images/sg90.webp\" height=\"100\"\u003e        | 1     |\n  | L9110 Motor driver         | \u003cimg src=\"images/l9110s.jpg\" height=\"100\"\u003e       | 1     |\n  | AMS1117 3.3v               | \u003cimg src=\"images/ams1117.webp\" height=\"100\"\u003e     | 1     |\n  | PCF8574 I2C IO extender    | \u003cimg src=\"images/pcf8574.jpg\" height=\"100\"\u003e      | 1     |\n  | Red LED                    | \u003cimg src=\"images/red-led.webp\" height=\"100\"\u003e     | 2     |\n  | Yellow LED                 | \u003cimg src=\"images/yellow-led.jpg\" height=\"100\"\u003e   | 4     |\n  | White LED                  | \u003cimg src=\"images/white-led.jpg\" height=\"100\"\u003e    | 4     |\n  | 51Ω Resistor               | \u003cimg src=\"images/51.jpg\" height=\"100\"\u003e           | 1     |\n  | 470Ω Resistor              | \u003cimg src=\"images/470.jpg\" height=\"100\"\u003e          | 4     |\n  | 10KΩ Resistor              | \u003cimg src=\"images/10k.webp\" height=\"100\"\u003e         | 2     |\n  | 10µF Capacitor             | \u003cimg src=\"images/10uf-25v.jpg\" height=\"100\"\u003e     | 1     |\n  | 22µF Capacitor             | \u003cimg src=\"images/22uf.jpg\" height=\"100\"\u003e         | 1     |\n  | 4xAA Battery holder        | \u003cimg src=\"images/bat-holder.webp\" height=\"100\"\u003e  | 1     |\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipdotsetaf%2Fesp-rc-car","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipdotsetaf%2Fesp-rc-car","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipdotsetaf%2Fesp-rc-car/lists"}