Dribble The weather station engineering project September 27, 2026 / September 27, 2026 by Philip Newman | Leave a Comment The weather station engineering project Quick Summary: A cheap weekend-project weather station powered by a Raspberry Pi 3, Python, and PHP that reads raw sensor data, batches it locally, and publishes live updates to newman.net.nz/weather/. Introduction Building a reliable weather station doesn’t require expensive commercial hardware. By combining a Raspberry Pi 3 with a budget […] Read more » Weather Station
PHP Temperature conversions between Celsius and Fahrenheit using PHP. December 31, 2024 / September 27, 2026 by Philip Newman | Leave a Comment Here’s an example of a PHP 8.2 class that handles temperature conversions between Celsius (C) and Fahrenheit (F): This class provides two static methods: The example usage demonstrates how to use the class to perform conversions. Let me know if you’d like to expand this functionality! Read more » PHP PHP 8.2 Weather Station