Skip to main content
Visitor II
February 3, 2020
Question

not work "P-NUCLEO-LRWAN2"

  • February 3, 2020
  • 2 replies
  • 572 views

I bought "P-NUCLEO-LRWAN2" last week.

I read the manual and try it.

The gateway is well. but the sensor device as "I_NUCLEO_LRWAN1" is not working.

first. I think the device involved a default binary. so, I connected sensor device with my PC. 

I opened the teraterm and supply power to the device. but the device is not working. Of course, I did set baud rate.

second, I build a source in "STM32L073RZ-Nucleo\Applications\LoRa\AT_Master\". 

I put a compiled binary file in the device and reset the device. 

but the device is not working. 

how to run the device? 

    This topic has been closed for replies.

    2 replies

    Graduate II
    February 3, 2020

    The USI part on the shield needs a precompiled binary, should already be loaded

    The NUCLEO board will need software to talk to the USI part, and might need solder bridges changed/adapted to forward data from the USI to the VCP

    Check you are building the I_NUCLEO_LRWAN1 fork, and for the correct frequency band, etc.

    Visitor II
    July 11, 2020

    the manual is unclear in that point. It's usual that you can't see any thing in teraterm since the UCLEO board and the "I_NUCLEO_LRWAN1" are communicating each other via UART interface as default. If you put the AT Master project as it is on the sensor, it will work in the default frequency band(EU868) even though you can't see anything in tera-term.