I'm trying to create an app that puts on a pump; there is a textbox where you type in the minutes (how long you want the pump to be on, then it will automatically turn off.) I have built a board to go with this app on arduino.
My issue is using the clock. I read the clock guide and a comment noting 'the perils of clock' mentioned having issues with an external device, i.e., like Arduino. I'm new to this so I'm not sure how to go around this.
(I realised that text cannot be added, the addition in the button1 click
block gives an error.)
Simply, I need help finding out:
- how to use the inputted text, convert it to a number, and use it to start an internal timer
- what the TimerInterval should be for working with an Arduino
Thanks