The sys admin's daily grind: SparkFun
Trouble in the Air
Is your neighbor burning the wrong kind of wood or did a couple of VWs just pass by your house? Charly finds out with a sensor. For an attractive approach to visualizing boring measurement figures, you can either use your own web server or rely on a specialized service like SparkFun.
I ordered a particulate matter sensor from smog-experienced China (Figure 1), connected it to a Raspberry Pi, and can now see with up-to-the-minute accuracy when a neighbor has a fire in their wood-burning stove and even tell if the wood was properly dried. I use RRDtool to create illustrative graphs from the particulate matter readings that I get once every minute and upload them to my web server [1].
I could even do without the web server, because number of services handle storage and visualization of measurement data for you, if so desired. One of them, SparkFun, lets you store your data simply with an HTTP call.
First, you have to register your project: Just click Create when you reach the website [2]. In the form, enter a title, a short description, and, most importantly, the names of the data fields you want to fill. In my case, I named them PM10 and PM2.5 for the number of dust particles below 10 micrometers (µm) or below 2.5µm in diameter. PM stands for particulate matter. Finally, you need to enter a web alias under which you will then view the collection of values later on.
Call the Locksmith
When you submit the form, you are given a public and a private key, both of which consist of random strings. You need these to transfer data to SparkFun via an HTTP call, which can be easily automated (use your keys without the angle brackets):
wget "http://data.sparkfun.com/input/ <RM736ga3vxHqMZ1qnMn2> ?private_key= <lzaG5qwG9EIVdGRvxvx> &pm10=$PPM10&pm25=$PPM25"
Then, add the line to a small script that reads the particulate matter values from the sensor once a minute.
I let 15 minutes pass and then called my SparkFun URL. The results were two neat rows of numbers – the transfer worked. To start the visualization, I then pressed the top-right button Export to Analog.io. On the next page, I then checked the values I wanted to display – pm10 and pm25 – and then finally pressed Load All in the top right-hand corner. After a pause for thought, the graph shown in Figure 2 appeared.
If you mouse over the graph, you can pick out some interesting data points. The lower, smaller graph is used for zooming. All in all, this method is a good alternative for people who occasionally find themselves out of breath, but do not want to run their own web server.
Charly Kuhnast
Charly Kuhnast manages Unix systems in a data center in the Lower Rhine region of Germany. His responsibilities include ensuring the security and availability of firewalls and the DMZ.
Infos
- Charly's "Particulate matter" page: http://kuehnast.com/fs/
- SparkFun: https://data.sparkfun.com
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.