ESP8266 - Nokia PCD8544 Display #1191
Replies: 8 comments
-
Posted at 2016-05-20 by Wilberforce
this board is different than @ducky 's as the backlight is taken to ground to enable |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-06-26 by user63099 Hello - do you have any suggestion about how to do this on a bare ESP8266 12E? Many Thanks |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-06-26 by Wilberforce Not sure what you are asking here - what is the issue you have? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-06-26 by Wilberforce Are you using the code above? GPIO4, GPIO5, and GPIO13, GPIO14, GPIO15. It looks like GND, VCC and backlight are ok - as the display is on! If you are powering everything off the FTDI board it might not have enough current to power everything. Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-06-27 by user63099 Hi - yes, same code. Had already wired to GPIO4, GPIO5, and GPIO13, GPIO14, GPIO15 before but I gave multiple careful checks. Note the GPIO15 is also already pulled down with a 1Kohm resistor, it should be wired like this if I want the ESP to boot I think - I connected it to CE on the display anyways. I tried to switch this to various pins (GPIO 2, GPIO0, GPIO12) but nothing is shown on the display. I have tested the display with an arduino so that shouldn't be the problem. Also I've tried with the following code as well:
And I see an output like the following on the console:
But nothing to do... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-06-27 by Wilberforce Get rid of the on init and save code- get it working on direct upload, as you might have issues with the pinmode setup. You could swap out gpio15 for gpio9 - not sure what the nodemcu:dx pin that corresponds to.. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-06-27 by user63099 Thanks for you help @wilberforce it now works! It worked on direct upload in the beginning, then I figured out the pin setup via dump() and now I got it working with the following code:
It looks amazing! so thanks again for your help! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-05-20 by Wilberforce
Thanks to @ducky http://forum.espruino.com/comments/12949433/
Here are pictures showing the wiring colours on a breadboard.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions