Hi all,
I'm working with the KW45B41Z-EVK and SDK version 25.06.00 (890 2025-06-27). My goal is to implement a basic GAP Peripheral device over BLE. I need to implement custom GATT Services which can be written to by a phone.
I require a very lightweight baremetal software solution. Having gone through the SDK Examples as well as the Application Code Hub, I'm noticing that the provided examples are all quite complex and convoluted.
I'd like to request a simple example project with the following:
I'll be driving graphics on the same MCU, which is why I require a lightweight solution - I am hoping for ~15-17KB RAM utilization. I sincerely hope this is possible.
Thanks,
Arush
Hello,
Hope you are doing well.
I understand you would like to implement a GAP peripheral with GATT server role application. You may find it helpful to review the Bluetooth Low Energy Demo Applications Users Guide which includes several wireless examples which demonstrate services using the GATT Server role and GAP Peripheral node, these can serve as a foundation for building an application tailored to your specific requirements.
You can also find more information on the Bluetooth Low Energy Application Developer’s Guide, which provide helpful information for developing custom applications, mainly the following sections:
Best Regards,
Ana Sofia.
Hi,
I have a few problems with the provided examples:
Overall, these issues cause challenges in:
I request simpler debloated examples - or guidelines - to overcome these specific challenges.
Thanks,
Arush