Hi there. I've put together a test circuit that's mostly working, but not quite perfect.
The LED I use to test the RX (receiver) isn't flashing three times as it should, sometimes it's just once or twice. (Meanwhile, the main TX (transmitter) LED is flashing correctly, three times as programmed.)
My goal was to create a synchronized 3x LED flasher system where the sender unit flashes its LED three times, then when it's off, the receiver LED flashes three times. To achieve this, I'm using an ATtiny85 microcontroller. I've included a quick sketch for reference. (Don't worry about the transistor components, they're there because ultimately, I won't be driving LEDs with them.)
So, the LINK LED indicates that there's transmission happening, but it seems like the process isn't happening fast enough.
I initially tested without the ATtiny, just using a switch to signal the HT12E. When I pressed the switch slowly, everything worked fine. However, when I tried to speed up the pushing (to around 3Hz), the RX module LED didn't flash as many times as I pressed the button, which was also the case with the microcontroller.
I don't believe the issue is due to slowness, but it appears that way.
Any idea why is that? What can be wrong? I have some more ideas to do all this a different way, but it should work this way too.
Please share your ideas. Thank you.
The LED I use to test the RX (receiver) isn't flashing three times as it should, sometimes it's just once or twice. (Meanwhile, the main TX (transmitter) LED is flashing correctly, three times as programmed.)
My goal was to create a synchronized 3x LED flasher system where the sender unit flashes its LED three times, then when it's off, the receiver LED flashes three times. To achieve this, I'm using an ATtiny85 microcontroller. I've included a quick sketch for reference. (Don't worry about the transistor components, they're there because ultimately, I won't be driving LEDs with them.)
So, the LINK LED indicates that there's transmission happening, but it seems like the process isn't happening fast enough.
I initially tested without the ATtiny, just using a switch to signal the HT12E. When I pressed the switch slowly, everything worked fine. However, when I tried to speed up the pushing (to around 3Hz), the RX module LED didn't flash as many times as I pressed the button, which was also the case with the microcontroller.
I don't believe the issue is due to slowness, but it appears that way.
Any idea why is that? What can be wrong? I have some more ideas to do all this a different way, but it should work this way too.
Please share your ideas. Thank you.
Attachments
-
339.5 KB Views: 18
Last edited by a moderator: