Hello All!
I read the pinned post, and I hope I'm posting this according to the rules. I'm not posting code or anything like that, just asking for a push in the right direction.
I'm a super newbie. I know my way around motion control, and some things like that, that I've slowly learned when working with my 3D printers, CNC machines and such, but I only know how to either edit existing code, as I'm still going through the "learn arduino" tutorials.
I know how to do a simple push button relay circuit, but I have been struggling with wrapping my head around controlling multiples with a single button.
My intent is as follows:
Push button once, relay 1 triggers and stays on, push again, relay 2 triggers and stays on, push again, relay 3... up to relay 6. then the 7th press turns them all off.
I'm trying to learn to do this myself rather than pay someone on Fiverr or something like that.
I've found many tutorials and sample code for multiple buttons / relays, and I get that, but I cannot seem to dig up anything that explains the process for stacking multiple relays with the single pushbutton.
Can anyone recommend a sample code, or a tutorial that may go a bit deeper than just a single pushbutton on / off scenario?
I've been digging for days, and always end up back at the same couple of tutorials.
If there is a more specific name for this action, Please enlighten me. Half of my arduino troubles, are knowing what to call what I'm looking for.
Thanks so much!