Search found 1701 matches

Return to advanced search


Re: Shortcut on main screen to manual timer  [SOLVED]

Glad to hear!
by Fernando Garcia
Thu Jul 24, 2014 5:17 pm
 
Forum: Ferduino code
Topic: Shortcut on main screen to manual timer
Replies: 5
Views: 4045

Re: Shortcut on main screen to manual timer  [SOLVED]

Hi! You can make it using a method very simple. Add in ferduino tab: unsigned long interval_feed_millis = 0; int interval_feed = 10; // in minutes boolean feed_mode = false; Add on loop: if(feed_mode == true) { if((millis() - interval_feed_millis) > (interval_feed*60000)) { feed_mode = false; ler_ti...
by Fernando Garcia
Thu Jul 24, 2014 4:32 pm
 
Forum: Ferduino code
Topic: Shortcut on main screen to manual timer
Replies: 5
Views: 4045

Re: Food controllers

HEY!

Don't give more arguments for she!! :((

We are completing 4 years of marriage today. :x
by Fernando Garcia
Thu Jul 24, 2014 10:41 am
 
Forum: Ferduino code
Topic: Food controllers
Replies: 39
Views: 16964

Re: Shortcut on main screen to manual timer  [SOLVED]

Hi!

You want skip to this menu?

Image


Best regards.
by Fernando Garcia
Wed Jul 23, 2014 10:11 am
 
Forum: Ferduino code
Topic: Shortcut on main screen to manual timer
Replies: 5
Views: 4045

Re: TFT problem

I don't know.

I haven't this shield.

You need search.

The problem should be on shield because the voltage is high on LED_A.
by Fernando Garcia
Thu Jul 17, 2014 5:18 pm
 
Forum: DIY Ferduino controller
Topic: TFT problem
Replies: 9
Views: 4473

Re: TFT problem

3.89 is too, should be 3.25 more or less.

You can cut the trail that goes to this pin and put the potentiometer as shown in the image above.
by Fernando Garcia
Thu Jul 17, 2014 4:57 pm
 
Forum: DIY Ferduino controller
Topic: TFT problem
Replies: 9
Views: 4473

Re: TFT problem

With the switch in 5V, check the voltage on pin "LED_A".

Image
by Fernando Garcia
Thu Jul 17, 2014 4:30 pm
 
Forum: DIY Ferduino controller
Topic: TFT problem
Replies: 9
Views: 4473

Re: TFT problem

Hi!

Welcome Ismael!

You tried change the switch on TFT shield to 5V?

Best Regards.
by Fernando Garcia
Thu Jul 17, 2014 3:52 pm
 
Forum: DIY Ferduino controller
Topic: TFT problem
Replies: 9
Views: 4473

Re: Compiling error  [SOLVED]

Hi!

Welcome Cristiano!

You copied the files from "bibliotecas" to folder "libraries" of the IDE?

Look this topic: viewtopic.php?f=8&t=44

And this video: How to Install Ferduino code

Best regards.
by Fernando Garcia
Wed Jul 16, 2014 9:58 am
 
Forum: Ferduino code
Topic: Compiling error
Replies: 2
Views: 1915

Re: WP 25 board  [SOLVED]

Yes, is right.
by Fernando Garcia
Tue Jul 15, 2014 4:21 pm
 
Forum: DIY Ferduino controller
Topic: WP 25 board
Replies: 3
Views: 1388

Re: Webserver problem

Hi!

What's the problem to use the port 80?

Best regards.
by Fernando Garcia
Tue Jul 15, 2014 11:17 am
 
Forum: Joyreef app
Topic: Webserver problem
Replies: 6
Views: 5180

Re: WP 25 board  [SOLVED]

Hi!

With this board no need of the Jebao controller.

Image


Best regards.
by Fernando Garcia
Tue Jul 15, 2014 10:55 am
 
Forum: DIY Ferduino controller
Topic: WP 25 board
Replies: 3
Views: 1388

Re: ATO function  [SOLVED]

Hi!

Yes, if you have sensors placed as shown, you need only connect the "solenoidePin" in a relay to control the pump.

Best regards.
by Fernando Garcia
Tue Jul 15, 2014 10:50 am
 
Forum: Ferduino code
Topic: ATO function
Replies: 5
Views: 3168

Re: Ferduino mega 2560

One question use TFT SD Card? i not see SD Card on the board

Thanks!


Hi!

Is used the slot on TFT.

Look this topic: viewtopic.php?f=24&t=80

Best regards.
by Fernando Garcia
Tue Jul 15, 2014 10:43 am
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52248

Re: Webserver problem

Hi!

If you have a jumper between the pin 10 and 53 no need change the "SelectSlave_ETH" to 10.

Use:
SelectSlave_ETH = 53;


Also no need change the LED pin.

I never told to change this.

Look this topic: viewtopic.php?f=8&t=34

Best regards.
by Fernando Garcia
Mon Jul 14, 2014 1:56 pm
 
Forum: Joyreef app
Topic: Webserver problem
Replies: 6
Views: 5180

Re: Food controllers

Hi!

Welcome Kwstas!

Only to explain, this topic is a joke.

Danila is my wife. : =))

Best regards.
by Fernando Garcia
Mon Jul 14, 2014 10:26 am
 
Forum: Ferduino code
Topic: Food controllers
Replies: 39
Views: 16964

Re: Food controllers

And this?

Watch on youtube.com
by Fernando Garcia
Fri Jul 11, 2014 7:02 pm
 
Forum: Ferduino code
Topic: Food controllers
Replies: 39
Views: 16964

Re: PCF 8575

Hi! The solution to the problem with the RTC is change the pins to 18 and 19. The problem is that Henning's library not allow 2 devices on same pins. Need of 2 pins exclusive to the RTC. If you put 3V on PCF8575 the output voltage will be 3V probably. 3V can be insufficient to activate some relays. ...
by Fernando Garcia
Fri Jul 11, 2014 2:15 pm
 
Forum: DIY Ferduino controller
Topic: PCF 8575
Replies: 1
Views: 1916

Re: Ferduino mega 2560

Hi!

Some boards are available to pre-order.

http://ferduino.com/product/ferduino-mega-2560/

I'm not good with texts and mainly in english, so all suggestions are welcome. PM me please.

Best regards.
by Fernando Garcia
Fri Jul 11, 2014 12:33 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52248

PreviousNext

Return to advanced search