Monthly Archive: May 2022

LoRa wireless remote water tank and pump controller (esp8266) Server PCB assembling 0

LoRa remote water level and pump controller (esp8266): Server PCB – 4

I must fill a tank 1.5 km away, so I create a 2-part controller.
A server with a relay to manage the pump and a client solar/battery-powered to check the tank’s status and notify the status to the server.
We are going to assemble the Server PCB.

STM32F1 pinout specs and Arduino IDE configuration 0

STM32F1: pinout, specs, and Arduino IDE configuration (STM32duino and STMicroelectronics) – 1

Navigating the STM32 world is more complicated than other microcontrollers, one of the reasons is that it is an extremely large world and there are many options for both software and hardware.
In this tutorial we try to create a path to follow to reach a good knowledge of these devices.
Let’s start with the famous STM32 Blue Pill, let’s see how to program it and the basic features.

LoRa wireless remote water tank and pump controller (esp8266) Client software Arduino IDE 0

LoRa remote water level and pump controller (ReWaL): client software – 3

I must fill a tank 1.5 km away, so I create a 2-part controller.
A server with a relay to manage the pump and a client solar/battery-powered to check the tank’s status and notify the status to the server.
Here we are going to look at the Client software.

LoRa wireless remote water tank and pump controller (esp8266) Server software Arduino IDE 0

LoRa remote water level and pump controller (esp8266): server software – 2

I must fill a tank 1.5 km away, so I create a 2-part controller.
A server with a relay to manage the pump and a client solar/battery-powered to check the tank’s status and notify the server’s status.
Here, we are going to look at the Server software.

Ebyte LoRa E220 LLCC68 device manage Wake On Radio and sending structured data 4

Ebyte LoRa E220 device for Arduino, esp32 or esp8266: manage Wake On Radio and sends structured data – 5

In this article, we look at the Wake On Radio (WOR), one of the essential features of our Ebyte E220 UART LoRa device based on LLCC68 Wireless Modules.
Then we understand how to manage complex structures that are better optimized than string format data.

LoRa wireless remote water tank and pump controller (esp8266) 0

LoRa remote water tank level and pump controller (ReWaL): intro – 1

I have to fill a tank 1.5 km away, so I create a 2-part controller.
A server with a relay to manage the pump and a client solar/battery-powered to check the tank’s status and notify the server’s status.
Here is a little introduction to the project with the list of devices and libraries.