Jeff-UK
(Jeff Uk)
September 20, 2022, 9:34am
3
Probably also worth you doing some reading on the Forum and using the TTN Community’s cumulative knowledge and experience…search (top right on each Forum page) is your friend but here are your starters for 10 that may be worth going through…
[TTGO%20LoRa32%20V2%20457x376]
For previous parts of this topic see:
Big ESP32 / SX127x topic part 1
Big ESP32 + SX127x topic part 2
[Last updated: 2021-10-19]
The ESP32 microcontroller and SX127x LoRa transceivers
The ESP32 has built-in support for Wifi and Bluetooth communication but not for LoRa. A SX127x (or compatible e.g. RFM9x) LoRa transceiver adds support for LoRa and the LoRaWAN protocol that are needed for The Things Network.
Semtech SX127x LoRa transceivers and HopeRF RFM9x Lo…
LMIC-node
LMIC-node is an example LoRaWAN application for a node for The Things Network.
It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.
With LMIC-node it is easy to get a working node quickly up and running.
Basic steps to get a node up and running with LMIC-node
Select a supported board
Select your LoRaWAN region
Provide the LoRaWAN keys for your node
Compile and upload the firmware and you’re ready to go!
Implemented features
Send uplink messages.
Receive down…
Good Luck!
2 Likes