2025-06-10 3:28 AM
Hi
I am testing the Nucleo-L433RC-P board with a BlueNRG-2 BLE interface. I configured the setup, but the BLE device is not being detected in the ST BLE app. Look at pic, Any modifications require are not ?
2025-06-10 3:34 AM
You'd need to show your code, too.
@Kumar123 wrote:the BLE device is not being detected in the ST BLE app.
Does the app detect other things?
For a device to be detected, it must be Advertising.
Are you sure you have started advertising?
2025-06-10 4:44 AM
Hi Andrew
Ble are not showing in ST BLE Sensor app.
2025-06-10 4:56 AM
That doesn't answer any of the questions asked!
2025-06-10 5:04 AM
Hi Andrew
Check the configuration part, that is correct are not. Let me know.
2025-06-10 9:18 PM
Hi Andrew
Check the configuration part, that is correct are not. Let me know.
2025-06-12 1:34 AM - edited 2025-06-12 1:35 AM
Hello @Kumar123 ,
Please don't duplicate the questions over here. If you need the help either wait someone else to answer or simply put a comment "as reminder" to make your post appears "alive" again..
All your duplicated posts have been removed.
Thank you for your understanding.
2025-06-13 9:36 PM
Hi Andrew
BNRG2A1 BLE supports with Nucleo-L433 board are not.
2025-06-14 1:37 AM
Pardon?
We've been through all this before.
The BNRG2A1 just uses standard interfaces - SPI, UART, GPIO, etc.
It neither knows nor cares what microcontroller is used.
You said you have it working on a Nucleo-F401RE board - so use that as your reference.
2025-06-14 2:58 AM
Hi
I am trying to migrate the BNRG2A1 BLE module to other STM32 boards. It works perfectly with the Nucleo-F401RE board, but it doesn't work with other boards like the STM32F407VET6 or STM32L433RCT6P.
Currently, I am testing with the STM32L433RCT6P board, but the BLE is not being detected. I have thoroughly checked the .ioc configuration settings.