Top "I2c" questions

I2C is a two-wire serial bus.

STM32F4 I2C Slave Receiver

I am using STM32F4 board as slave receiver and nordic board as master transmitter. I am able to send …

embedded i2c stm32 master-slave stm32f4discovery
I can't get DS3231 RTC to work

I have a DS3231 RTC module and I am trying to read time off of it using my Arduino UNO …

arduino i2c arduino-ide real-time-clock
Msp430 i²c module and libraries

I have a project that has a MSP430G2553 master device and a Triple-Axis Digital-Output Gyro ITG-3200 Breakout slave. ITG3200 …

master gyroscope i2c msp430 slave
I2C device linux driver

How to make a character device for i2c device, with open, close, ioctl etc. functions? I was looking for …

c linux linux-kernel linux-device-driver i2c
I2C not detecting ? issues in hardware or any other?

I have been working through some i2c examples. Plugging it all together and I find that I need to …

raspberry-pi3 i2c mpu6050
How to retrieve data from an i2c device over usb in linux

I have a temperature sensor, which is connected using an USB-I2C adapter (http://www.robot-electronics.co.uk/htm/usb_…

linux usb i2c
I2c that support 16 bits address

Initially, I used a eBus SDK which supports 8 bits registers for the I2C. This SDK does not support 16 bits …

i2c
STM32 I2C1 Start bit not set on SR1 register

I am trying to program the stm32 to talk to my i2c EEprom, but it seems like everytime I …

c embedded i2c stm32
Properly call external dll in Delphi?

I know few basics of Delphi (In fact I've been using it for few years)... I'm hitting a wall with …

delphi dll usb i2c ftdi
STM32F3 I2C read data

I'm using the STM32F373 microcontroller and wrote a simple function to read data from a MPU6050 gyro+accel on …

embedded i2c stm32 stm32f4discovery