ernstdevreede / lmic_pi

Raspberry Pi port LoRaMAC in C / LoRaWAN in C http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html
55 stars 29 forks source link

libelium SX1272 Porting Problem #5

Open Lim-jun-Yeoung opened 6 years ago

Lim-jun-Yeoung commented 6 years ago

hi i use sx1272 in libelium I saw and plugged in the pin map. raspberry pi 3 Physical pin 7, 16 == libelium sx1272 pin dio 0, 1

WiringPi 6(Physical pin 22) == nss(sx1272 pin 17) WiringPi 0(Physical pin 27) == reset(sx1272 pin 5) WiringPi 12(Physical pin 19) == MOSI(sx1272 pin 11) WiringPi 13(Physical pin 21) == MISO(sx1272 pin 4) WiringPi 14(Physical pin 23) == SCK(sx1272 pin 18) GND == GND 3.3V == +3.3V
However, the message "not sending" is displayed as shown in the figure. What's the problem?

capture

pinmap