Fork me on GitHub

Project Notes

#377 Nokia 5110 Shield

Putting a Nokia 5110 on an Arduino Uno shield for no-fuss prototyping.

Build

Notes

I’m finding myself using a Nokia 5110 display in various little projects, and wiring it up every time is getting a bit tiresome.

I have some prototyping shields like this and decided to mount a 5110 screen on one.

It turns out to be a tight squeeze, and I’ve actually bent out the pin headers on the shield a bit so they are still accessible for use.

Pin Arrangement

There are a range of libraries that can be used with the 5110. Some use hardware SPI, others just software control. Pin assignments do not really matter, with the exception of MOSI and SCK for hardware SPI. I decided to use the following pins for the shield

Pin Usage Arduino Uno Pin
RST reset 10
CE/SCE/SS chip enable 9
DC/CSN data/command select 8
DIN data in 11 SPI MOSI
CLK clock 13 SPI SCK
VCC power 5V
BL Backlight on when GND n/c
GND Ground GND

Test Sketch

The DIYShield.ino sketch runs a simple hardware SPI demo on the 5110, using the Adafruit-PCD8544 Library.

Construction

Breadboard

Schematic

Wiring the protoboard. Note that by default I don’t have the backlight on.

DIYShield_wiring

Build

Credits and References

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

LEAP is just my personal collection of electronics projects - 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.

Projects are often inspired by things found wild on the net, or ideas from the many great electronics 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.

For a while I have also included various scale modelling projects here too, but I've now split those off into a new repository. Check out LittleModelArt if you are looking for the modelling projects!

Project Gallery Notebook LittleCodingKata LittleModelArt More on my blog