Author: Brett
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 […]
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 […]
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 […]
Architectural Hacking
Layout Moves Sometimes it’s hard to predict which layout will look best – often the plan (i.e “in plan”, looking down) is […]
Time Lapsing – Android
1. App to Take Photos There’s a lot of apps, but few are suitable for longer-term use. The main problem is if […]
Daylight and Sun Shading Analysis – Superceded Pod Design
Shading and Daylighting Using Ecotect and some custom scripts, it’s possible to quickly generate “views from the sun”. Using Radiance, we can […]
Walking GR5 Via Alpina in May June (2016)
In May and June of 2016 I walked from Menton (near Nice, south-east France) to Mont Paradiso (Italy, nearish Mt Blanc) which […]
Hiking the Haute Route Pyrenees (HRP) GR-10, GR-11
Walking the Pyrenees High Route (Haute Route Pyrenee: HRP) in Early Season Overview In April, May and June 2011 I walked from […]
Talking and Listening with Python
I note some details about getting Python 3 to talk and listen, and read and write (Exif data) Setup >py -v Python […]