Wiring connection between NHD-1.69-160128ASC3 SSD1351 and Arduino Nano

Comments

3 comments

  • Paul_B

    Morning,

    The Arduino Nano is a compact and breadboard-friendly version board based on ATmega328 processor. It is more or less same functionality as the Arduino UNO but in different package (which means it won't accept any shields designed for the UNO). However since you are using NHD-1.69-160128ASC3 you can simply breadboard your project  

    First check out the pin-out diagram for the Arduino Nano.
    Link: http://bit.ly/1PF7FLp

    We provide getting started code, however it is configured for the Arduno Uno. You will need to modify the sketch with the following pin configuration:

    https://github.com/NewhavenDisplay/NHD-1.69-160128ASC3_Example/blob/master/examples/test/test.ino

    Hardware: (Note most of these pins can be swapped)
        Color OLED Pin----------------Arduino Pin
           MOSI       ----------------  15
           SCK        ----------------  17
           DC         ----------------  12
           RESET      ----------------  13
           OLEDCS     ----------------  14
           Vin        ----------------  5V or 3.3V
           GND        ----------------  GND
    Feel free to follow along with our Serial Color OLED User Guide, the only difference is you are using an Arduino Nano and will be wiring your display slightly different.

    Hope this helps!

    « Last Edit: April 29, 2016, 11:54:11 AM by Paul_B »
    0
  • amitkumarsharma008

    Thanks a lot !!

    I am able to successfully do the connection.

    Now I want a small clarification regarding "NHD-1.5-128128ASC3" and "NHD-1.5-128128UGC3".

    NHD-1.5-128128ASC3 have MOSI pin and NHD-1.5-128128UGC3 have SDIN as pin8.

    So are they equivalent ?

    Thanks & Regards,
    Amit

    0
  • Paul_B

    Not a problem Amit,  "SDIN" stands for Serial Data In

    e.g. MOSI

    Enjoy your new display!

    0

Please sign in to leave a comment.