We have 32 of a series of washing machines in a laundromat that are known to be the most durable of any series (Wasco Gen4s) from any manufacturer. No other signs of problematic deterioration like when I replaced large numbers of washers in the past! They have mechanical timers that have some kind of space age plastic that never go out & have large amounts of stainless steel. To take them to the junkyard & replace with brand new just because of a need to address the customer choice of water fills does not seem to be the best course of action.
By adding New Arduino Board low cost controls on each washer could also give the customer a break on the cost based on the number of fills & spins they need for a specific load. There will be a serial LCD (saves on IO pins & wiring) on each machine that will reflect the status of coin insertion, time remaining etc. & other helpful well timed LCD 20 char 4 line backlit messages that have been worked out in advance. A vandal proof push button momentary start switch with a LED ring, & Opto Isolated & Class C relays will limit the IOs to 7 inputs & 4 outputs with no analog. The timing diagrams for the different number of fill choices just uses simple contact switching that the external input & output relays should easily provide. The only voltage on each of the 32 Arduino Uno or SparkFun Redboards should have to work with appears to be 5VDC which should avoid induced higher voltage hardware problems. The external 8 channel relay board for timed output purposes & the coin mech will need 12VDC but that voltage along with the machines high voltages input coils on external relays will be totally independent of the Arduino boards.
The plan is to also have the ability to be able to upload potential needed revisions of the Arduino sketch on each of the 32 by daising chaining I2C. It seems like we could have to have just one Master I2C Arduino that could broadcast to the other machines a revisioned upload one at a time to the other machines during a time when the laundry facility is closed. The machines are a few feet apart from each other so I am thinking the daisy chaining will make it so an I2C extender will not be necessary. I am thinking the code could be done so the number of dollar coins or quarters needed could be stored in EEPROM & that is the only future change provision that is likely needed for the one way communication to the slave I2C addresses. I have read that I will need at least two resisters (
) towards the end of the I2C daisy chain.
Based on the above ... has anyone done something similar enough to be able to offer additional hardware &/or software suggestions. Hopefully ... we have gone beyond just the wishful thinking stage. I have some very limited experience with the visual basic dot net & VBA ... which probably will just help me in the conceptualizing & the efficiency of the Arduino Sketch but not in coordinating the actual interaction between the inputs, outputs & LCD messaging.
The cosmetic revision of the fronts of the washing machines & the necessity of a reliable drop coin mech that will fit have been worked out & are the least of our concerns at this point. Last (much lower priority) on our list of future considerations is possibly adding an Arduino Shield later on that will allow the customer to use their smart phone to charge in a cashless way. Higher on our list of priorities is the possibility of having time of week pricing during periods of too heavy of weekend use in proportion to during the week use.
By adding New Arduino Board low cost controls on each washer could also give the customer a break on the cost based on the number of fills & spins they need for a specific load. There will be a serial LCD (saves on IO pins & wiring) on each machine that will reflect the status of coin insertion, time remaining etc. & other helpful well timed LCD 20 char 4 line backlit messages that have been worked out in advance. A vandal proof push button momentary start switch with a LED ring, & Opto Isolated & Class C relays will limit the IOs to 7 inputs & 4 outputs with no analog. The timing diagrams for the different number of fill choices just uses simple contact switching that the external input & output relays should easily provide. The only voltage on each of the 32 Arduino Uno or SparkFun Redboards should have to work with appears to be 5VDC which should avoid induced higher voltage hardware problems. The external 8 channel relay board for timed output purposes & the coin mech will need 12VDC but that voltage along with the machines high voltages input coils on external relays will be totally independent of the Arduino boards.
The plan is to also have the ability to be able to upload potential needed revisions of the Arduino sketch on each of the 32 by daising chaining I2C. It seems like we could have to have just one Master I2C Arduino that could broadcast to the other machines a revisioned upload one at a time to the other machines during a time when the laundry facility is closed. The machines are a few feet apart from each other so I am thinking the daisy chaining will make it so an I2C extender will not be necessary. I am thinking the code could be done so the number of dollar coins or quarters needed could be stored in EEPROM & that is the only future change provision that is likely needed for the one way communication to the slave I2C addresses. I have read that I will need at least two resisters (

Based on the above ... has anyone done something similar enough to be able to offer additional hardware &/or software suggestions. Hopefully ... we have gone beyond just the wishful thinking stage. I have some very limited experience with the visual basic dot net & VBA ... which probably will just help me in the conceptualizing & the efficiency of the Arduino Sketch but not in coordinating the actual interaction between the inputs, outputs & LCD messaging.
The cosmetic revision of the fronts of the washing machines & the necessity of a reliable drop coin mech that will fit have been worked out & are the least of our concerns at this point. Last (much lower priority) on our list of future considerations is possibly adding an Arduino Shield later on that will allow the customer to use their smart phone to charge in a cashless way. Higher on our list of priorities is the possibility of having time of week pricing during periods of too heavy of weekend use in proportion to during the week use.