SkyWeather2 Installation Guide

In a previous post, I raved about the SwitchDoc Labs SkyWeather2 KickStarter project. When you purchase the kit, there is an option to buy an SD Card with all the required software installed. I passed on it, and cloned the SkyWeather2 software from Github.

To get it all working, I had to sort through all of the dependencies. This took time.

As far as I know, there is no documentation anywhere that describes how to get the SkyWeather2 system up and running from scratch. So – Ol’ Sopwith decided to do something about it.

I created a bash script that installs all of the required application and Python module dependencies. In addition, I wrote a detailed 18 page “How-To” guide.

Hopefully, this makes it easier to get your SkyWeather2 up and running if you choose the DIY route.

Sopwith

Create a Custom PI OS Image

Anyone who has ever messed with a Raspberry Pi knows the drill. You download the latest Pi OS release image and burn it to an SD Card. Then you slide the card into the Pi and power it up. The Pi boots, you login with the default credentials, and you run ‘sudo rasp-config’.

You configure your WiFi access point, locale, keyboard, and timezone. You enable SSH, I2C, Camera, and whatever else you need for IO. Next, you run ‘sudo apt update’, ‘sudo apt upgrade’, and reboot. Finally, you log back in and install all your favorite software that is not installed on the base image (p7zip, pip, i2ctools, midnight commander, etc.)

For casual Pi users, this is a one-time or rare task. For experienced Makers who have gone through this drill dozens, if not hundreds of times – it is a real pain. For Makers who write lots of code and/or software installation scripts, this process is beyond irritating.

Continue reading

SwitchDoc Labs SkyWeather2

My good comrade John Shovic over at SwitchDoc Labs has been very busy. As you may know, John is a high-energy, fun loving Maker, who specializes in designing electronic components and DIY kits for the Raspberry Pi. He is a very talented electronic engineer and educator. All of his projects are open sourced.

I was one of 151 backers who supported his SkyWeather2 KickStarter project late last year. SkyWeather2 is a major upgrade to the original SkyWeather project. I received the kit a couple of weeks ago, and finally found time to assemble it.

SkyWeather2 WeatherRack Sensor Array

The SkyWeather2 system uses a 433MHz radio signal to transmit sensor data. This is the same radio band used in garage door openers, remote control devices, baby monitors, etc. The kit comes with an SDR USB dongle receiver with an antenna. This captures sensor data from the WeatherRack and the indoor temperature/humidity sensor included in the kit.

Since I purchased the kit version, I had to 3D print the base unit components and purchase some additional hardware (screws, O-rings, standoffs, etc.). I also had to figure out how to install the required software because I did not want to take the ‘easy’ route by purchasing the already configured SD Card.

My SkyWeather2 system is up and running and it works great. I will have more to say about this unique, useful, and fun gadget. Stay tuned.