SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Revision:
47:ec1183094b71
Parent:
46:e78a1d0391ac
Child:
106:84fff1b57caa
--- a/README.md	Thu May 11 10:11:13 2017 +0200
+++ b/README.md	Thu May 11 10:19:27 2017 +0200
@@ -1,10 +1,15 @@
 # SX1276Generic Driver
 /*
- * (c) 2017 Helmut Tschemernjak (Helmut64 on mbed).
- * 30826 Garbsen (Hannover) Germany
- */
+* (c) 2017 Helmut Tschemernjak (Helmut64 on mbed).
+* 30826 Garbsen (Hannover) Germany
+*/
 
-This library represents a common SX1276 module driver supporting SX1276 based modules. The approach is to support multiple OS versions including mbed, Arduino and Linux using the same driver code and little adjustments for the different OS version. The SX1276 driver is based on the Semtech 1276 code which can be seen in the revisions of this library repository.
+This library represents a common SX1276 module driver supporting SX1276
+based modules. The approach is to support multiple OS versions including
+mbed, Arduino and Linux using the same driver code and little
+adjustments for the different OS version. The SX1276 driver is based on
+the Semtech 1276 code which can be seen in the revisions of this library
+repository.
 
 ## Supported LoRa Modules
 
@@ -19,14 +24,30 @@
 http://developer.mbed.org/users/Helmut64/code/STM32L0_LoRa
 - It includes a PingPong sample code
 - It includes a PinMap.h which allows to define the LoRa SPI,
-  DIO interrupt, reset and antenna pins.
-The STM32L0_LoRa is a turnkey sample application for the STM B_L072Z_LRWAN1, however it will work with all other mbed based boards by adjusting the PinMap.h
+DIO interrupt, reset and antenna pins.
+The STM32L0_LoRa is a turnkey sample application for the STM B_L072Z_LRWAN1,
+however it will work with all other mbed based boards by adjusting the PinMap.h
 
 ## Developers help needed
 A list of tasks is documented in the file: LoRa_TODO.txt
-I (Helmut Tschemernjak) spend a very significant time to complete the initial version of the SX1276Generic packet driver. Enhancements, further module support and tuning is more than welcome. Please send me your patches via mbed. Also questions can be submitted in the mbed “Questions” area or a personal message via mbed.
+I (Helmut Tschemernjak) spend a very significant time to complete the
+initial version of the SX1276Generic packet driver. Enhancements,
+further module support and tuning is more than welcome. Please send me
+your patches via mbed. Also questions can be submitted in the mbed
+“Questions” area or a personal message via mbed.
 
 ## Future developments
-I work in a advanced private protocol using basic LoRa modules to communicate between simple nodes (battery powered) and stations (permanent power). The station should support thousands of nodes running on an Linux based OS using this 1276Generic driver or the LoRa concentrator module. The station should also work on mbed or Arduino assuming sufficient memory is provided. I believe there is an opportunity to do a better protocol compared to the official LoRa protocol which requires an Concentrator, a LoRa server and an application server. The idea is to over only efficient, reliable and secure communication between the nodes and the stations. Further forwarding to MQTT and other network services can be handled separately on the station.
+I work in a advanced private protocol using basic LoRa modules to
+communicate between simple nodes (battery powered) and stations
+(permanent power). The station should support thousands of nodes running
+on an Linux based OS using this 1276Generic driver or the LoRa
+concentrator module. The station should also work on mbed or Arduino
+assuming sufficient memory is provided. I believe there is an
+opportunity to do a better protocol compared to the official LoRa
+protocol which requires an Concentrator, a LoRa server and an
+application server. The idea is to over only efficient, reliable and
+secure communication between the nodes and the stations. Further
+forwarding to MQTT and other network services can be handled separately
+on the station.