Skip to main content
edited title
Link
wizofwor
  • 298
  • 2
  • 5
  • 13

I2C scanner LCD Display hangs the computer

added 309 characters in body
Source Link
wizofwor
  • 298
  • 2
  • 5
  • 13

I'm trying to connect 16x2 LCD screen to clone Arduino UNO via PF8574T backpack. 4 cablecables are connected to +5V, GND, SDA and SDL pins.

When I tried this I2C scanner code from arduino.cc. It returned strange characters in serial monitor at first couple of tries. And now, when I try computer hangs.

When I tried this I2C scanner code from arduino.ccuse A4 A5 pins on the Arduino instead of SDA and SDL, i2c reported the device is on 0x27. It returned strange characters in serial monitor at first couple of triesis ok. And nowBut if i keep LCD connected to Arduino, whenmy iMac shutdowns after for a while. In error log i see there was a problem regarding USB serial device. I try computer hangsassume it as a power problem. 

I'm on OS X Yosemite. Why this can be happening and how can I fix?

Note: Computer is hanging as soon as the Arduino usb cable connected.

I'm trying to connect 16x2 LCD screen to clone Arduino UNO via PF8574T backpack. 4 cable are connected to +5V, GND, SDA and SDL pins.

When I tried this I2C scanner code from arduino.cc. It returned strange characters in serial monitor at first couple of tries. And now, when I try computer hangs. I'm on OS X Yosemite. Why this can be happening and how can I fix?

Note: Computer is hanging as soon as the Arduino usb cable connected.

I'm trying to connect 16x2 LCD screen to clone Arduino UNO via PF8574T backpack. 4 cables are connected to +5V, GND, SDA and SDL pins.

When I tried this I2C scanner code from arduino.cc. It returned strange characters in serial monitor at first couple of tries. And now, when I try computer hangs.

When I use A4 A5 pins on the Arduino instead of SDA and SDL, i2c reported the device is on 0x27. It is ok. But if i keep LCD connected to Arduino, my iMac shutdowns after for a while. In error log i see there was a problem regarding USB serial device. I assume it as a power problem. 

I'm on OS X Yosemite. Why this can be happening and how can I fix?

Note: Computer is hanging as soon as the Arduino usb cable connected.

Source Link
wizofwor
  • 298
  • 2
  • 5
  • 13

I2C scanner hangs the computer

I'm trying to connect 16x2 LCD screen to clone Arduino UNO via PF8574T backpack. 4 cable are connected to +5V, GND, SDA and SDL pins.

When I tried this I2C scanner code from arduino.cc. It returned strange characters in serial monitor at first couple of tries. And now, when I try computer hangs. I'm on OS X Yosemite. Why this can be happening and how can I fix?

Note: Computer is hanging as soon as the Arduino usb cable connected.