TTN

My Node Died (LoRaWAN)

In April 2019 I installed a node here at home! The goal was to see how long a battery-powered Arduino stays online measuring the temperature and sending this data through LoRaWAN. After 89357 data sent to The Things Network (TTN) the Node stopped sending since the battery ran out, which… Read More »My Node Died (LoRaWAN)

SimpleLMIC

  • by

LMIC means LoRaWAN-MAC-in-C and the most popular is the arduino-lmic library, the problem is the library is a little low level and for noobs is a little confusing to work with. One solution is to use the arduino-lorawan library that uses the main arduino-lmic and provides a higher level, more… Read More »SimpleLMIC

Dragino LG01 – Upgrade

  • by

The last time I was able to fix the problem of the single-channel Dragino LG01 gateway, for some reason has the atmega328p between the mainboard and the LoRa module. I believe the Dragino guys did that to make easy to create an Arduino friendly LoRa application using this gateway, LoRaWAN… Read More »Dragino LG01 – Upgrade

Dragino LG01 – Hack

  • by

Dragino LG01 is a single gateway that should work but does not work 100%, due to poor hardware choices. The chip used for LoRa communication is RFM95, which is fine but has an MCU (atmega328p) between the Dragino mainboard and RFM95. Depending on the application this design works, but when… Read More »Dragino LG01 – Hack