DIY GPS Unit with Arduino Uno
This DIY GPS unit consists of an Arduino Uno, SSD1306 OLED display, and BN-220 GPS. It is powered by a 9V battery. In another post… Read More »DIY GPS Unit with Arduino Uno
This DIY GPS unit consists of an Arduino Uno, SSD1306 OLED display, and BN-220 GPS. It is powered by a 9V battery. In another post… Read More »DIY GPS Unit with Arduino Uno
I thought this GPS project would be done quickly, but found myself scratching my head for days on a weird issue. I still don’t know… Read More »Arduino Heap Space Workaround
The JDY-41 is a wireless transceiver module with some improvements over the similar JDY-40 which in highlighted in the post, Simple Wireless Serial Communication. The… Read More »JDY-41 Wireless Range Test
This Christmas-themed paper circuit uses no microcontroller, only a 555 timer and CD4017 decade counter to drive blinking LEDs. The KiCad project and other files… Read More »Flashy Paper Christmas Tree
Here are a couple of basic start point templates for C++ programs. The code can also be found in this Github repo. Input Argument Parsing… Read More »C++ Code Templates
These python code templates are based on software tools that I have developed lately. They can be a helpful reference for future projects. The code… Read More »Python Code Templates
I’ve been printing and building the 3DLabPrint A-10. They provide a link to purchase landing gear retracts on AliExpress, however the link goes to a… Read More »Simple Fix For a 3D Printed Plane Part
Brief reference for equations relating to flight dynamics. Taken from the book “The Illustrated Guide to Aerodynamics” by H.C. “Skip” Smith and “The Science of… Read More »Flight Dynamic Equations
This light box is illuminated by individually addressable LED strips and controlled over Wifi. The code and scenery template pdf can be found here: https://github.com/benjohnemmett/LightBox/… Read More »DIY Light Box With Wifi Control
The Wemos D1 ESP8266 board is a good little board with a few quirks to note when working with Arduino. Here are my notes on… Read More »Wemos D1 With Arduino IDE