1602 LCD on RPi B+: Difference between revisions

From EnigmaGuy Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
== Final connection ==
== Final connection ==
[[File:1602-connection.jpg|400px|Final Connection]]
[[File:1602-connection.jpg|400px|Final Connection]]
== Software ==
* Login to Raspberry Pi B+
* sudo vi /etc/modules
<syntaxhighlight lang="bash">
i2c-dev
</syntaxhighlight>

Revision as of 19:48, 4 October 2014

What will be needed?

  • SaintSmart 1602 backlighted I2C LCD (search E-Bay for "1602 LCD I2C")

1602 LCD I2C

  • MB102 BreadBoard (also available on E-Bay)
  • Raspberry PI GPIO Extension Board v2.2

GPIO board

  • Bi-Directional Module 5V to 3.3V

3.3 to 5V converter

  • Male to Female Dupont wires
  • 140pcs Solderless Breadboard Jumper Cable Wire Kit

Jumper cable kit

Final connection

Final Connection

Software

  • Login to Raspberry Pi B+
  • sudo vi /etc/modules
i2c-dev