Somsak
(Somsak)
February 22, 2025, 1:28am
1
I have TTGO T-Beam v.1.2 as ESP32+SX1276. Has anyone ever been able to use it with MCCI Lmic library to connect to TTN?
And how to add a Board into the Arduino IDE?
Pin Mapping that is required, does it use any GPIO like T-Beam V.1.1?
Thank,
Somsak
Jeff-UK
(Jeff Uk)
February 22, 2025, 9:20am
2
Take a look at Leonel’s @bluejedi
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…
I believe this supports T-Beam 1.x with MCCI LMIC so might meet your needs?
1 Like