Posts tagged with "esp8266"


  • Changes To Solar Controller Setup

    A few days ago, we got the exterior of our house painted. I had to move a lot of things out of the way for the painters so they can paint in every nook and corner. During that time I had to disconnect my solar controller electronics setup. What that means is that the solar charge controller takes over the responsibility of deciding when to charge my battery and when to disconnect the grid and let the load run from the battery + solar etc. Unfortunately the way it handles switching between battery, solar and grid is not as optimal as I’d like. Don’t get me wrong, it does a good job, but I always want something better which is why I built my own electronics and software intelligence to go with it to optimize the hell out of the solar panel output.

    ...continue reading
  • Drip Irrigation Control System v4.0 – Web Server

    In the past, I explained the hardware and software parts of the system. This concluding post on my drip irrigation control system will go into the details of the web server. As you know, I wanted to build a system that I can control from anywhere. In the previous designed, I had to be near the control system to configure the drip time and duration using buttons on the board.

    ...continue reading
  • Drip Irrigation Control System v4.0 – Software

    This is a continuation of my previous post on control system v4.0. In that post I wrote about the hardware. Now I will talk about the software. If you have been following my drip irrigation control system design, you know that I switched from Arduino to ESP8266. It took some time for me learn about the new board, but it is very similar to Arduino when it comes to programming it.

    ...continue reading
  • Drip Irrigation Control System v4.0 - Hardware

    As promised, I started upgrading my drip irrigation control system with v4.0 design and software. If you read my last update on the control system, you know that there are two things that I wanted to add to it. One was a way to access the system via internet, so I don't need to physically configure it. And the other was to add a humidity sensor. I finally worked on the first upgrade. Now my control system is accessible over the net (currently limited to my home network). However, I had to make a few hardware design changes. I replaced Arduino with ESP8266. The why and how follows.

    ...continue reading