Skip to main content
2 of 2
Fixed grammar and spelling, made image clickable and added image description and tags, and added code formatting. Reordered text and image.
Greenonline
  • 3.2k
  • 7
  • 37
  • 49

Can't detect I2C displays with Arduino Nano

All cables tested and work:

SCL - A5
SDA - A4
VCC - 5V
GND - GND

I'm using an Arduino Nano board and an I2C display - I've tried everything to get it to work and I'm now convinced it's a hardware fault. Using the Arduino I2C address scanner, it is unable to find a device, even though it is wired correctly (I've checked multiple times).

Nano and I2C display

This is the code I used, i2c_scanner, and this output:

Scanning...
No I2C devices found

Scanning...
No I2C devices found

Scanning...
No I2C devices found

Scanning...
No I2C devices found

Scanning...
No I2C devices found

Scanning...
No I2C devices found

Scanning...
No I2C devices found

... is all I get.

Any suggestions, or is my board output fried?

Baddog22
  • 41
  • 1
  • 1
  • 4