Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubmartin/infinitime-tools
Various scripts and tools for InfiniTime watch firmware
https://github.com/hubmartin/infinitime-tools
Last synced: about 1 month ago
JSON representation
Various scripts and tools for InfiniTime watch firmware
- Host: GitHub
- URL: https://github.com/hubmartin/infinitime-tools
- Owner: hubmartin
- Created: 2021-08-30T17:46:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T19:30:38.000Z (over 3 years ago)
- Last Synced: 2024-10-28T09:35:23.303Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinitime BLE tools
Various scripts and tools for InfiniTime watch firmware
## BLE NUS serial terminal
You can use `ble-serial.py` for communicating with InfiniTime firmware with BLE NUS support https://github.com/JF002/InfiniTime/pull/560
This code can be used with any NRF NUS serial BLE UART.
Example:
```
➜ mqtt-ble-python ./discover.py
DC:8F:0A:FE:3F:6E: InfiniTimeP8
00:81:F9:53:FE:01: SMILE
```Copy BLE address and call
```
./ble-serial.py DC:8F:0A:FE:3F:6E
```Now test command `AT`, or `WKUP`, `SLEEP`.
```
➜ mqtt-ble-python ./ble-serial.py DC:8F:0A:FE:3F:6E
Connected on DC:8F:0A:FE:3F:6E
AT
OK
WKUP
SLEEP
LVGL
used: 3912 ( 28 %), frag: 1 %, biggest free: 10368
children: 12
#0, x: 198, y: 217, w: 25, h: 23
#1, x: 228, y: 217, w: 12, h: 23
#2, x: 25, y: 217, w: 0, h: 23
```Keywords:
- BLE
- NRF52832, NRF52840