Makers, hobbyists and developers that enjoy building projects using the Arduino platform might be interested in a new Arduino micro-controller expansion board called the Spectrum I2C. The Spectrum I2C ...
The two SCD41 sensors we want to connect have an I2C address of 0x62, which cannot be changed. Therefore, to communicate with both sensors from the micro controller, we will use a separate I2C bus for ...
This project measures the input voltage using an Arduino Uno and displays it on a 16x2 I2C LCD screen. It uses a simple voltage divider circuit to safely read voltages up to 12V. The Arduino reads an ...
Now we can stepped into the light with our favorite microcontroller Arduino! Since a vast number of analog/digital ambient light sensors/light sensor modules are now available at reasonable price, ...
[Johngineer] found himself in need of an I2C sniffer, but didn’t have one available. Necessity is the mother of invention, so he put together this I2C sniffer sketch for Arduino. The arduino will ...
Adafruit has this week announced the arrival of the new Arduino compatible TCA9548A I2C Multiplexer to their online shop, which is now available to purchase priced at $6.95. The latest breakout board ...
For several microcontroller projects, the integration of a minuscule display panel can be handy to show relevant information. For example, information gathered by an external sensor module. Here we ...
The Musical Instrument Digital Interface has a great acronym that is both nice to say and cleanly descriptive. The standard for talking to musical instruments relies on a serial signal at 31250 bps, ...