Tag Archives: Well Depth Sensing

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