Raspberry GW rfm95 wont work
-
Hi,
I use an The Dragino LoRa/GPS_HAT and an Adafruit rfm95 Modul. But I can't get any of them to work on my Raspberry. Are there any specific wiring or configuration for them?For the Adafruit I used this wiring:
5V -> 5V
GND -> GND
G0 -> 22
SCK -> 23
MISO -> 21
MOSI -> 19
CS -> 24
RST -> GND
-
Congrats on your first post @geforcegamer
The wiring looks good.
What does the debug log say?
-
Here the debug log:
pi@raspberrypi:~/MySensors $ sudo ./bin/mysgw Feb 12 11:34:17 INFO Starting gateway... Feb 12 11:34:17 INFO Protocol version - 2.3.2-beta Feb 12 11:34:17 DEBUG Serial port /dev/ttyMySensorsGateway (115200 baud) created Feb 12 11:34:17 DEBUG MCO:BGN:INIT GW,CP=RLNGL---,REL=3,VER=2.3.2-beta Feb 12 11:34:17 DEBUG TSF:LRT:OK Feb 12 11:34:17 DEBUG TSM:INIT Feb 12 11:34:17 DEBUG TSF:WUR:MS=0 Feb 12 11:34:17 DEBUG !TSM:INIT:TSP FAIL Feb 12 11:34:17 DEBUG TSM:FAIL:CNT=1 Feb 12 11:34:17 DEBUG TSM:FAIL:DIS Feb 12 11:34:17 DEBUG TSF:TDI:TSL Feb 12 11:34:27 DEBUG TSM:FAIL:RE-INIT Feb 12 11:34:27 DEBUG TSM:INIT Feb 12 11:34:27 DEBUG !TSM:INIT:TSP FAIL Feb 12 11:34:27 DEBUG TSM:FAIL:CNT=2 Feb 12 11:34:27 DEBUG TSM:FAIL:DIS Feb 12 11:34:27 DEBUG TSF:TDI:TSL
Where can I find the pins in the config? I think there is something wrong.