https://github.com/tidepool-org/heartbeat
https://github.com/tidepool-org/heartbeat
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tidepool-org/heartbeat
- Owner: tidepool-org
- Created: 2024-03-12T22:10:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T20:56:54.000Z (9 months ago)
- Last Synced: 2025-02-02T05:25:23.682Z (3 months ago)
- Language: C
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heartbeat firmware for periodic bluetooth updates.
When programmed to a rdl81522, allows apps to pair and periodically do things in the background on iOS.
```
cd rdl51822/s130/armgcc
make erase
make flash_softdevice
CFLAGS=-Werror=array-bounds=0 make flash
```