will127534 / LoRa-concentrator

A simple Board for SX1301 and SX125X LoRa Gateway / Concentrator
MIT License
337 stars 123 forks source link

Using LoRa-concentrator V2 on spi 0.1 #27

Closed hamersin closed 6 years ago

hamersin commented 6 years ago

JP1 allows selecting between SPI 0.0 and SPI 0.1. If I wanted to use SPI 0.1, what do I have to update to have the raspberry PI see the concentrator?

will127534 commented 6 years ago

You will need to change /libloragw/src/loragw_spi.native.c line 57 from /dev/spidev0.0 to /dev/spidev0.1 then recompile again.

hamersin commented 6 years ago

Thank worked - Thanks