{"id":22266581,"url":"https://github.com/matthewdlr/satellite-sos","last_synced_at":"2025-10-13T13:31:38.088Z","repository":{"id":259829448,"uuid":"870412619","full_name":"MatthewDlr/satellite-sos","owner":"MatthewDlr","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-28T04:46:59.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-03T10:19:36.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://satellite.mdelarue.dev","language":"HTML","has_issues":false,"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/MatthewDlr.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":"2024-10-10T01:57:24.000Z","updated_at":"2024-10-28T04:47:03.000Z","dependencies_parsed_at":"2024-10-28T08:01:51.722Z","dependency_job_id":"8987a9fa-79f7-4f23-a7a7-ebc87b5fcf39","html_url":"https://github.com/MatthewDlr/satellite-sos","commit_stats":null,"previous_names":["matthewdlr/satellite-sos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDlr%2Fsatellite-sos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDlr%2Fsatellite-sos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDlr%2Fsatellite-sos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDlr%2Fsatellite-sos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthewDlr","download_url":"https://codeload.github.com/MatthewDlr/satellite-sos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236353164,"owners_count":19135501,"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","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-12-03T10:19:17.797Z","updated_at":"2025-10-13T13:31:32.505Z","avatar_url":"https://github.com/MatthewDlr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SatelliteSos\n\nThis is my attempt to reproduce Apple emergency SOS via satellite feature but better with a motor that actually moves the device toward the right direction. This is just a fun project from one of my classes and it is not meant to actually replace the real SOS feature in any way; I simply wanted to mimic the amazing UI that Apple's swift engineers have created.\n\nThe app is made with Angular and the motor is controlled by an Arduino.\nSee it live at: https://satellite.mdelarue.dev\n\n![CleanShot 2024-10-27 at 21 44 08](https://github.com/user-attachments/assets/0960552d-2465-4961-89d5-dd8e8608e599)\n\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.7.\n\n## Development server\n\nStart by install dependencies with `npm install`.\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Arduino\nTo fully work on your device, you need an Arduino connected to your computer in USB writing the necessary data to the serial port. The Arduino code is in the `arduino` folder. You can upload it to your Arduino using the Arduino IDE.\n\nAll you need to do is to print the following information in the serial port:\n```\n  Serial.println(\"signalPower:\" + String(lightPower) + \" satelliteAngle:\" + String(lightAngle) + \" motorAngle:\" + String(motorAngle));\n```\n\nThe app is made to display information for angles between -70 and 70 degrees for the satellite; otherwise, the satellite will be considered out of range and not shown on the screen.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewdlr%2Fsatellite-sos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewdlr%2Fsatellite-sos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewdlr%2Fsatellite-sos/lists"}