MHEtLive / MH-ET-LIVE-E-Papers

For all MH-ET LIVE E-Papers
38 stars 22 forks source link

Can't make it work on Arduino Nano #5

Open Steakache opened 5 years ago

Steakache commented 5 years ago

Hello Folks,

The e-paper module works well on raspberry but I can't make it work on arduino nano. The code is transmitted to the arduino and seems to run (I don't have errors, I can see print..)

But the e-paper module remains the same. Any Idea ? This is my schematic.

Thank you,

image

Steakache commented 5 years ago

I found where the program hangs.. UC8154c_200x200.cpp (line 34) WaitUntilIdle();

Busy pin remains in low state.. Any idea ? Power supply maybe ?

It's on the red version epaper module.

armandohg commented 5 years ago

Can you please share the Raspberry Pi code you used? I am unable to make it work with Raspberry Pi.

martinschultzkristensen commented 5 years ago

Hey. Does anyone have experience with making The e-paper module working with ESP32 devkitv1? If so I would very appreciate to hear from you. I don't get any response don't matter which guide i follow! IMG_20191004_122428

@Steakache which guide did you follow to make it run on RPi?

anovodv commented 2 years ago

@Steakache, hi! did you find how to run this display with arduino nano?

benutzer001 commented 2 years ago

I found where the program hangs.. UC8154c_200x200.cpp (line 34) WaitUntilIdle();

Busy pin remains in low state.. Any idea ? Power supply maybe ?

It's on the red version epaper module.

how did you fix This?