Fork me on GitHub

Project Notes

#085 Lcd5110/BareBack

Test driving a Nokia 5110 LCD Display with an Arduino and the raw command set

Here’s a quick video of the circuit in action:

Lcd5110BareBack demo

Notes

This quick demo is inspired by Julian Ilett’s tutorial series on YouTube.

It runs a simple demo cycle, including the reading and display of a voltage from the A0 pin.

There are a few commonly-used libraries - such as ladyada’s - however this sketch uses the instruction set for device directly, as documented in the PCD8544 datasheet.

A couple of observations:

  • it seems different modules have different pin arrangements, so it is important to match the 5110 pins to the Arduino correctly.
  • it works fine with 5V logic connections
  • with 5V logic connections, there appears to be no need to connect Vcc, it works fine disconnected! In fact, some circuits that “do the right thing” and connect 3.3V supply to Vcc are not behaving as might be execpted. At least with my module, the Vcc is already taken up to 4.2+V by the login pins.

This is the module I’m using:

Module Front

Construction

The Breadboard

The Schematic

The Build

Credits and References

About LEAP#85 LCDArduino
Project Source on GitHub Project Gallery Return to the LEAP Catalog

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

LEAP is just my personal collection of projects. Two main themes have emerged in recent years, sometimes combined:

  • electronics - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting
  • scale modelling - I caught the bug after deciding to build a Harrier during covid to demonstrate an electronic jet engine simulation. Let the fun begin..
To be honest, I haven't quite figured out if these two interests belong in the same GitHub repo or not. But for now - they are all here!

Projects are often inspired by things found wild on the net, or ideas from the many great electronics and scale modelling podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know (or send a PR!). See the individual projects for credits where due.