cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo-L433RC-P board with a BlueNRG-2 BLE

Kumar123
Associate II

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 ? 

Kumar123_0-1749551317611.png

 

 

12 REPLIES 12

So, again, compare & contrast what's happening in the working (Nucleo-F401RE) and non-working cases.

  • Step the code in the debugger
  • Instrument the code so you can see what's happening in real time
  • Look at the interface lines on a scope and logic analyser
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Hi Andrew

I checked with a logic analyzer, and pulses are observed. Please review the .ioc configuration file and verify the pin assignments based on the STM32L433RCT6P board.

Kumar123_0-1749900848428.png

 


@Kumar123 wrote:

I checked with a logic analyzer, and pulses are observed.


So, again, compare what you see on the non-working unit against what you see on the working one.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.