News

In this tutorial we will use I2C communication between two arduino boards and send (0 to 127) values to each other by using potentiometer.
I2C_Communication_using_Arduino This repository contains an Arduino project showcasing master-slave communication using the I2C protocol. With this setup, a master Arduino can send targeted commands ...
This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very ...
I2C_Communication_using_Arduino This repository contains an Arduino project showcasing master-slave communication using the I2C protocol. With this setup, a master Arduino can send targeted commands ...
In this tutorial, we will use I2C bus for communication between Arduino and STM32F103C8, and will learn about SPI bus in next tutorial. To know more about STM32 board, check other STM32 projects.
In this tutorial, the presenter will be giving you a brief tutorial on how the I2C communication protocol works and he will also be giving an example of how to use I2C with the Arduino Board and a ...
[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 … ...
In this article i detail how to use NodeJS language to communicate with a DS1621 temperature sensor via I2C and display the result on a web browser.