Blog 26
Revision as of 18:24, 22 January 2016 by Cartridge1987 (talk | contribs)
Hardware used:
Hello,
In this project I worked on the arduino. I made an pulse controller. With that you can control the amount of pulses and the pulse time of the relay. Link to the code: click here
I made this script building on the [arduino spi demo script]. The parts I am going to explain are only for my script part.
Useful links
- DIO protocol - The SPI relay has the same protocol
- User Interface
- [arduino spi demo script] - My script uses the basics of that script.