Category: esp8266

BNO055: ESP32, esp8266, rp2040, stm32, and Arduino wiring and Bosch library 0

BNO055 for esp32, esp8266, and Arduino: wiring and advanced Bosch library – 2

This is the second article on bno055. If you need basic management, you can refer to the previous article “BNO055 accelerometer, gyroscope, magnetometer, and orientation software”, but if you need advanced management (and more complex) with interrupt, you must read this article also.

BNO055 accelerometer, gyroscope, magnetometer and orientation software 0

BNO055 accelerometer, gyroscope, magnetometer with basic Adafruit library – 1

We are going to discover BNO055, a triaxial accelerometer, a triaxial gyroscope, and a triaxial geomagnetic sensor with a 32-bit cortex M0+ microcontroller in a single package.
In this first chapter, we start a basic usage.

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

LoRa remote water level and pump controller (ReWaL): assemble client and 3D printed case – 7

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 to the server.

Now we put all the Client components in the relative Case.

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

LoRa remote water level and pump controller (ReWaL): assemble server and 3D printed case – 6

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 to the server.

Now we put all the Server components in the relative Case.

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

LoRa remote water level and pump controller (ReWaL): Client PCB – 5

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 It to the server.
Here we are going to assemble the Client PCB.

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.

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.