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

Run the Demo

  • In the Resources section download the demo package, then unzip it and enter the 5inch_e-Paper directory to see the following contents:
  • Open the demo: 5inch_e-Paper\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):