{"id":25227209,"url":"https://github.com/nehalmr/healthpod","last_synced_at":"2026-05-01T12:32:28.470Z","repository":{"id":250360370,"uuid":"834010360","full_name":"nehalmr/HealthPod","owner":"nehalmr","description":"HealthPod by nehalmr (IoT Healthcare Module): ESP8266, DS18B20, Pulse Sensor, C++, Thingspeak, Flutter UI Developed a healthcare monitoring system with IoT integration","archived":false,"fork":false,"pushed_at":"2024-07-28T09:55:47.000Z","size":27676,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T20:43:57.322Z","etag":null,"topics":["api","api-bindings","arduino-ide","cpp","dart","ds18b20","esp8266","flutter-ui","iot-application","iot-device","multios","pulse-sensor","sqlite3","temperature-sensor","thingspeak"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/nehalmr.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-26T08:30:05.000Z","updated_at":"2025-01-04T06:10:04.000Z","dependencies_parsed_at":"2025-09-11T08:42:29.769Z","dependency_job_id":"2186dfce-1f0d-442e-849d-3827f653ace7","html_url":"https://github.com/nehalmr/HealthPod","commit_stats":null,"previous_names":["nehalmr/healthpod"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nehalmr/HealthPod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2FHealthPod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2FHealthPod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2FHealthPod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2FHealthPod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nehalmr","download_url":"https://codeload.github.com/nehalmr/HealthPod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2FHealthPod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["api","api-bindings","arduino-ide","cpp","dart","ds18b20","esp8266","flutter-ui","iot-application","iot-device","multios","pulse-sensor","sqlite3","temperature-sensor","thingspeak"],"created_at":"2025-02-11T08:12:55.045Z","updated_at":"2026-05-01T12:32:28.440Z","avatar_url":"https://github.com/nehalmr.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HealthPod (IoT Healthcare Module)\n\nhttps://youtu.be/FqP-QcRfrv0?feature=shared\n\n\nHealthPod is an IoT-based healthcare monitoring system developed using ESP8266, DS18B20, Pulse Sensor, and integrated with Thingspeak and Flutter UI. This project aims to provide real-time health monitoring and data visualization.\n\n## Features\n- **Temperature Monitoring**: Uses DS18B20 sensor to measure body temperature.\n- **Pulse Monitoring**: Uses Pulse Sensor to measure heart rate.\n- **IoT Integration**: Data is sent to Thingspeak for real-time monitoring.\n- **Mobile App**: Flutter-based UI for easy access and visualization of health data.\n\n## Tech Stack\n![ESP8266](https://img.shields.io/badge/ESP8266-%230071C5.svg?style=for-the-badge\u0026logo=espressif\u0026logoColor=white)\n![DS18B20](https://img.shields.io/badge/DS18B20-FFD700.svg?style=for-the-badge)\n![Pulse Sensor](https://img.shields.io/badge/Pulse%20Sensor-FF4500.svg?style=for-the-badge)\n![Thingspeak](https://img.shields.io/badge/Thingspeak-000000.svg?style=for-the-badge)\n![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge\u0026logo=Flutter\u0026logoColor=white)\n![Arduino](https://img.shields.io/badge/Arduino-%2300979D.svg?style=for-the-badge\u0026logo=Arduino\u0026logoColor=white)\n\n## Components\n- **ESP8266**: Microcontroller for IoT integration.\n- **DS18B20**: Temperature sensor.\n- **Pulse Sensor**: Heart rate sensor.\n- **Thingspeak**: IoT platform for data collection and visualization.\n- **Flutter**: Framework for building the mobile application.\n\n## Installation\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/nehalmr/HealthPod.git\n    cd HealthPod\n    ```\n\n2. **Set up the hardware**:\n    Connect the DS18B20 and Pulse Sensor to the ESP8266 as per the circuit diagram provided in the repository.\n\n3. **Configure Thingspeak**:\n    Create an account on Thingspeak and set up a new channel. Note down the API keys and channel ID.\n\n4. **Upload the code**:\n    Open the Arduino IDE. Install the necessary libraries (ESP8266, DallasTemperature, OneWire, etc.). Update the WiFi credentials and Thingspeak API keys in the code. Upload the code to the ESP8266.\n\n5. **Run the Flutter app**:\n    ```bash\n    cd flutter_app\n    flutter pub get\n    flutter run\n    ```\n\n## Usage\n- **Monitoring**: Once the hardware is set up and the code is running, the sensors will start collecting data.\n- **Visualization**: Open the Flutter app to view real-time data. You can also log in to Thingspeak to see the data charts.\n\n## Contributing\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\nSpecial thanks to the open-source community for providing the necessary libraries and tools.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnehalmr%2Fhealthpod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnehalmr%2Fhealthpod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnehalmr%2Fhealthpod/lists"}