{"id":22403125,"url":"https://github.com/friedjof/esp32-433api","last_synced_at":"2026-04-17T11:30:59.028Z","repository":{"id":63006623,"uuid":"545439572","full_name":"Friedjof/ESP32-433API","owner":"Friedjof","description":"This is a 433MHz web-API for the esp32 microcontroller","archived":false,"fork":false,"pushed_at":"2023-01-03T20:23:29.000Z","size":46,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T00:54:33.719Z","etag":null,"topics":["433mhz","api","arduino","esp32","platformio","wifi"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Friedjof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-04T11:25:28.000Z","updated_at":"2023-03-14T05:25:45.000Z","dependencies_parsed_at":"2023-02-01T09:47:15.480Z","dependency_job_id":null,"html_url":"https://github.com/Friedjof/ESP32-433API","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Friedjof/ESP32-433API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Friedjof%2FESP32-433API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Friedjof%2FESP32-433API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Friedjof%2FESP32-433API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Friedjof%2FESP32-433API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Friedjof","download_url":"https://codeload.github.com/Friedjof/ESP32-433API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Friedjof%2FESP32-433API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31927618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["433mhz","api","arduino","esp32","platformio","wifi"],"created_at":"2024-12-05T09:16:10.935Z","updated_at":"2026-04-17T11:30:59.011Z","avatar_url":"https://github.com/Friedjof.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 433API\nThis projekt links an API to a 433MHz transmitter. This is based on the [ESP32](https://www.espressif.com/en/products/hardware/esp32/overview).\n\n## Hardware\n- ESP32\n- 433MHz transmitter\n\n## Endpoints\n### `/`\n- GET: returns the WiFi status\n### `/styles`\n- GET: returns the styles for the web interface\n### `/logs`\n- GET: returns the logs\n   - `?key=your-api-key`: returns the logs\n   - `?clear`: clears the logs\n### `/config`\n- GET: set or return the config\n   - `?ssid=your-ssid\u0026password=your-password`: set the WiFi config\n   - `?show`: returns the config\n### `/transmit`\n- GET: transmit a code\n   - `?key=your-api-key`: authorization\n   - `\u0026msg=your-message`: the message to transmit\n   - `type=your-type`: the type of the message (`hex` \u0026 `bin` are supported)\n\n## Software\n- [PlatformIO](https://platformio.org/)\n- [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer)\n- […]\n\n## Development\n### Setup\nVisual Studio Code with PlatformIO\n  - install PlatformIO\n\nMove directory data-sample to data\n```bash\nmv data-sample data\n```\n\nEdit data/config.json\n```json\n{\n    \"wifi\": {\n        \"ssid\": \"myssid\",\n        \"password\": \"mypassword\",\n        \"hostname\": \"your-hostname\",\n        \"port\": 80\n    },\n    \"microcontroller\": {\n        \"serial_baudrate\": 9600\n    },\n    \"transmitter\": {\n        \"pin\": 27,\n        \"protocol\": 1,\n        \"pulse_length\": 500\n    },\n    \"api\": {\n        \"key\": \"your-api-key\"\n    }\n}\n```\n\n### Build filesystem and upload\n```bash\npio run -t buildfs \u0026\u0026 pio run -t uploadfs\n```\n\n### Build and upload\n```bash\npio run -t upload\n```\n\n### Monitor\n```bash\npio device monitor\n```\n\n## License\n[MIT](LICENSE)\n\n## Author\n[Friedjof Noweck](https://github.com/Friedjof)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedjof%2Fesp32-433api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriedjof%2Fesp32-433api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedjof%2Fesp32-433api/lists"}