Category: Sensors management

Practical tips and examples on how to configure sensors of all kinds

Arduino battery checker with temperature, and battery selection 0

Checking Battery Capacity with Arduino: Temperature Monitoring and Type Selection

Here is my Arduino battery tester, designed to explore the performance of various types of batteries, including 18650 and acid-based ones. Successfully tested even with a 6V lead-acid battery with a capacity of 4.2A, this device provides battery capacity readings in milliampere-hours. In fact, it’s an old article that I had never published before, but I have revisited and decided to publish it now.

BNO055 for esp32, esp8266, and Arduino: Gyroscope High Rate and Any Motion Interrupt 0

BNO055 for esp32, esp8266, and Arduino: Gyroscope High Rate and Any Motion Interrupt – 6

This latest article in the series explores how to use the BNO055 sensor with ESP32, ESP8266, and Arduino to achieve gyroscope high rate and any motion interrupt. The BNO055 sensor combines an accelerometer, magnetometer, and gyroscope in one module, making it ideal for accurate orientation tracking.

BNO055 for esp32, esp8266 and Arduino: enable INT pin and accelerometer High G Interrupt 0

BNO055 for esp32, esp8266 and Arduino: enable INT pin and accelerometer High G Interrupt – 5

Continue the series of article about the Bosch sensor BNO055. In this part of the tutorial, we will learn how to enable the INT pin of the BNO055 and configure the accelerometer High G Interrupt. The High G Interrupt is triggered when the accelerometer detects a sudden acceleration event that exceeds a specified threshold and duration. This can be useful for detecting impacts, falls, or other sudden movements in a variety of applications.

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.

WebServer Esp8266 ESP32 DHT temperature humidity secure Web interface 0

Web Server with esp8266 and esp32: DHT temperature humidity on protected Web Interface – 6

Here a little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.
Now a simple project to put all the information you have learned a temperature humidity secure web interface that retrieve data from a DHT12.