route (overlap) gpio to another without wiring

meowsqueak
Posts: 151
Joined: Thu Jun 15, 2017 4:54 am
Location: New Zealand

Re: route (overlap) gpio to another without wiring

Postby meowsqueak » Tue Aug 27, 2019 9:59 pm

I think you might be better off just connecting each LED to a GPIO and using interrupts to catch the state changes, and polling to monitor levels. 5 Hz is absolutely nothing to a microcontroller like the ESP32. It would be a lot easier than using RMT!

RMT is better suited to fast signals where you need to capture their shape with hardware, before the software has a chance to act - e.g. IR signals from TV remotes...

kjames
Posts: 16
Joined: Mon Jul 01, 2019 3:27 pm

Re: route (overlap) gpio to another without wiring

Postby kjames » Fri Aug 30, 2019 3:43 pm

agreed, yes - thanks very much again for your replies!

Who is online

Users browsing this forum: No registered users and 125 guests