You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you build a SMARTA you need to manually edit the Arduino source code to adjust timing values for the conveyor belt, to ensure it dispenses 1 piece of food at a time, then rewinds properly for 1 cup and 7 cups.
Instead, those settings should be part of the phone app, and sent to the Arduino with each dispense/rewind/full rewind command.
This enhancement request is to add settings for these 3 things:
Dispense speed
Rewind speed
Full rewind speed (go back 7 cups)
And the Arduino app should use the passed-in values rather than the current constants.
The text was updated successfully, but these errors were encountered:
Actually, it seems the "full rewind" isn't used at all anymore. So just need settings for dispense and rewind (and the Android apps smartly send the correct number of rewind commands to Arduino, depending on how many dispenses have happened).
Currently, when you build a SMARTA you need to manually edit the Arduino source code to adjust timing values for the conveyor belt, to ensure it dispenses 1 piece of food at a time, then rewinds properly for 1 cup and 7 cups.
Instead, those settings should be part of the phone app, and sent to the Arduino with each dispense/rewind/full rewind command.
This enhancement request is to add settings for these 3 things:
And the Arduino app should use the passed-in values rather than the current constants.
The text was updated successfully, but these errors were encountered: