LoRa/LoRaWAN tutorial 57: Sending messages to/from The Things Stack Community Edition (V3)
Mobilefish.com Mobilefish.com
28.3K subscribers
5,684 views
0

 Published On Jul 31, 2021

If you like this video and want to support me, go this page for my donation Paypal or crypto addresses:
   / mobilefish  

This is part 57 of the LoRa/LoRaWAN tutorial.

In this tutorial I will demonstrate how to send uplink messages from an end device to The Things Stack Community Edition network (V3).
I will also demonstrate how to send downlink messages from The Things Stack Community Edition network (V3) to an end device.

This presentation can be found at:
https://www.mobilefish.com/download/l...

All my LoRa/LoRaWAN tutorials and presentations can be found at:
https://www.mobilefish.com/developer/...

I have written a detailed tutorial how to send messages to/from The Things Stack Community Edition (V3):
https://www.mobilefish.com/developer/...

In this video I will not go step-by-step thru the detailed tutorial, instead I will only show the most relevant information.

Used libraries, Arduino sketch, and payload formatter:
- Adafruit Unified Sensor library
https://github.com/adafruit/Adafruit_...
- DHT sensor library
https://github.com/adafruit/DHT-senso...
- MCCI LoRaWAN LMIC library
https://github.com/mcci-catena/arduin...
- The Arduino sketch
https://www.mobilefish.com/download/l...
- Payload formatter: Javascript decodeUplink
https://www.mobilefish.com/download/l...

The HopeRF RFM95 LoRa transceiver module does not have a built-in DevEUI or AppEUI.
In such case you should let the TTSCE console generate the required DevEUI or AppEUI.

The AppEUI, DevEUI and AppKey are used in the Arduino sketch.

In this Arduino sketch the DevEUI or AppEUI must be converted to an array of 8 bytes in LSB order.
The AppKey must converted to an array of 16 bytes in MSB order.
I have created an online tool which converts these values to an bytes array in its correct order (LSB / MSB):
https://www.mobilefish.com/download/l...

Check out all my other LoRa/LoRaWAN tutorial videos:
   • LoRa/LoRaWAN tutorials  

Subscribe to my YouTube channel:
   / @mobilefish  

#mobilefish #lora #lorawan

show more

Share/Embed