Hello,
Does anyone tried to connect I2C display to BierBot Brick?
I wanted to make temperature monitor for my fridges.
I modified your BierBot sonos firmware @Bernard, but it looks like i2c is not working properly.
I tried 3 different libraries
<LiquidCrystal.h>
<LiquidCrystal_I2C.h>
<LiquidCrystal_PCF8574.h>
Same result. Nothing on LCD display.
Of course display is working when I make new project and test it.
Anyone any idea?
Regards,
Remick
BierBot Brick with I2C LCD ??
Re: BierBot Brick with I2C LCD ??
Hi Remick, you can have a look a the Brookes Brick. Please note though, that you will be reading the raw temperature sensor and presumably you display will not take any temperature sensor offsets you calibrated in the backend into account. Cheers!