arduino waterdrop

Haven't studied your code but from a quick glance it seems to use delay() to manage the timing. That means that once you've started that delay you can't do anything else until it ends.

If you want to be able to turn LEDs and/or valves on and off concurrently, you need to use the 'blink without delay' style approach to allow the script to keep running while you're waiting for time to pass.

thanks for the help. i dont know how to use millis verry well. is it possible to change just a little part of my code for the menus and buttons to millis?

just need the start so ican pick up on.

regards

Hi.

Here is the System as it stands. Its ready to mount in box.

My problem with the delays still stands. Just cant figure it out :frowning:

Thanks in advance for anny help you can give me :slight_smile:

Regards