GY-273 QMC5883L clone HMC5883L magnetometer for Arduino, esp8266 and esp32
The sensor GY-273 QMC5883L clone HMC5883L magnetometer for Arduino, esp8266, and esp32 is cheap and reasonably precise but needs some check for the clone version.
The sensor GY-273 QMC5883L clone HMC5883L magnetometer for Arduino, esp8266, and esp32 is cheap and reasonably precise but needs some check for the clone version.
I love the I2C protocol, and when I need a sensor, every time I try to find one with this protocol, I have also written some libraries for various sensors that use I2C.
In this first article, we are going to learn the basics, then how to create a network with our Arduino UNO and MEGA. Arduino has an interesting feature that can work as a Master and as a Slave.
I2C, SPI, and UART are protocols that we encounter all the time in this world, but why do we need all these protocols to interconnect external peripherals? Well! The answer is simple because there are many needs to be met, and each protocol has a well-defined scope.
LineaMeteoStazione is a complete weather station solar powered which can be interfaced with professional sensors from Sensirion as well as some Davis Instrument components (Rain Gauge, Anemometer) It also can be interfaced with a...
This starting guide will talk about how it works LineaMeteoStazione, a bit more technically speaking.
Technical Guide Display.
This starting guide will talk about how it works LineaMeteoStazione, a bit more technically speaking.
Technical Guide Master Device, Sending and Collecting Data.
Library to use i2c pcf8574 IC with arduino, esp8266 and esp32.
This IC can control (until 8) digital devices like button or led with 2 only pins.
Here I explain the manage of multiple rotary encoder.
Library to use i2c pcf8575 IC with arduino and esp8266.
This IC can control (until 16) digital devices like button or led with 2 only pins.
Can read and write digital value with only 2 wire (perfect for ESP-01).
I try to simplify the use of this IC, with a minimal set of operation.
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.
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.