NUCLEO-WBA52CG
NUCLEO-WBA52CG
Dear ST support team,
it seems NUCLEO-WBA52CG is not supported on Arduino IDE: do you plan to support it on the near future?
Many thanks in advance for your reply.
it seems NUCLEO-WBA52CG is not supported on Arduino IDE: do you plan to support it on the near future?
Many thanks in advance for your reply.
Re: NUCLEO-WBA52CG
Hi @GDM@VFA
Right it is not supported. I don't know if it will be supported soon as we do not have any request.
Any contribution are welcome.
I could help if needed.
If there is a lot of request for this I guess it will help to get it...
Right it is not supported. I don't know if it will be supported soon as we do not have any request.
Any contribution are welcome.

If there is a lot of request for this I guess it will help to get it...
Re: NUCLEO-WBA52CG
Hi fpiSTM,
thank you for your kind reply.
I've received one of this board to partecipate to the Elektor STM32 Wireless Innovation Contest (https://www.elektormagazine.com/st-contest).
Due to a strict deadline for submitting an idea (1st of March), I supposed to use STM32Duino to develop my project.
Also Arm Mbed doesn't support this board.
I think others could benefit from this kind of support.
I will really appreciate your support to help me add this board to STM32Duino (and STM32DuinoBLE too).
Thank you.
thank you for your kind reply.
I've received one of this board to partecipate to the Elektor STM32 Wireless Innovation Contest (https://www.elektormagazine.com/st-contest).
Due to a strict deadline for submitting an idea (1st of March), I supposed to use STM32Duino to develop my project.
Also Arm Mbed doesn't support this board.
I think others could benefit from this kind of support.
I will really appreciate your support to help me add this board to STM32Duino (and STM32DuinoBLE too).
Thank you.
Re: NUCLEO-WBA52CG
Did you evaluate to use other boards which are supported:
- STM32WB5MM-DK : BLE supported thanks STM32duinoBLE
- NUCLEO-WL55JC: LoRa supported thanks STM32LoRaWan or RadioLib
Adding the WBA general purpose to Arduino should not be so hard as I provide a script to add a new serie. The main drawback is to add the connectivity part and I will not be able/ have time to work on this soon.
- STM32WB5MM-DK : BLE supported thanks STM32duinoBLE
- NUCLEO-WL55JC: LoRa supported thanks STM32LoRaWan or RadioLib
Adding the WBA general purpose to Arduino should not be so hard as I provide a script to add a new serie. The main drawback is to add the connectivity part and I will not be able/ have time to work on this soon.
Re: NUCLEO-WBA52CG
Hi fpiSTM,
for the purpose of the Elektor/STM32 wireless contest, I will try to get another board.
The support of this board on STM32duino on the future is really appreciated.
Thank you.
for the purpose of the Elektor/STM32 wireless contest, I will try to get another board.
The support of this board on STM32duino on the future is really appreciated.
Thank you.
Re: STM32H723.
Can the STM32H723 be used to create a fully autonomous drone capable of performing complex aerial maneuvers and obstacle avoidance without any external guidance?
Re: NUCLEO-WBA52CG
Hello @fpiSTM,fpiSTM wrote: Thu Feb 08, 2024 8:29 am Did you evaluate to use other boards which are supported:
- STM32WB5MM-DK : BLE supported thanks STM32duinoBLE
- NUCLEO-WL55JC: LoRa supported thanks STM32LoRaWan or RadioLib
Adding the WBA general purpose to Arduino should not be so hard as I provide a script to add a new serie. The main drawback is to add the connectivity part and I will not be able/ have time to work on this soon.
I've now a STM32WB5MM-DK but any STM32DuinoBLE example seems not working on my side.
The board is properly working (not broken): flashing it with one of the examples present on STM32Cube_FW_WB_V1.18.0 and using ST BLE Toolbox APP, I'm able to interact to the board.
This is the step-by-step procedure I'm using to try the BLE example on Arduino V2.3.2:
- Connect the STM32WB5MM-DK to a USB port
- Flashing the BLE core using stm32wb5x_BLE_HCILayer_fw.bin
- Load the LED example on Arduino
- Setting the board as generic STM32WB series
- Setting the board P/N as generic WB5MMGHx
- Setting the COM port
- Compile & upload to the board
First of all, no Serial.print messages are shown on the serial monitor: to see something, I've to use "HardwareSerial MySerial (PB7,PB6)".
Then, I've commented the LED pin code, because the board has a RBG LED.
At the end, the setup function fails calling BLE.begin(): the message "starting BLE failed" is shown.
Can you please support me to setup a working BLE example?
Many thanks in advance.
Last edited by GDM@VFA on Fri Mar 22, 2024 10:55 am, edited 1 time in total.
Re: NUCLEO-WBA52CG
You need to flash the copro binary as stated in the readme.
Re: NUCLEO-WBA52CG
Hi,
I've flashed the copro binary
I've flashed the copro binary
Re: NUCLEO-WBA52CG
Got the issue. You select the generic . Select the discovery board menu then the correct part number.