I've got the PSoC 6 BLE Pioneer Kit (CY8CKIT-062-BLE). I would like to work on a new project, all in ModusToolbox. I'm looking for an example of this kit interfacing with the CySmart app via BLE but I can't find any.
If there is no code example for this, I may need to return the kit and find another solution. 😞
Please help 🙂
Thanks
Solved! Go to Solution.
Hi cato_4553261​
For now in ModusToolbox 2.0 there two examples for BLE demonstration:
1. BLE Find Me - this code example demonstrates the implementation of a simple BLE Immediate Alert Service (IAS)-based Find Me Profile (FMP) using PSoC 6 MCU with Bluetooth Low Energy (BLE) Connectivity.
2. BLE Battery Level FreeRTOS - this code example demonstrates the implementation of a BLE Battery Service using PSoC 6 MCU with Bluetooth Low Energy Connectivity (PSoC 6 BLE). This code example implements a GATT Server with the Battery Service and Device Information Service BLE standards. This code example uses FreeRTOS.r
Both of those examples are operating GAP Peripheral role, so you can use CySmart for communication with them.
More useful examples will available soon.
Thanks,
Nazar
Hi cato_4553261​
For now in ModusToolbox 2.0 there two examples for BLE demonstration:
1. BLE Find Me - this code example demonstrates the implementation of a simple BLE Immediate Alert Service (IAS)-based Find Me Profile (FMP) using PSoC 6 MCU with Bluetooth Low Energy (BLE) Connectivity.
2. BLE Battery Level FreeRTOS - this code example demonstrates the implementation of a BLE Battery Service using PSoC 6 MCU with Bluetooth Low Energy Connectivity (PSoC 6 BLE). This code example implements a GATT Server with the Battery Service and Device Information Service BLE standards. This code example uses FreeRTOS.r
Both of those examples are operating GAP Peripheral role, so you can use CySmart for communication with them.
More useful examples will available soon.
Thanks,
Nazar
Thank you so much for the explanation. I'll work with these while we wait for other examples.
Thanks,