{"id":17780720,"url":"https://github.com/sibyx/vogon-air-sensor","last_synced_at":"2026-05-19T07:10:40.405Z","repository":{"id":245618546,"uuid":"818773549","full_name":"Sibyx/vogon-air-sensor","owner":"Sibyx","description":"Air pollution sensor using ESP32, DHT22 and SDS011 writen in ESP-IDF","archived":false,"fork":false,"pushed_at":"2024-06-23T16:11:25.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T19:44:09.252Z","etag":null,"topics":["air-pollution","esp-idf","esp32"],"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/Sibyx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-06-22T20:30:18.000Z","updated_at":"2024-06-23T16:10:11.000Z","dependencies_parsed_at":"2024-06-23T02:59:19.918Z","dependency_job_id":"9d0bed2a-3cfa-4189-8fe9-658e78da82b3","html_url":"https://github.com/Sibyx/vogon-air-sensor","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"cf14a0ea36f29a304d5e6cad7959e3cbae533f99"},"previous_names":["sibyx/vogon-air-sensor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Sibyx/vogon-air-sensor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sibyx%2Fvogon-air-sensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sibyx%2Fvogon-air-sensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sibyx%2Fvogon-air-sensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sibyx%2Fvogon-air-sensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sibyx","download_url":"https://codeload.github.com/Sibyx/vogon-air-sensor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sibyx%2Fvogon-air-sensor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013695,"owners_count":26085390,"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-10-13T02:00:06.723Z","response_time":61,"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":["air-pollution","esp-idf","esp32"],"created_at":"2024-10-27T03:03:42.699Z","updated_at":"2025-10-13T05:12:47.463Z","avatar_url":"https://github.com/Sibyx.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VogonAirFirmware\n\nVogonAirFirmware is a simple air pollution sensor firmware for ESP32, developed using ESP-IDF. It reads data from\nDHT22 (temperature and humidity sensor) and SDS011 (particulate matter sensor), and sends the measurements to a \nserver using MQTT and WiFi for further processing.\n\n**Work in progress**\n\n## Features\n\n- Reads temperature and humidity data from DHT22 sensor\n- Reads particulate matter (PM2.5 and PM10) data from SDS011 sensor\n- Sends sensor data to a server via MQTT\n- Connects to WiFi for internet connectivity\n- Easy configuration and setup\n\n## Hardware Requirements\n\n- ESP32 development board\n- DHT22 temperature and humidity sensor\n- SDS011 particulate matter sensor\n- Breadboard and jumper wires for connections\n- Power supply (5V USB or battery)\n\n## Software Requirements\n\n- [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) (Espressif IoT Development Framework)\n- MQTT broker (e.g., Mosquitto)\n- MQTT client for testing (e.g., MQTT.fx, MQTT Explorer)\n\n## Installation\n\nFollow the [official ESP-IDF setup guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) \nto install ESP-IDF and set up your development environment.\n\n**Clone the Repository**\n\n```sh\ngit clone https://github.com/Sibyx/vogon-air-sensor\ncd vogon-air-sensor\n```\n\n**Configure the Project**\n\nUse `idf.py menuconfig` to configure your project settings, such as WiFi credentials and MQTT server details.\n\n**Build and Flash the Firmware**\n\n```shell\nidf.py build\nidf.py flash\n```\n\n## Configuration\n\nConfiguration is done via the `menuconfig` tool. Key configuration options include:\n\n## MQTT Topics and messages\n\nBy default, the firmware publishes sensor data to the following MQTT topic: `vogonair/:mac_address/raw`.\n\nThe compatible server configuration is in repository \n[vogon-veggie-collector](https://github.com/Sibyx/vogon-veggie-collector).\n\n---\nFeel free to contribute to this project by creating issues, submitting pull requests, or suggesting improvements. \nHappy hacking!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibyx%2Fvogon-air-sensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsibyx%2Fvogon-air-sensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibyx%2Fvogon-air-sensor/lists"}