Closed klarparatstart closed 2 years ago
I have the same issue with test_loragw_reg
, but with a different board. It looks like all registers of the sx1301
are not writable, but reading registers is correct, e.g. version register. Did you solve this problem?
Thank you for your inquiry.
Customers are encouraged to submit technical questions via our dedicated support portal at https://semtech.force.com/ldp/ldp_support.
We invite all users to visit the LoRa Developer Portal Forum at https://forum.lora-developers.semtech.com and to join the thriving LoRa development community!
I've been through countless forums discussing the same issue, but with no luck.
I'm trying to setup the WiMOD Lite Gateway (Raspberry Pi 2 B+ and iC880A-SPI) with the lora_gateway, but without the packet_forwarder because I intend to use the Azure IoT Edge Starterkit instead. Before installing that, I want to check the functionality of the lora_gateway, so I'm trying to get the packet logger to work.
When I run the util_pkt_logger, I get the following errors:
When I run the util_spi_stress, I get the following:
Which makes me think that there's something wrong with the configuration of the registers. I also ran the test_loragw_spi, with this result:
and the test_loragw_reg, with this result:
Can you help me figure out what is wrong and how I fix it?