XRange SX1272Lib

Dependents:   XRangePingPong XRange-LoRaWAN-lmic-app lora-transceiver

Fork of SX1276Lib by Semtech

SX1272 LoRa RF module https://www.netblocks.eu/xrange-sx1272-lora-datasheet/

Driver for the SX1272 RF Transceiver.

Revision:
18:0d1c09259f20
Parent:
17:a5c9fd1a1ea6
--- a/sx1272/sx1272-hal.cpp	Sun May 31 12:52:46 2015 +0000
+++ b/sx1272/sx1272-hal.cpp	Thu Jan 07 08:14:20 2016 +0000
@@ -32,8 +32,10 @@
     { MODEM_FSK , REG_IMAGECAL           , 0x02 },
     { MODEM_FSK , REG_DIOMAPPING1        , 0x00 },
     { MODEM_FSK , REG_DIOMAPPING2        , 0x30 },
-    { MODEM_LORA, REG_LR_PAYLOADMAXLENGTH, 0x40 },  
-        
+//Sets 256 Bytes for RX TX packets 
+    { MODEM_LORA, REG_LR_FIFOTXBASEADDR, 0x00 },
+    { MODEM_LORA, REG_LR_FIFORXBASEADDR, 0x00 },
+              
 };