Hi,
I have a raspberry pi zero w and a HIFI DAC HAT connected. I would like to add a 16X2 I2C LCD display. The display connects via the pins: gnd, vcc, sda and sc1. Can I connect them to the dac pins?
Thank you,
Re: DAC + I2C LCD
Does the DAC HAT use the i2c SCL/SDA pins? Even if it does, you can still connect the display to those pins and power as long as the two devices have different i2c addresses - and the 16x2 display units usually have a way of changing the address if it does clash.
Short answer: Yes, but you might need to change an address setting.
Short answer: Yes, but you might need to change an address setting.
Unreadable squiggle
Re: DAC + I2C LCD
HI,rpdom wrote: ↑Sat Feb 04, 2023 2:52 pmDoes the DAC HAT use the i2c SCL/SDA pins? Even if it does, you can still connect the display to those pins and power as long as the two devices have different i2c addresses - and the 16x2 display units usually have a way of changing the address if it does clash.
Short answer: Yes, but you might need to change an address setting.
Thanks for the reply. The DAC has a 40 pin connector, so it covers all gpio of the rapsberry pi zero.
How can I check if it uses the same pins? The display I should connect them to the gpio 2 and gpio3.
thanks !
Re: DAC + I2C LCD
Have you got any links to the HAT? Specifications and schematic would be really helpful.
Unreadable squiggle
-
- Posts: 7028
- Joined: Tue Jun 30, 2015 1:35 pm
Re: DAC + I2C LCD
As we don't know which HAT is in use my answer needs to be a little generic.
If your display uses GPIO and you 'can't connect it because the HAT is blocking all I/O' you can use i.e. this https://shop.pimoroni.com/products/pico-hat-hacker
Some examples of real life use


easy access to unused GPIO now!
If your display uses GPIO and you 'can't connect it because the HAT is blocking all I/O' you can use i.e. this https://shop.pimoroni.com/products/pico-hat-hacker
Some examples of real life use
easy access to unused GPIO now!
Last edited by aBUGSworstnightmare on Tue Feb 07, 2023 10:37 am, edited 1 time in total.
Re: DAC + I2C LCD
Hi,
The dac is innomaker DAC HAT PCM5122. This is the manufacturer's http://www.inno-maker.com/product/hifi-dac-hat/, but I couldn't find any documentation on the gpio being used.
The display is GeeekPi I2C LCD 16X2.
The os is volumio.
thank you !
The dac is innomaker DAC HAT PCM5122. This is the manufacturer's http://www.inno-maker.com/product/hifi-dac-hat/, but I couldn't find any documentation on the gpio being used.
The display is GeeekPi I2C LCD 16X2.
The os is volumio.
thank you !
-
- Posts: 15
- Joined: Wed Apr 03, 2019 5:41 am
Re: DAC + I2C LCD
Dear, thank you for choosing innomaker.
Refer to the pins maps, Pls check the chapter 3.2 of below usermanual,
https://github.com/INNO-MAKER/HIFI-DAC- ... spberry-Pi
Refer to the pins maps, Pls check the chapter 3.2 of below usermanual,
https://github.com/INNO-MAKER/HIFI-DAC- ... spberry-Pi
-
- Posts: 15
- Joined: Wed Apr 03, 2019 5:41 am
Re: DAC + I2C LCD
If the IIC address of display is different from DAC. You could connect the display to the IIC pins of DAC modue. Not be affected
The IIC address of DAC HAT is 0X4D(7bits mode),
The IIC address of DAC HAT is 0X4D(7bits mode),