Page 1 of 1

BierBot Brick with I2C LCD ??

Posted: Sun Oct 08, 2023 9:07 am
by remick
Hello,

Does anyone tried to connect I2C display to BierBot Brick?

I wanted to make temperature monitor for my fridges.
001.jpeg
001.jpeg (22.7 KiB) Viewed 1276 times

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.
002.jpeg
002.jpeg (248.88 KiB) Viewed 1276 times

Anyone any idea?

Regards,
Remick

Re: BierBot Brick with I2C LCD ??

Posted: Sun Oct 08, 2023 10:00 am
by Bernhard
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!