Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stonedev-app/ancs_client_demo
Raspberry Pi Pico w ancs client demo
https://github.com/stonedev-app/ancs_client_demo
ancs ble c cmake iphone picosdk raspberry-pi-pico-w
Last synced: 4 days ago
JSON representation
Raspberry Pi Pico w ancs client demo
- Host: GitHub
- URL: https://github.com/stonedev-app/ancs_client_demo
- Owner: stonedev-app
- License: mit
- Created: 2024-01-21T03:30:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T14:02:17.000Z (10 months ago)
- Last Synced: 2024-01-30T02:28:20.039Z (10 months ago)
- Topics: ancs, ble, c, cmake, iphone, picosdk, raspberry-pi-pico-w
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Raspberry Pi Pico w ancs client demo
## Description
This code is based on pico-examples and adapted by picking up the ANCS client demo.
[pico-examples](https://github.com/raspberrypi/pico-examples)
## Requirement
- Raspberry Pi Pico w
- pico-sdk## Usage
1. Build the source code
```
$ cd ancs_client_demo
$ mkdir build
$ cd build
$ cmake ..
$ make
```
2. Drag and drop the UF2 file onto the Pico W drive
3. Connect iPhone and Pico W via Bluetooth
4. When there is a notification on the iPhone, logs are output to the serial of Pico W## Contribution
1. Fork this repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create new Pull Request## Author
[stonedev-app](https://github.com/stonedev-app)
## Licence
[MIT License](https://en.wikipedia.org/wiki/MIT_License).