This project documents how to make a windvane to sense the wind direction. It was designed for an autonomous sailboat but could be used in other applications. The main sensor is a magnetic encoder that outputs an analog voltage in the 0-5V range, and the structure is mostly 3D printed. For my application I used … Continue reading Electronic Windvane
Category: Embedded Computers and Microcontrollers
Duet Wifi Display
I have an Ultibots D300VS delta printer (sadly no longer in production) that I use a lot. It has a Duet Wifi control board, which has a great web interface that can do everything you need to do. Sometimes, however, I wanted to be able to do a task at the printer, and this required … Continue reading Duet Wifi Display
ESP8266 NodeMCU (Arduino compiler) Pins. Now with WeMos D1 Mini!
Here are two images I look up often when using ESP8266 boards. I like the NodeMCU versions, they are cheap and easy to use with USB power or a battery. The pins are not labeled in a friendly way for the arduino compiler, however. The arduino compiler uses the GPIO numbers on the chip, while … Continue reading ESP8266 NodeMCU (Arduino compiler) Pins. Now with WeMos D1 Mini!
Internet of Coffee!
Monitoring the morning brew with the internet of things. Do you want to know when your coffee is done brewing but are too lazy to walk over to see for yourself? Do you need to monitor your coffee pot when you are out of town? Probably not, but here is one solution to the non-problem. … Continue reading Internet of Coffee!
NMEA 0183 Speedometer
I had an email request to find this project from 2010... I updated the code too! This project takes the pulse from a paddlewheel boat speed sensor and makes an NMEA output on the serial port. It should work with most through-hull speed transducers, and also with windspeed transducers too. The NMEA stream comes from the … Continue reading NMEA 0183 Speedometer
Hello world!
If you're looking for my old site, sorry it got hacked and had to be put down. You can email me (mholden at csum dot edu) if you are trying to find something specific.