Hello Community,
any chance this is working with one of these alternative boards?
- Banana Pi M2 Berry
- Banana Pi M5
- Radxa Rock 3 A
- Radxa Rock 4 C+
my first test with M2 Berry and the 16.04 official image was that the GrovePi is visible via $ sudo i2cdetect -y 2
the grove_rgb_lcd example works with the smbus number changed from 1 to 2.
but i did not get the grovepi.py to work. also i tried with setting it to hw smbus mode and tweaking the di_i2c.py script to use also use the bus '2':
with this i get an exception at line 225
as after the first read the data variable just has a simple 0 in there. (not a list...)
anyone had this running?