Closed seanshpark closed 5 years ago
I2C client detect
i2cdetect -y 1
Issue: i2cdetect
program dumps very slow after using bcm2835_i2c_xxx()
bcm2835_i2c_set_baudrate()
was the causebaudrate
should be used correctlyIssue i2cdetect
show the device has vanished after using bcm2835_i2c_xxx()
This device has logically same level of hwmodule
that calls another hwmodule
.
i2clcd
call lcd1602
or is it like lcd1602
using i2c
buslcd1602
uses i2clcd
module and hd44780
i2clcd
uses pcf8574
and hd44780
For RPi is done. Continue with STM32F103.
Blue backlight works with +5V. I2C interface with RPi needs voltage shifter
STM32F103 !
Need I2C library to encode byte to two SCL/SDA GPIO pins.
I2C with STM32F103 isn't simple cause of debugging with on-board LED.
Support LCD-1602 with HD44780 controller by I2C
Modules to add: two in one
Interface for this time is I2C not GPIO.