Skip to main content
Larraitz
Associate
November 5, 2019
Question

STM32F411 and P-NUCLEO-LRWAN1 (SX1272MB2DAS)

  • November 5, 2019
  • 1 reply
  • 1078 views

Hi,

I'm trying to run ping pong example in f411 board with sx12mb2das module but it doens't work and I don't know why (I have b-l072z-lrwan running as receptor). Has anybody ran the program in that board?

Thank you.

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
November 5, 2019

Make sure both are built with the exact same frequency bands and radio settings. Print them out a debug port to be sure.

>>Has anybody ran the program in that board?

I've used the SX1272MB2DAS radio boards on all manner of STM32 F4, F7, L0 and L4 DISCO/NUCLEO boards.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Larraitz
LarraitzAuthor
Associate
November 5, 2019

They are running with the exact frequency band and radio settings... any other idea?

Tesla DeLorean
Guru
November 5, 2019

Enable the debug messages. Create forks where one always transmits and the other always receives. Try to determine if the issue is primarily Tx or Rx related. Inspect the radio registers, check interrupts occurring.

Radio is a fickle medium, it takes effort to debug/diagnose.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..