Computer Release System
I am working on a small computer program that includes a built-in timer, designed to work with a K8055 board from Velleman, capable of handling 8 I/O…
I am working on a small computer program that includes a built-in timer, designed to work with a K8055 board from Velleman, capable of handling 8 I/O outputs, 5 inputs, and two PWM outputs… So far I have remote activation using the channel 1 input on the board; it can be connected to a pushbutton so that pressing it engages the timer, enables the outputs, and starts the countdown… The channel 5 input serves for an emergency release, meaning if activated, it will unlock everything immediately without waiting for the timer to finish, completely resetting the program. Once the timer has started, the remote lock disables. To activate it remotely again, you need to return to the computer and check the box. This design ensures that if a sensor is used for locking, it won’t keep re-locking just because the triggering object is still present. The I/O outputs are configured to switch on by default; so in case of power failure, component burnout, or cables pulled out by pets, they will turn off rather than waiting to engage. I plan to continue developing this. Screenshots will arrive soon once something looks better than my current setup.:D Future ideas:
- Random variable PWM output (random speed vibrators anyone? 8))
- ‘Playing’ with someone across the net? Maybe allow them to control the PWM outputs…
- Option for public listing, showing when the timer was engaged and for how long, along with the risk of revealing if you had to bail out. Other ideas or thoughts are welcome:D And remember!!! This is like everything else: always have a backup release! The program can crash, the OS can crash, or other computer issues may arise. Have at least one independent release method.