I have a few questions. Some are project related. Some of device selection. Some are about wiring.
The project I’m working on is a box/device the has numerous doors that dispense treats for my grandson once a day. I really want up to 31 doors so that each door could be a chance to learn a new color, shape, animal, etc,
I’m thinking using electromagnetic latches to hold the door close until snack time.
I’d like to use an Arduino UNO. Based on what I want to do above, can it be done with an Arduino?
I’ll need 28 to 31 doors, which means a way to send a single to each to latch that is time to open. IS THIS POSSIBLE FOR A NEWBY?
I started buying few parts to play around with so I could get more familiar with them. I purchased 4 of these.
Next I bought some of these to isolate the Uno from the noise of the solenoids.
Railroader:
What have You managed to do soo faar?
Start working out how to handle one door. Scaling it up later is no problem.
Code for multiple will have a bit different shape/flow than code for one.
It might be better to code for 2 since that uses an array.
Buuuut ---- just getting a door to work is best done just as you say, with one.
That sketch should be tiny, the lines that work the door copied into the latest version of the full sketch.
@OP
31 servos? Try muscle wire to open the doors. It's silent. You run current through it to get it hot.
tperry724:
I’m thinking using electromagnetic latches to hold the door close until snack time.
I think small servos would be simpler.
Unless you are planning a door for each day of the month I reckon 31 doors is far too many. 5 or 6 would probably be plenty. Make them so you can slot in a different image if you really do want a large range, but small children like repetition.
Thanks all. All good info any i will ready through a few times.
I'm working on one door, and one bottom release chute/tube.
I was going to try one hinged door released by an electromagnetic solenoid. Bought an optcoupler but I cannot get it to work. Can someone sketch out a quick schematic for me?
I really an use the help so if someone has the patience for me out there, i'll take it.