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.

Files at this revision

API Documentation at this revision

Comitter:
netblocks
Date:
Thu Jan 07 08:14:20 2016 +0000
Parent:
17:a5c9fd1a1ea6
Commit message:
Sets RX/TX packet length 256 bytes.

Changed in this revision

sx1272/sx1272-hal.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r a5c9fd1a1ea6 -r 0d1c09259f20 sx1272/sx1272-hal.cpp
--- 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 },
+              
 };