View Single Post
Old 05-03-2022, 09:02 PM   #2 (permalink)
freebeard
Master EcoModder
 
freebeard's Avatar
 
Join Date: Aug 2012
Location: northwest of normal
Posts: 27,659
Thanks: 7,765
Thanked 8,575 Times in 7,061 Posts
I don't know, but I'm willing to speculate that an OEM solution would be embedded in a larger system;leaving you the option of an Arduino or Raspberry Pico controller board. And some fairly simple programming.

edit:
I've thought about it some more, and the single-board computers I suggested are really overkill. Minimum would be the BASIC Stamp:
Quote:
BASIC Stamp
The BASIC Stamp is a microcontroller with a small, specialized BASIC interpreter built into ROM. It is made by Parallax, Inc. and has been popular with electronics hobbyists since the early 1990s.
More at Wikipedia
Even I could program in BASIC; set a GOTO loop,add in a timing delay and a few halting conditions and you're done.
__________________
.
.
Without freedom of speech we wouldn't know who all the idiots are. -- anonymous poster

____________________
.
.
"We're deeply sorry." -- Pfizer

Last edited by freebeard; 05-03-2022 at 10:18 PM..
  Reply With Quote