Post of the month: aug 2025

Python script for analysis of PM2.5 pollution

Python script for analysis of PM2.5 pollution

Posted on 9th Aug 2025

In my area, there is a permanently installed meter for measuring the PM25 pollution, as other pollutants also. The state, gives free access to these measurements, but doesn't say anything on how to analyze them. So, i figured to ask ChatGPT about it :) and i think it did a good job. I only post this...

Connect to Raspberry Pi, via USB ethernet/gadget mode

Connect to Raspberry Pi, via USB ethernet/gadget mode

Posted on 9th Aug 2025

Below is a complete guide on how to connect to a Raspberry Pi via USB cable, with a SSH connection. It converts the RPi to a USB dongle/gadget, that you can plug to any device (even smartphone) and login to that. The thing is, that in the Internet, there are too many outdated guides or not well wr...