Arduino Tutorial (Ardutorial ๐ about connecting a Nokia 5110 Monochrome LCD module to an Arduino and using the u8glib to draw characters and graphical elements.
Arduino Code: http://hastebin.com/asitunamis.avrasm
https://github.com/olikraus/u8glib
https://github.com/olikraus/u8glib/wiki/fontsize
https://github.com/olikraus/u8glib/wiki/userreference
https://www.arduino.cc/en/Hacking/PinMapping168
Arduino Code: http://hastebin.com/asitunamis.avrasm
https://github.com/olikraus/u8glib
https://github.com/olikraus/u8glib/wiki/fontsize
https://github.com/olikraus/u8glib/wiki/userreference
https://www.arduino.cc/en/Hacking/PinMapping168
The 5110 lcd is a 3.3vdc device ,you are not using any resistors to drop the voltage is there something we are missing.
Great work. Thank you Julian.
Incredible presentation!
My 101 Cmt
Extremely Well Explanation
seems the ino code is no longer available
"LCD" or "Liquid Crystal Display" .. but not "LCD Display" .. that would include the use of two displays…
no puedo bajar el codigo me pone" NO TENGO AUTORIZACION (ERROR 404)"
best tutorial on NOKIA5110 LCD display, good job sir we follow you.
what is the screen clear command for Nokia5110
Julian you are an absolute g, I watched two other nokia 5110 tutorials and realised, 'what am i doing?', 'these guys are chatting bollocks!'. If I actually want a detailed insight and the specific info I need, Mr Ilett is the man. cheers bud!
Fascinating, thanks!
Help for display Nokia 1100 and arduino
Great video. Very helpful. Thanks Julian.
Great and excellent video tutorial. Thank you very much.
Hi Julian
After waiting for the better part of 6 months, my package from China (Nokia 5510) finally arrived! I vaguely remembered that it was after watching one of your older videos on this display, that I decided to order this part.
I find it best to pause and play while watching your tutorial as I mimic your actions on my Arduino, but I got frustrated, because while following your 'Arduino Nokia 5110 LCD Tutorial #3', I couldn't find all the libraries I needed (I think my brain got fried or something).
I then started to tinker around on the web to find another way to display actual letters on my Arduino. Miraculously I stumbled upon this video of yours (already 2 years old) and even got a bonus: I already have the library installed that you are using!!
With all this searching and researching I realise that you have already been through everything that I got so frustrated with (Thankfully you are many steps ahead of me ๐ ).
Your videos have definitely evolved to be more professional and more helpful. Putting a link below your video might sound like a simple task, but add all these little things, and you have spent hours doing something simple!
I cannot stop thanking you for all the time and effort you have put in your projects and sharing them with us on YouTube!
A very wise man once told me to use all the memory that the machine will allow if needed. His reasoning, that is what the memory is there for, and if you don't use it, then why buy it in the first place. Arduino's do not run faster if there is empty memory, it is simply memory wasted if not used. Not sure if he is right, but he sounded like he knew what he was talking about, so I have always programed as if the maximum memory was not to be avoided, but to be used.