BierBot Brick with I2C LCD ??

You have questions or need help around BierBot Bricks - this is the right place.
Post Reply
remick
Posts: 4
Joined: Mon Jun 12, 2023 11:45 am

BierBot Brick with I2C LCD ??

Post 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 1273 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 1273 times

Anyone any idea?

Regards,
Remick
User avatar
Bernhard
Site Admin
Posts: 267
Joined: Sun Jan 23, 2022 3:53 pm
Location: Munich - Germany

Re: BierBot Brick with I2C LCD ??

Post 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!
Post Reply