Skip to main content

Working with Arduino

Hardware Connection

  • Connect using the 9PIN cable. Refer to the pin mapping table below:
    • Arduino pin mapping
      e-PaperArduino UNOMega2560
      VCC5V5V
      GNDGNDGND
      DIND11D51
      CLKD13D52
      CSD10D10
      DCD9D9
      RSTD8D8
      BUSYD7D7
      PWRD6D6

Installing the IDE

Arduino IDE Windows Installation Tutorial

Running the Program

  • In the Resources section download and extract the example, and you will see the following content:
  • Open the test program: 1.54inch_e-Paper_E/Arduino_R4/Arduino_R4.ino
  • In the Arduino IDE toolbar (Tools), select the corresponding Board and Port:
  • Finally, click Upload. A successful upload is shown below (Arduino 1.8.13):