Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_assembly/Install_firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you purchased an unassembled Friend device or built it yourself using our har
Important: If you purchased an assembled device please skip this step


SKIP and INSTALL PRE-BUILT FIRMWARE: We have uploaded a [build of the firmware](https://github.com/BasedHardware/Friend/tree/main/firmware/firmware_v1.5/Release) that will always contain the most up to date build of the firmware. Currently, we use .pcm (so choose that) but the goal is to implement opus firmware (please help if you can). To use this firmware, simply download it and skip to step 6. If you would like to build the firmware yourself please follow all the steps below.
SKIP and INSTALL PRE-BUILT FIRMWARE: Looking into the git repository, in the [firmware](https://github.com/BasedHardware/Friend/tree/main/firmware) folder, under the desired version, you'll find pre-built firmwares in the Release folder. For now, the safe bet is to use the pcm firmware, but the goal is to implement opus firmware (please help if you can). To use this firmware, simply download it and skip to step 6. If you would like to build the firmware yourself please follow all the steps below.

1. Set up nRF Connect by following the tutorial in this video: [https://youtu.be/EAJdOqsL9m8](https://youtu.be/EAJdOqsL9m8)

Expand Down
2 changes: 1 addition & 1 deletion docs/_developer/Protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Friend wearable device implements 2 services:
### the standard BLE [Battery Service](https://www.bluetooth.com/specifications/specs/battery-service)

The service uses the official UUID of 0x180F and exposes the standard Battery Level characteristic with UUID 0x2A19.
The characteristic supports notification but it seems the current firmware does not update the battery level after initial device start.
The characteristic supports notification to provide regulat updates of the level (this does not work with firmware 1.0 and requires at least v1.5).

### one BLE service to stream the audio data to the app

Expand Down