I’m trying to make a simple flight controller for a model rocket, and after some frustration around accelerometers and fin-controlling servos (another post coming on that later) I figured out I could work on a different phase of the flight instead: detecting the apex of the trajectory. To do that […]
python
Recently I’ve found an interest in using python for programming the ESP32, and even though I have loads of ideas I am seldom able to spend hours in front of the computer unless it is work related. Luckily I came across pydroid 3, an app that lets me write python […]
I created a new wordpress site for the parkour venue we’re starting in Stavanger, and after I purchased the domain I couldn’t reach the site. I had no clue what the IP was, so my only option was to wait for the site to be reachable by domain name. Instead […]
I’m using ssh on my raspberry pi, but to access it when I’m away from my home network I’ve got to have a public ip. My ISP doesn’t provide static ip for private users, so it may change whenever my ISP feels the need to do so. This of course […]
When playing around with my raspberry pi I sometimes want to automate scripts and make them run on timed intervals. This is a perfect job for crontab, so I will try to give a short explanation of how I use it here. In a terminal window, run: crontab -e where […]