2021-10-26 11:50 PM
Hello,
I have two NUCLEO_WL55JC2 boards. I am starting with SubGhz_Phy_Per example. One of board is Tx and other is Rx as mentioned readme.txt in project files.
Rx board's red led is blinking that means the board does not receive any signal.
My jumpers are at initial settings.
I suspected power and I tried with external 5v. It did not work.
I was waiting ready to use demo.
Do you have any suggestions? Should I do any change in configuration files?
Solved! Go to Solution.
2021-10-27 12:44 AM
Solved. My board is 433Mhz board.
#define REGION_EU433 in subghz_phy_app.h solved my problem.
2021-10-27 12:44 AM
Solved. My board is 433Mhz board.
#define REGION_EU433 in subghz_phy_app.h solved my problem.