This post show how to install rm-hull/ssd1306 on Raspberry Pi, and run the example to display on 0.96" 128x64 I2C OLED with SSD1306 driver, usin…
قراءة المزيدThis post show how to enable I2C (or IIC) interface on Raspberry Pi running Raspbian Jessie. This test run on Raspberry Pi 2/Raspbian Jessie (2016-05…
قراءة المزيدLast exercise show Raspberry Pi master + Arduino slave i2c communication, write block of data from Pi to Arduino Uno, and read a single byte from Ard…
قراءة المزيدThis example extends work on last example " Raspberry Pi send block of data to Arduino using I2C "; the Raspberry Pi read byte from Arduino…
قراءة المزيدIn this example, Raspberry Pi programmed using Python with smbus library, act as I2C master, ask user enter something as string, then send to Arduino…
قراءة المزيدThis exercise implement communiation between Raspberry Pi and Arduino using I2C. Here Raspberry Pi, programmed with Python, act as I2C host and Ardui…
قراءة المزيدTo enable I2C and install tools on Raspberry Pi, such that you can develop program to communicate with I2C devices. $ sudo apt-get install i2c-tools …
قراءة المزيدBy default, i2c is disabled in Raspberry Pi. To enable it, follow the step: $ sudo nano /etc/modules add the lines: i2c-bcm2708 i2c-dev $ sudo nano /…
قراءة المزيد
Social Plugin