-->
Page 2 of 3

Re: Multiplexing a LED matrix using ESP8266 hardware

PostPosted: Tue Jul 11, 2017 6:08 pm
by QuickFix
<...>

Re: Multiplexing a LED matrix using ESP8266 hardware

PostPosted: Tue Jul 11, 2017 6:09 pm
by QuickFix
RFZ wrote:UART would be okay, but I prefer to not use it, because I program via UART and my design will have a USB 2 UART chip on it.

The ESP8266 has two UARTs: the second UART is actually designed for debugging and is on GPIO13 (RX) and GPIO15 (TX). :idea:

Re: Multiplexing a LED matrix using ESP8266 hardware

PostPosted: Wed Jul 12, 2017 9:05 am
by martinayotte
UART1 is TX Only, there is no RX !
(except if you swap uarts, but then you still have only one with RX)

Re: Multiplexing a LED matrix using ESP8266 hardware

PostPosted: Thu Jul 13, 2017 6:17 pm
by QuickFix
martinayotte wrote:there is no RX !

That's good to know, I didn't realize that upto now.
Nevertheless, he only needs an output, so that shouldn't be a problem.