Creating Libraries and Classes – Part II
In the second part of the post about libraries and classes, I use the MPU6050 to show how you write Arduino libraries for sensors or other devices to be controlled and what typical issues arise.
Read MoreIn the second part of the post about libraries and classes, I use the MPU6050 to show how you write Arduino libraries for sensors or other devices to be controlled and what typical issues arise.
Read MoreAbout this post In the last post, I introduced the ADS1220 24-bit, 4-channel A/D converter and my associated library. In this sequel, I will show you how to…
Read MoreI introduce the ADS1220 4-channel, 24-bit A/D converter and my associated library using several example sketches.
Read MoreI will show you how to build a WiFi BBQ thermometer with a temperature sensor, an ESP32 board and a few other components.
Read MoreI will show you how to build a wireless 433 MHz BBQ thermometer with alert function and graphical display of the temperature curve.
Read MoreWith strain gauges you can measure the strain and bending of components. I’ll show you how to use them with the HX711 or op amps.
Read MoreThis is the second part of my article about the 9-axis sensor ICM-20948. I continue with the presentation of my associated library.
Read MoreI present the ICM-20948 9-axis sensor and my associated library. The ICM-20948 is the successor to the MPU-9250. This is Part 1.
Read MoreUsing the CCS811 and SGP30 as examples, I explain how metal oxide-based TVOC and eCO2 sensors work, how to drive them with libraries, and how reliable they are compared to NDIR CO2 sensors.
Read MoreWith CO2 sensors of the MH-Z14 and MH-Z19 series you can monitor the indoor air quality. I show how you how to control the sensors and I check their accuracy.
Read More