Close

Improving Sending Time

A project log for Ultimate Universal Remote

Improving a Griffin Beacon to add Bluetooth RF control, Command sequence sending and USB power

joedefajoedefa 11/20/2014 at 18:340 Comments

The Delay needed for the RF module is very short but the code that I use is making the delay longer. Adding some compopnenants to smooth voltage when sending the signal seems to improve the delay and recovery time when the signal is received by the Attiny.

- Removed delay time in status LED blinking

- Need to add the use of interrupts in code if a signal is received while processing another signal to be executed later

Discussions