Plain and Simple LoraWan (LowPower) Library for STM32
It took a lot of time for trying, testing, debugging, but finally I managed to create a plain and simple LoraWan LowPower Library for STM32. Especially for the STM32L051C8T6 microcontroller …
Internet of Things Laboratory
It took a lot of time for trying, testing, debugging, but finally I managed to create a plain and simple LoraWan LowPower Library for STM32. Especially for the STM32L051C8T6 microcontroller …
In the past month I designed different version of a PCB, all based on the original MiniPill LoRa node. Version 2.0 Smaller and Longer to fit enclosure After getting my …
New: datarate selection As I was looking at the TTNmapper.org with my results and others, I saw that some measurements where done with other data rate. This enhance the reach …
In March 2019 this project was about to get tracking information from my ATtiny84 LoRa node in combination with the KPN (Netherlands) LoRa network. This network is speed out through …
Thanks to Kim, who attended me on the Nordic Power Profiler Kit II, my tests on power measurements got a lot easier. Now I have a little post about power …
I was quite surprised and and a little bit shocked by this message on the Things Stack (V2) Console: What does it mean?, how do I get my running LoRa …
To be prepared for the upgrade of the Things Stack to version 3, I build another Semtech Packet Forwarder Gateway for testing and migrating my LoRa nodes. Sadly the version …
Just for experimental purposes and tracking with TTN mapper (ttnmapper.org) I made a LoR node with a button to send one LoRaWAN package. Of course it is based my own …
This is a Co2 meter and environment meter: Temperature, Humidity, Pressure. With a rechargeable cell it is possible to use it with a USB power supply or standalone for about …
After designing and building 2 types of Low Power LoRa nodes I did some measurements and calculations. I hope it will benefit your considerations how to use and program Low …
After successful making a LoRa node with a ATtiny84 and BME sensor (https://www.iot-lab.org/blog/101/), I wanted to reproduce this node with a ARM processor. After 2 years of research and attempts, …
Marco asked me if it was possible to connect a DS18B20 temperature sensor to my ATtin84 LoRa Node. Challenge accepted and changed the code for using the DS18B20 node. This …