Page 1 of 2

NUCLEO-WBA52CG

Posted: Wed Feb 07, 2024 8:28 am
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.

Re: NUCLEO-WBA52CG

Posted: Wed Feb 07, 2024 1:43 pm
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...

Re: NUCLEO-WBA52CG

Posted: Wed Feb 07, 2024 2:55 pm
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.

Re: NUCLEO-WBA52CG

Posted: Thu Feb 08, 2024 8:29 am
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.

Re: NUCLEO-WBA52CG

Posted: Thu Feb 08, 2024 9:01 am
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.

Re: STM32H723.

Posted: Wed Feb 14, 2024 8:01 pm
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?

Re: NUCLEO-WBA52CG

Posted: Fri Mar 22, 2024 10:45 am
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.

Re: NUCLEO-WBA52CG

Posted: Fri Mar 22, 2024 10:54 am
by fpiSTM
You need to flash the copro binary as stated in the readme.

Re: NUCLEO-WBA52CG

Posted: Fri Mar 22, 2024 10:57 am
by GDM@VFA
Hi,
I've flashed the copro binary

Re: NUCLEO-WBA52CG

Posted: Fri Mar 22, 2024 12:45 pm
by fpiSTM
Got the issue. You select the generic . Select the discovery board menu then the correct part number.