cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
17050
Views
0
Helpful
1
Replies

LoRaWAN Gateway SDK starting board

cristobal
Level 1
Level 1

Hello! Currently I'm trying to develop a packet forwarder for the IXM LoRaWAN 2.0.20 using the SDK previously published in this community.

 

I have managed to cross compile some simple programs and got them to run on the gateway but I got stuck trying to start the board using the function sx1301ar_start() defined in sx1301ar_hal.h. Everytime I call sx1301ar_start() I get the following error message: error: Version reg for FPGA returned zero, check SPI communication

 

I have already registered the SPI callbacks using sx1301ar_reg_setup() but when I try to initiate communication with the board using sx1301ar_reg_init() I get the same error as the one above.

 

Any info on the steps required to successfully start the board?

1 Reply 1

a.veneziano
Level 1
Level 1

Hi,

Could you please provide the download link to IXM LoRaWan SDK?

Thanks in advance


@cristobal wrote:

Hello! Currently I'm trying to develop a packet forwarder for the IXM LoRaWAN 2.0.20 using the SDK previously published in this community.

 

I have managed to cross compile some simple programs and got them to run on the gateway but I got stuck trying to start the board using the function sx1301ar_start() defined in sx1301ar_hal.h. Everytime I call sx1301ar_start() I get the following error message: error: Version reg for FPGA returned zero, check SPI communication

 

I have already registered the SPI callbacks using sx1301ar_reg_setup() but when I try to initiate communication with the board using sx1301ar_reg_init() I get the same error as the one above.

 

Any info on the steps required to successfully start the board?