To point something at something consistently over time you need a way to determine where it is pointed, a way to point where it’s wanted and a way to determine how fast it needs to change. In this case it is a rocket that needs to be pointed upwards. We’ll […]
micropython
3 posts
I’m working on making a simple flightcontroller for a model rocket, and I thought it would be nice to use the LoRa32 board I had laying around. It has lots of computing power (compared to atmega328p on my arduinos) and even support multithreading, which I looked forward to testing out […]
I’ve been using arduino for a while, and allthough I like it for what it is, I have fallen a little head over heels with python! So, when I finally found micropython and had an ESP32-board laying around, it was time to take the step into the big boy league […]