{"id":16908771,"url":"https://github.com/saswatamcode/simpleiot","last_synced_at":"2026-04-15T18:02:29.911Z","repository":{"id":103589947,"uuid":"229461299","full_name":"saswatamcode/simpleIOT","owner":"saswatamcode","description":"A simple internet of things application made using iOS and a Raspberry Pi. The application allows you to remotely turn an led on/off through the net. ","archived":false,"fork":false,"pushed_at":"2019-12-21T18:07:31.000Z","size":13770,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T17:38:36.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/saswatamcode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-21T17:33:05.000Z","updated_at":"2019-12-21T18:07:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"aac1fd50-c1ee-41f7-9802-0e2bbbfe5d20","html_url":"https://github.com/saswatamcode/simpleIOT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saswatamcode/simpleIOT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2FsimpleIOT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2FsimpleIOT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2FsimpleIOT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2FsimpleIOT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saswatamcode","download_url":"https://codeload.github.com/saswatamcode/simpleIOT/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saswatamcode%2FsimpleIOT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31853279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":[],"created_at":"2024-10-13T18:52:53.234Z","updated_at":"2026-04-15T18:02:29.897Z","avatar_url":"https://github.com/saswatamcode.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)\n[![GitHub forks](https://img.shields.io/github/forks/saswatamcode/simpleIOT.svg?style=social\u0026label=Fork\u0026maxAge=2592000)](https://GitHub.com/saswatamcode/simpleIOT/network/)\n[![GitHub stars](https://img.shields.io/github/stars/saswatamcode/simpleIOT.svg?style=social\u0026label=Star\u0026maxAge=2592000)](https://GitHub.com/saswatamcode/simpleIOT/stargazers/)\n[![GitHub issues](https://img.shields.io/github/issues/saswatamcode/simpleIOT.svg)](https://GitHub.com/saswatamcode/simpleIOT/issues/)\n[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n[![Badge w/ Platform](https://cocoapod-badges.herokuapp.com/p/NSStringMask/badge.svg)](https://cocoadocs.org/docsets/NSStringMask)\n\n\n# SimpleIOT\nA simple internet of things application made using iOS and a Raspberry Pi. The application allows you to remotely turn an led on/off through the net. Uses Firebase\n\n## Screenshots\n\n![Screenshot-on!](screenshots/Screenshot-on.png) ![Screenshot-off!](screenshots/Screenshot-off.png)\n\n## To Run\n- Visit Firebase's official website and go to console\n- Create a new application and select iOS to setup this project and follow instructions\n- Download the `GoogleService-Info.plist` and move it to the project directory\n- Create a new realtime database with led as a child and an empty string as it's key\n- Clone repo using Xcode Source Control\n- Run app on preferred simulator\n- Boot up Raspberry Pi 2/3/4\n- Open the `led.py` file and update config object using your personal data available in `GoogleService-Info.plist`\n- Connect an led to a ground port and GPIO18 port\n- Open terminal/ssh and run the following:\n`sudo su`\n`pip3 install RPi.GPIO`\n`pip3 install pyrebase`\n`python3 led.py`\n\n## Requirement\n- iOS 13.x\n- Xcode 11.x\n- Raspberry Pi 2/3/4\n- Python 3.x\n- LED/Jumper wires/Breadboard/330ohm resistor\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaswatamcode%2Fsimpleiot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaswatamcode%2Fsimpleiot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaswatamcode%2Fsimpleiot/lists"}