Kikoigo
January 28, 2019, 10:06am
1
I have a Great problem with NodeMCU and DMD419. The pinout is not corrected…
Can you send to me what’s the correct connection please?
THX
No idea? I need a response
VEL337
February 18, 2019, 3:50pm
4
Could you clarify your problem in more detail please.
Is it a problem with the panel or nodeMCU?
Kikoigo
February 20, 2019, 8:27am
5
The problem, is when I try to connec the Velleman nodeMCU port with panel, because don’t there are any info about pinout connection.
Another problem is, conected with Velleman arduino UNO, when I change in the code the horizontal or vertical variable, from 1 to 2, and with the cable from output to input in second panel (with current and GND shared in all modules and arduino) don’t work correctly. Work in separate panel but not altogether moving in marquee.
Kikoigo
February 27, 2019, 10:58am
6
Hi? Can I have an answer ASAP? PLEASE?
VEL337
March 1, 2019, 10:15am
7
Pls check this link out.
I think your nodeMCU is based on the ESP8266
freetronics:master
← h4rm0n1c:ESP8266
opened 03:49AM - 26 Jul 15 UTC
SoftDMD is not included, yet, but otherwise this is feature complete. (I've used… a preprocessor statement to disable SoftDMD on the ESP8266)
All demo sketches compile and execute as they were meant to, the only change needed being changing SoftDMD to SPIDMD.
The `#define ESP8266_TIMER0_TICKS` in DMD2_Timer.cpp sets the delay between running `scan_running_dmds` via timer0 interrupt in microseconds, the default I've set is 1000, seems to work well with 4mhz SPI clock, which is also a default.
Why timer0?
Because the ESP8266 has no hardware PWM, so the ESP8266/Arduino project is using timer1 for software PWM, a.k.a analogWrite. The only other ESP8266 library that currently uses timer0 is for Servo control, the likelihood that someone will use servos with a DMD is low compared to wanting to be able to adjust DMD brightness.
How to connect:
You'll probably want to use a level shifter, I used a TXS0108E that worked quite well. I imagine some 7400 and 4000 series chips that have been used in such a way before could also be substituted.
| Pin on DMD | GPIO # on ESP |
| --- | --- |
| a | GPIO16 |
| b | GPIO12 |
| sck | GPIO0 |
| clk | GPIO14 |
| r | GPIO13 |
| noe | GPIO15 |
One more thing: The kinds of frequencies everything is required to run at to make this work probably doesn't lend itself too well to a solderless breadboard, my ESP8266 is on a soldered breadboard and it works pretty well, but sometimes it hiccups due to the capacitance between the tracks on the board, people are welcome to try, but I thought you should know the potential risks of using a solderless breadboard.
EDIT: Swapped GPIO15 from sck to noe, swapped GPIO0 from noe to sck, I apologise for the change, putting noe on gpio15 (which is held low for the ESP8266's boot mode) keeps the DMD from displaying garbage while the ESP8266 boots.
See https://github.com/esp8266/Arduino for more details.
Right, this is a solution with pinout problem, but not the marquee problem with the variable.
Hi!!! Any answer? I need one
Hi, Velleman guys… any answer? working on it?