News

The easiest way to do this is in the source code, but many I2C devices also allow the I2C address to be changed using jumpers/solder blobs. Öfter steht man vor dem Problem, ein I2C-Device funktioniert ...
This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very helpful when you want to measure the outside, ...
Hello everyone, here is the I2C implementation between Arduino Nano boards one device (Master) communicates with another device (Slave) over the I2C bus. The Master initiates communication by sending ...
Remarkable results have been accomplished using this cutting-edge sensor, in combination with either compatible I2C communication devices or Raspberry Pi.
Step-by-step guide on designing and programming a custom I2C slave sensor device using Arduino.
With a title like Hardware Hacking 101: E01 I2C Sniffing, How to Listen to Your Arduino’s I2C Bus, you know you’re in for a good time.
For more information on the new Arduino Nano thermal imaging camera jump over to the EEVBlog website for details and the Arduino code required to make your very own. Watch this video on YouTube.
Using hardware I2C on an ESP32? Do you need to connect multiple I2C devices with the same address? Normally, you wouldn’t be able to do that without extra parts, but on the ESP32, [BastelBaus… ...