News

We will explore the I2C protocol which is used to interact with ControlEverything Peripheral hardware connected to the Raspberry Pi. We will use i2c-tools which is a linux command line tool used for ...
About Simple pin control over I2C using the python smbus2 library for Raspberry Pi and the Wire library for Arduino.
He’s using an i2c temperature sensor , and we think the PCA9517 Level-Translating I2C Bus Repeater that makes it possible is a perfect match for the RPi. This is a Texas Instruments part.
This small article describes how to build your own I2C slave device using a PIC microcontroller, and how to control it with the Raspberry Pi. This approach combines the power of the microcontroller ...
Computer maker Raspberry Pi has launched a new introductory course to help young coders get to grips with the Python programming language.
I2C communication using NodeJS and Raspberry PI 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.