top | item 28487240

(no title)

korethr | 4 years ago

In the end of the video he lists off the number of things he did that were fancier than necessary. One of them was the use of an Arduino for the pulse duration and switching. I found myself reflexively commenting, "It's called a 555 timer." I'm confident that the same function could be more minimally implemented with a 555 timer and maybe a couple other supporting chips. But he's probably getting more consistent control of pulse duration and it was probably easier for him to implement as well.

discuss

order

kragen|4 years ago

He's probably getting a lot more error from using an AC solid-state relay (which probably uses a triac and so probably stays on until the next zero-crossing, thus a 10-millisecond error) than he'd get from using some metal-film resistors, a film capacitor, and a 555. But the Arduino has a much easier time displaying the pulse duration on the LEDs.