How can I make a custom ble client without MX generating the P2P example code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-28 11:49 PM
So I want to make a custom client with mu own service UUID and characteristics which is 128 bits but in cubeMX I can only choose client mode: custom p2p client.
Everytime I generate code from MX it will delete my changes in the wpan code and use the p2p example code instead.
I have not found a way to remove the code generation or choose my own services. Any help is appreciated.
// Wallentin
Solved! Go to Solution.
- Labels:
-
BLE
-
STM32CubeMX
-
STM32WB series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-23 12:26 AM
Hello,
Unfortunately, there is no possibility to make a custom client yet like custom server template using CubeMX. You can start your project with custom p2p client template and then modify the code to tune your project.
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-23 12:26 AM
Hello,
Unfortunately, there is no possibility to make a custom client yet like custom server template using CubeMX. You can start your project with custom p2p client template and then modify the code to tune your project.
Best Regards
