Debugging LoRa connectivity

After successfully upgrading the firmware of my Uno’s RN2903 LoRa chip, I was still having trouble connecting to The Things Network and seeing a lot of these lines in the serial monitor: I’d tried five different locations across two states, so was getting pretty paranoid that it was either something I’d done in my Arduino …

Atlas Conductivity K 1.0 to TTN Uno

Now that I know the sensor works with a standard Arduino Mega, it’s time to try and get it running on The Things Uno. My first attempts getting the Atlas Scientific Uno code running on The Things Uno didn’t get very far. It seemed to be a problem running SoftwareSerial on the default pins 2 …

Connecting to The Things Network

Out of the box The Things Uno has all the code on it to get started. All I needed to do was plug it into my laptop and open a serial monitor in the Arduino IDE at 9600 baud. Green lights flashed, and its status printed to the console. Happy days. I followed the Uno …