{"id":15417088,"url":"https://github.com/mabezdev/mabezwatchos","last_synced_at":"2025-03-18T17:25:37.322Z","repository":{"id":140619340,"uuid":"42149172","full_name":"MabezDev/MabezWatchOS","owner":"MabezDev","description":"The OS the watch runs.","archived":false,"fork":false,"pushed_at":"2017-11-19T17:41:48.000Z","size":11831,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T07:44:52.636Z","etag":null,"topics":[],"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/MabezDev.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":"2015-09-09T01:39:40.000Z","updated_at":"2018-08-03T20:07:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"6686a4da-71ed-4ce6-9704-ffadc085a809","html_url":"https://github.com/MabezDev/MabezWatchOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2FMabezWatchOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2FMabezWatchOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2FMabezWatchOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MabezDev%2FMabezWatchOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MabezDev","download_url":"https://codeload.github.com/MabezDev/MabezWatchOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244267598,"owners_count":20425861,"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-10-01T17:14:35.929Z","updated_at":"2025-03-18T17:25:37.304Z","avatar_url":"https://github.com/MabezDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MabezWatchOS\n\nThis is the firmware the Smart watch I am creating runs on. This code was originally created for use with an Arduino Nano but has evolved and adapted to the Teensy LC (3.x is also compatible with a few register address changes) and now the STM32 ARM 32bit microcontroller.\n\n## The Operating system\n\n### Notifications\n  - Receive and break up the serial data into title, text, package name\n  - Hold multiple Notifications in RAM\n  - Remove notifications\n  - Display a whole Message (the text)\n  - Control the flow of notifications (I.e if we run out of space we tell the App to hold the notifications in a queue ready for when we have space to receive more.)\n  \n### Weather Data\n  - Receive and break up the serial data into Day, Temperature and Forecast.\n  - Provides a time that the data was received so we know if the data is accurate or not.\n  \n### Date/Time\n  - Provides a nice Interface to see the time, like a classic clock face and a digital clock\n  - Wouldn't be a watch without this functionality\n  - Checks the RTC has the proper time everytime we connect to the app\n  - Timer, simple timer to time hours seconds and minutes with an alert to shop when the timer is done\n  - Alarm, utilizes the 2 alarms available on the DS3231 RTC with easy to use interface.\n  \n### Input and gestures\n  - Dual click (UP \u0026 DOWN together) to go back\n  - Tri Click (ALL THREE together) to go to the home page with the favourite widget selected from the settings\n  \n\n### Other functionality\n  - Settings, store basic settings on the on board EEPROM\n  - Can reset the BT module if it fails to connect after a while.\n  - Smart shutdown, instead of a clunky off toggle switch, we drop the watch into hibernation mode and can be woken by pressing the OK button at anytime.\n  - Crash handler, usuing the built in watchdog timer we 'kick' the dog every cycle, if the dog does not get kicked it resets the watch (Disabled when Shutdown).\n  - Status bar showing connection, battery and notification information.\n\n\n## The Hardware\n  - 1.3 inch (128x32) monochrome OLED (Black \u0026 White)\n  - Capacitive touch buttons, instead of clunky tactile switches.\n  - DS3231 RTC with alarm and temperature(not implmented currently) functionality\n  - HM-11 Bluetooth 4.0 low energy transciever\n  - TP4056 single cell lithium charger board\n  - Single cell 240mAh lithium ion battery\n  - Teensy LC (48Mhz) (Soon to be replaced with STM due to difficulty getting the bootloader from PJRC Store)\n  \n### Power Specifications\n  - Draws 24mA on average when operating normally.\n  - In Shutdown mode it draws 550uA\n  - Power on time: Over 8 hours\n  - Shutdown mode timer: 18 days\n  - Quick charge under an Hour\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmabezdev%2Fmabezwatchos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmabezdev%2Fmabezwatchos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmabezdev%2Fmabezwatchos/lists"}