How to Export iOS Screen Time Data to CSV
A guide on how to export iOS (and iPadOS) screen time data by reading it directly from the knowledgeC.db and exporting it to CSV
Traffic Light (2.0)
I recently built a WiFi controlled traffic light and want to share the design, code and the build process.
My Wardriving Setup
A wardriving setup based on a Raspberry Pi 4, low cost wifi modules and kismet
IoT'ing an Air Filter
Making an air filter “smart” by installing an ESP8266 to monitor particle concentration and control fan speed. [Incomplete article]
Exporting and Analyzing iOS Screen Time Data using Python and InfluxDB
A guide on how to export iOS (and iPadOS) screen time data by reading it directly from the knowledgeC.db, plus a script for importing it into InfluxDB.
ics Event Parser and Change Notifier
A python script to download multiple ics calendars, merge, deduplicate them and sort events into mandatory and elective events. Also generates a diff to summarize changes.