Tag Archives: Project

Well Depth Sensing: Soldering, Soldering, Soldering!

In my previous post, I designed a 3D printed sensor junction box for my well tank depth sensing project. In this post I solder… a lot.

I have 36 RJ45 jacks, 36 breakout boards for those jacks, and a pile of break-off headers for those breakout boards. Each breakout board has 8 holes for the RJ45 jack pins and 8 more holes for the header pins. That’s 36 * (8+8) connections I need to make to attach the breakout boards to the jacks. That’s 576 connections to solder!

Continue reading Well Depth Sensing: Soldering, Soldering, Soldering!

Well Depth Sensing: Temperatures Are In the Database

In my previous post, the ESP8266 Arduino Sketch was reading 12 temperature sensors. In this post, I describe the progress on the web side of things: the PHP web service that stores temperatures in an SQL database.

I’m really happy with the ESP8266 so far: it reliably connects to a given WiFi access point, and now it’s reliably doing an HTTPS POST of data to my PHP web service.

Continue reading Well Depth Sensing: Temperatures Are In the Database

Well Depth Sensing: Measuring the Tank

In my previous post I started the electronics and software for an Arduino Sketch for an ESP8266 WiFi microprocessor and several MAX31820 temperature sensors, that will eventually estimate and upload the level of water in our well water tank.

Since my last post I’ve updated the WellDepthTemperature github repo for the project to read 12 temperature sensors and to do a better job of reporting WiFi errors. That code now successfully identifies and reads the temperature from 12 MAX31820 sensors via a Sparkfun ESP8266 Thing Dev board, all on a breadboard for now.

Continue reading Well Depth Sensing: Measuring the Tank

Cost-Reducing the Lunar Clock: IoT Really is Here

I have to confess that sometimes I need a push to make the right design choice.

It’s been a long time – way too long – since I worked on my Lunar Clock project. In the meantime, Sparkfun has introduced new, inexpensive microcontrollers aimed at Internet-of-Things applications. I knew one of those new microcontrollers would be perfect for the Lunar Clock, but I dragged my feet.

Then one day, a Github user pointed out that one of the boards I was using has been obsoleted.

Continue reading Cost-Reducing the Lunar Clock: IoT Really is Here

My First 3D Printed Sundial

I’ve been interested in sundials for ages. Tracking the sun’s path by observing the shadow of a stick is an ancient form of astronomy, and a gateway into geometry (literally “land measurement”).

A sundial often marks the solstices and equinoxes, and enables measurement of the cardinal directions of north, south, east, and west: at the peak of its daily journey through the sky, the sun throws a north-south shadow; on the equinoxes, the shadow of the sun draws an east-west line. Ancient sundials acted as calendars, showing precisely when the sun returned to a given spot in its annual journey from south to north and back again.

Continue reading My First 3D Printed Sundial

Chinchilla Cam: Installing the Raspberry Pi Camera Module and OpenCV

For some time we’ve caught rare glimpses of small, rabbit-like animals who seem to be living under our front porch. We’ve seen little, round ears bobbing past the window, footprints in the snow, and during one hot summer I found a dead chinchilla in the garage – the poor thing couldn’t take the heat.

So I’ve decided to capture photos of the little fellows – or at least try – using a Raspberry Pi, motion-detecting Webcam. The project as it unfolds is stored on my ChinchillaCam Repository on github.

Continue reading Chinchilla Cam: Installing the Raspberry Pi Camera Module and OpenCV