rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
370 stars 144 forks source link

I2C device not found on address: 0x3C #77

Closed mikolajzieba closed 6 years ago

mikolajzieba commented 6 years ago

I followed your instructions and getting error: I2C device not found on address: 0x3C

Result of the i2cdetect -y 1:

00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- 3c -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --                     

Could you give me a tip where to look for a source of the problem?

rm-hull commented 6 years ago

Can you show the command you were trying to run when you got the error?

mikolajzieba commented 6 years ago

I'm sorry, It realized that it was a problem with my GND line, so Issue can be closed.