Edzelf / RAK831-LoRa-gateway

LoRa TTN gateway met Orange Pi Zero en RAK831
GNU General Public License v3.0
26 stars 7 forks source link

ERROR: Version of calibration firmware not expected, actual:255 expected:2 #1

Open Eitol opened 6 years ago

Eitol commented 6 years ago

Hello! Thank you very much for this guide.

I have followed your instructions but this error has been thrown at me: ERROR: Version of calibration firmware not expected, current: 255 expected: 2 Do you know what is it about? I have an OPI Zero and a RAK831 of 433mhz and the same version of armbian (5.38)

Thank you in advance if you know what it is about

Edzelf commented 6 years ago

The message comes from lora_gateway/libloragw/src/loragw_hal.c. There are some checks on the firmware and one of the tests detected an error. Probably the SPI is not working correctly (wiring) or the reset of the RAK831 did not succeed. Check the comments in the document for items about SPI and reset circuit.