LoginSignup
1
1

More than 5 years have passed since last update.

Arduino-esp32 4.2inch_e-Paper_Module

Last updated at Posted at 2018-06-28

千石通商などでも売っている電子ペーパーモジュールをESP32で動かしました。
s-IMG_8877.jpg

<4.2inch> https://www.sengoku.co.jp/mod/sgk_cart/detail.php?code=EEHD-58US
image.png

<2.9inch> https://www.sengoku.co.jp/mod/sgk_cart/detail.php?code=EEHD-58WJ
image.png

Arduinoでの、基本的な動かし方は以下のページを参照
https://www.waveshare.com/wiki/4.2inch_e-Paper_Module
https://www.waveshare.com/wiki/2.9inch_e-Paper_Module

ESP32向けの変更についてはこちら
https://garretlab.web.fc2.com/arduino/lab/esp32_epd/index.html

4.2インチは上記のリンクを参考にさせていただき動きました。
2.9インチについては、以下のリンクを参考にしました。

サンプルを動かすと、epd2in9とepdpring というライブラリを使用することになります。

他のライブラリについては、以下のものを使っている例もありました。
https://github.com/ZinggJM/GxEPD

ピン設定についてはこちらを参考にさせていただきました。
https://qiita.com/nanbuwks/items/14257cf5f9edd192b8ec

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1