https://github.com/iotexproject/pebble-firmware
The Pebble Tracker Firmware
https://github.com/iotexproject/pebble-firmware
Last synced: about 1 year ago
JSON representation
The Pebble Tracker Firmware
- Host: GitHub
- URL: https://github.com/iotexproject/pebble-firmware
- Owner: iotexproject
- Created: 2022-07-13T03:43:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T09:09:24.000Z (over 2 years ago)
- Last Synced: 2023-12-05T10:28:58.561Z (over 2 years ago)
- Language: C
- Homepage: https://iotex.io/pebble
- Size: 59.9 MB
- Stars: 5
- Watchers: 12
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoTeX Pebble Firmware
The firmware is customized based on nordic nRF SDK v1.4.0. It uses cc310 hardware to accelerate cryptographic operations and kmu to store keys.
# Download
```
cd ~
git clone --recursive https://github.com/iotexproject/pebble-firmware.git
```
## Operations required for compilation with emStudio
```
cd ~/pebble-firmware/zephyr
git branch manifest-rev
```
# Documentation
Please refer to [Development doc](https://docs.iotex.io/machinefi/web3-devices/pebble-tracker)