October 6, 2019October 6, 2019Timelapse Streaming Videos with HTML5 and Dash I’ve created some timelapse videos. Uploading to YouTube worked, but for the timelapse camera, the making of videos is automatic and served […]
September 27, 2019April 8, 2020Computing, Timelapse, Uncategorized Pi Zero W Timelapse Camera This scratch pad records my experience with a Pi Zero W unit, capturing outside timelapses. Controlling the PiCamera Reference to python module […]
August 16, 2019August 16, 2019Beer Brewing XPA Home Brew Ingredients Wort: 20L ready-to-use, All-Inn “mosaic hopped extra pale ale” Yeast: M44 Mangrove Jacks West Coast Bittering Hops: Amarillo and Citra (50/50) […]
July 23, 2019July 30, 2019Hiking, Skiing, Mountains Make and Repair Hiking Gear: MYOG Seam sealing This is the first thing to go on a tent. My snow tent was fine except for the seams – […]
July 8, 2019September 6, 2019Computing, Internet Of Things, Programming ESP32 Development Environment – Bleeding Edge ESP-IDF v4.1 with cmake There’s a few options to program the esp32: Arduino IDE : good. Heaps of support and tutorials. Some key limitations for ESP32, […]
June 11, 2019June 12, 2019Computing, Internet Of Things, Programming WebApp Development for a Esp32 Arduino Sketch AJAX or websockets will allow nicer development. I’m trying BootStrap to get a tidy interface. Bootply.com and layitout.com enable you to easily […]
May 16, 2019August 3, 2019Computing, Internet Of Things ESP32 Tricks and Tips Time Keeping The ESP32 docs say you can set the RTC to keep time in deep sleep (“RTC clock is used to […]
May 13, 2019January 31, 2021Internet Of Things, Timelapse Mini Battery and Solar Powered Timelapse Camera I wanted a small, battery-powered timelapse camera. First I tried mobile phones but they were not stable in the long term. Previously […]
April 26, 2019November 5, 2019Computing Use Monit on AWS and Ubuntu Examples # Monit local http process check process httpd with pidfile /var/run/httpd/httpd.pid start program = “/usr/bin/systemctl httpd start” stop program = “/usr/bin/systemctl […]