2024-07-04 03:17 AM - edited 2024-07-04 03:29 AM
Hi
I am new to the WBA series and am currently working with STM32WBA55G-DK1 board to implement the audio examples.
I have a doubt, Can I implement my own custom profiles for sensor data transfer along with the audio, so that, when connected to an app, I will have audio as well as data services?
Where will the custom GATT services sit? How to implement both the Host stack and Audio stack?
Also,
I realised that the DK board doesnt have many peripheral example, which, on other hand are provided for the WBA nucleo board. Can I implement those codes in the DK board?
@STTwo-32 @TDK @KDJEM.1 @Issamos
Thanks in advance!
Solved! Go to Solution.
2024-07-04 03:21 AM
@Pallavi wrote:I realised that the DK board doesnt have many peripheral example, which, on other hand are provided for the WBA nucleo board. Can I implement those codes in the DK board?
Of course!
You will just have to adapt to possibly different pin assignments on the different board.
2024-07-04 03:21 AM
@Pallavi wrote:I realised that the DK board doesnt have many peripheral example, which, on other hand are provided for the WBA nucleo board. Can I implement those codes in the DK board?
Of course!
You will just have to adapt to possibly different pin assignments on the different board.
2024-07-04 04:00 AM
And besides the pinning, check some other things that might be different between Nucleo / DK:
- clock source
- power supply
2024-07-04 05:00 AM
Hello @Pallavi
As said @LCE @Andrew Neil , you need to check the pinout, the clock, the power supply. You need also to check if the Pins that you are going to use for your IP is available since the Nucleo board contain more pins than the Disco-board. The best think on the STM32WBA evaluation boards (Nucleo and DK) are booth based on the same MCU. So, it will be no problem to integrate any Nucleo on a DK board if you take care of what is previously mentioned.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-07-04 09:47 PM
Thank you @Andrew Neil @LCE @STTwo-32
Will look into the implementation
Can you confirm regarding the stack also?