NUCLEO-WBA52CG

All about boards manufactured by ST
GDM@VFA
Posts: 6
Joined: Wed Feb 07, 2024 7:32 am

NUCLEO-WBA52CG

Post by GDM@VFA »

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.
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: NUCLEO-WBA52CG

Post by fpiSTM »

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...
GDM@VFA
Posts: 6
Joined: Wed Feb 07, 2024 7:32 am

Re: NUCLEO-WBA52CG

Post by GDM@VFA »

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.
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: NUCLEO-WBA52CG

Post by fpiSTM »

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.
GDM@VFA
Posts: 6
Joined: Wed Feb 07, 2024 7:32 am

Re: NUCLEO-WBA52CG

Post by GDM@VFA »

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.
Georgedut
Posts: 2
Joined: Mon Feb 05, 2024 12:31 pm
Location: Russia
Contact:

Re: STM32H723.

Post by Georgedut »

Can the STM32H723 be used to create a fully autonomous drone capable of performing complex aerial maneuvers and obstacle avoidance without any external guidance?
GDM@VFA
Posts: 6
Joined: Wed Feb 07, 2024 7:32 am

Re: NUCLEO-WBA52CG

Post by GDM@VFA »

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.
Hello @fpiSTM,
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.
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: NUCLEO-WBA52CG

Post by fpiSTM »

You need to flash the copro binary as stated in the readme.
GDM@VFA
Posts: 6
Joined: Wed Feb 07, 2024 7:32 am

Re: NUCLEO-WBA52CG

Post by GDM@VFA »

Hi,
I've flashed the copro binary
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: NUCLEO-WBA52CG

Post by fpiSTM »

Got the issue. You select the generic . Select the discovery board menu then the correct part number.
Post Reply

Return to “STM boards (Discovery, Eval, Nucleo, ...)”