Forum Software Ferduino code Add bubble oxygenator

Add bubble oxygenator


Post Number:#1 Post Sun Apr 03, 2016 2:04 pm
Posts: 28
Topics: 7
Solve rating: 0
Joined: Sun Jan 25, 2015 7:45 am
Topics: 7
Age: 49
Gender: None specified
National Flag:
Spain
Hello Fernando
You may be put to the aquarium oxygenator from ferduino by switching on and connected to the relay and regulation of time?
at intervals of 15 min
Thank you

Post Number:#2 Post Wed Apr 06, 2016 1:07 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

This function is not useful for all users, so you should add it by yourself.

Something like this on loop can solve:

if((t.min == 0) || (t.min == 30))
{
  digitalWrite(airPump, HIGH);
}

if((t.min == 15) || (t.min == 45))
{
  digitalWrite(airPump, LOW);
}


Try learn a bit to improve it.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#3 Post Wed Apr 06, 2016 7:35 pm
Posts: 28
Topics: 7
Solve rating: 0
Joined: Sun Jan 25, 2015 7:45 am
Topics: 7
Age: 49
Gender: None specified
National Flag:
Spain




Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron