Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme, link to other BT examples #11

Merged
merged 1 commit into from
Nov 21, 2024
Merged
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ The host receives it, processes it and logs it to the standard output.
Data is provided in JSON format and depending on the actual configuration it will be raw I/Q sample or angle information.
The angle information is calculated by the host with MVP (Matrix Vector Processor) from the I/Q samples.

If you are interested in other Bluethooth examples you can find more here:
[Bluetooth application examples](https://github.com/SiliconLabs/bluetooth_applications)

### NCP firmware
This is a simple locator NCP project, only change is that the VCOM is disabled (so the UART line can be used directly).

Expand Down