This code is based on pico-examples and adapted by picking up the ANCS client demo.
- Raspberry Pi Pico w
- pico-sdk
- Build the source code
$ cd ancs_client_demo
$ mkdir build
$ cd build
$ cmake ..
$ make
- Drag and drop the UF2 file onto the Pico W drive
- Connect iPhone and Pico W via Bluetooth
- When there is a notification on the iPhone, logs are output to the serial of Pico W
- Fork this repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request