fixed wording
This commit is contained in:
parent
a2e98b5f01
commit
530294b3ae
|
@ -11,7 +11,7 @@ We use the [Wemos® TTGO LORA32 868/915Mhz board][wemos].
|
||||||
|
|
||||||
## Software
|
## Software
|
||||||
We make use of the two MicroPython libraries [uPyLora by lemariva][lemariva] and [uLoRaWAN by mallagant][mallagant]. uPyLora is a driver for the SX1276 LoRa module which is connected to the ESP32.
|
We make use of the two MicroPython libraries [uPyLora by lemariva][lemariva] and [uLoRaWAN by mallagant][mallagant]. uPyLora is a driver for the SX1276 LoRa module which is connected to the ESP32.
|
||||||
uLoRaWAN is a library which creates LoRaWAN packages, which you can then send via LoRa to send data to [TheThingsNetwork][ttn].
|
uLoRaWAN is a library which creates LoRaWAN packages, which you can then transfer via LoRa to send data to [TheThingsNetwork][ttn].
|
||||||
|
|
||||||
I added a wrapper class [LoRaTransceiver](micropython/lora_transceiver.py) which makes them a bit easier to use.
|
I added a wrapper class [LoRaTransceiver](micropython/lora_transceiver.py) which makes them a bit easier to use.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user