This is an overview video of an embedded systems prototype I made to control 8 physical AC channels (or 16 channels when used with polarity sensitive LED strings). Uses a PIC 16C745 (older UV Erasable PIC) optocouplers, TIRAC, and an AC-to-DC power supply.
I spent the weekend adding an RS232 serial port to this project, the previous version had a different type of serial control that didn't work for interfacing with a standard computer. I'm working through the code, but if I can get a good user interface developed I'll post a follow-up video.
The microchip website has most of the technical details for their products, for PIC microcontrollers. You can code these in either C or ASM, I happened to use ASM. PIC's are a pretty common hobby microcontroller, sparkfun and other sites sell starter kits.
I spent the weekend adding an RS232 serial port to this project, the previous version had a different type of serial control that didn't work for interfacing with a standard computer. I'm working through the code, but if I can get a good user interface developed I'll post a follow-up video.
vcappell 1 year ago
The microchip website has most of the technical details for their products, for PIC microcontrollers. You can code these in either C or ASM, I happened to use ASM. PIC's are a pretty common hobby microcontroller, sparkfun and other sites sell starter kits.
vcappell 1 year ago
are you willing to post a schematic?
rtdem 1 year ago
@rtdem Sure I guess, it's just a prototype but I'm willing to provide it... not sure how to post it on youtube.
vcappell 1 year ago