Qudor-Engineer / DMD32

A library for driving the Freetronics 512 pixel dot matrix LED display "DMD", a 32 x 16 layout using ESP32.
GNU General Public License v3.0
29 stars 19 forks source link

Solution in case if your matrix doesn`t work #25

Open RARadchenko opened 8 months ago

RARadchenko commented 8 months ago

I`m using esp32 devkit v1 and P10 WO (single color) andmain solution is downgrading esp kernel to 2.0.2 version. On 2.0.14 ver CLK LAT and DR pin was 0V. image in board manager choose more older version for esp32

here is my wiring image brown wire is DR (or R on another version of p10 matrix) connected to D23 on esp32 blue wire is LAT (or LCLK) connected to D2 green wire is CLK connected to D18 yellow wire is B connected to D21 red wire is A connected to D19 purple wire is OE (or enable) connected to D22 black wire is gnd connected to any gnd esp`s pin

image Paint wiring diagramm

here is normal voltage image OE pin image A pin image B pin image CLK pin image LAT pin image DR pin

Adityavns commented 4 months ago

Any ideas on how to make it work on latest versions and using platformio?

MMB923 commented 2 months ago

I have a library for Arduino Uno which I've tested for several times. but I need a good one for STM32 controllers using CubeIDE or Keil. Thanks

tientruong611 commented 2 weeks ago

u're a KING sir. I spend 1 week to finding problem , now i was found that. thanks u very much. I have a question, may i build the library on my own and don't using the library DMD