Category: Sensors management

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.

0

Temperature humidity sensors comparison (Code configuration) Part 2

Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer (competitor bmp280, DHT11, DHT22, Dallas and thermistor).
Today the code to get sensors fully working.

0

Temperature humidity sensors comparison (Specifications) Part 1

Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer, and introduce the competitor bmp280, DHT11, DHT22, Dallas and thermistor.
Today the specification of the sensors I use.