Search found 1701 matches

Return to advanced search


Re: Error when trying to load code  [SOLVED]

You can give me a print screen of the error?

What model of RTC you have?
by Fernando Garcia
Mon Jun 09, 2014 12:07 am
 
Forum: Ferduino code
Topic: Error when trying to load code
Replies: 15
Views: 6393

Re: Franks Controller

Hi!

Willie I had problem to post this picture.


And now you did it.

:-o

Best regards
by Fernando Garcia
Sun Jun 08, 2014 10:22 pm
 
Forum: Show your controller
Topic: Franks Controller
Replies: 22
Views: 21093

Re: Willie's controller build

This TFT is very big, will attract more attention than the aquarium. =))
by Fernando Garcia
Sun Jun 08, 2014 10:14 pm
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 49362

Re: Pins for sd card and tft shield  [SOLVED]

Hi!

Please search before of create a topic.

This question was explained here:

viewtopic.php?f=24&t=36

And here:

viewtopic.php?f=24&t=41

Best regards.
by Fernando Garcia
Sun Jun 08, 2014 10:06 pm
 
Forum: DIY Ferduino controller
Topic: Pins for sd card and tft shield
Replies: 4
Views: 4488

Re: Error when trying to load code  [SOLVED]

The library downloaded with "Ferduino_English" is in english. To use the Ferduino with web control you need change only this line: https://github.com/FernandoGarcia/Feduino_with_webcontrol_beta/blob/master/Feduino_with_webcontrol_beta/Feduino_with_webcontrol_beta.ino#L65 To: #include <DS13...
by Fernando Garcia
Sun Jun 08, 2014 10:00 pm
 
Forum: Ferduino code
Topic: Error when trying to load code
Replies: 15
Views: 6393

Re: Error when trying to load code  [SOLVED]

Watch this video please.

video.php?mode=view&id=3
by Fernando Garcia
Sun Jun 08, 2014 6:17 pm
 
Forum: Ferduino code
Topic: Error when trying to load code
Replies: 15
Views: 6393

Re: Error when trying to load code  [SOLVED]

Fernando I see some of the files are missing in the library

I now assume I need to use the libraries from the original Ferduino code and add well as the new ones to the 1.0.5-r2 library folder ?
Regards
Donato


Exactly.
by Fernando Garcia
Sun Jun 08, 2014 6:09 pm
 
Forum: Ferduino code
Topic: Error when trying to load code
Replies: 15
Views: 6393

Re: Willie's controller build

Hi!

Gianluca on schematic of this shield haven't any information about this circuit to RTC.

You can try.

Best regards.
by Fernando Garcia
Sun Jun 08, 2014 10:38 am
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 49362

Re: Error when trying to load code  [SOLVED]

Hi!

You checked others topics here?

This by example: viewtopic.php?f=8&t=44

Have a print screen of the error?

Best regards.
by Fernando Garcia
Sun Jun 08, 2014 9:46 am
 
Forum: Ferduino code
Topic: Error when trying to load code
Replies: 15
Views: 6393

How to skip the password screen.

Go to "ProcessMyTouch" tab and find: case 0: //Tela de inico dispScreen=30; clearScreen(); solicitar_senha(); break; Replace with: case 0: //Tela de inico dispScreen=1; clearScreen(); menuScreen(); break;
by Fernando Garcia
Sat Jun 07, 2014 4:05 pm
 
Forum: Ferduino code
Topic: How to skip the password screen.
Replies: 0
Views: 2359

Re: Franks Controller

You can insert the image using the tool that I showed on post #9 or using the tag Image: . After doing the insert using the tool - throws the error of image size for me - its limiting me to a max resolution of 800x600 - if you want to allow larger its something due to a setup issue on the forum (I'...
by Fernando Garcia
Wed Jun 04, 2014 8:42 am
 
Forum: Show your controller
Topic: Franks Controller
Replies: 22
Views: 21093

Re: Franks Controller

You can insert the image using the tool that I showed on post #9 or using the tag [img=left].

On this case the crossroadsfencing is blocking the use of the image.

This shield also serves.
by Fernando Garcia
Mon Jun 02, 2014 8:07 pm
 
Forum: Show your controller
Topic: Franks Controller
Replies: 22
Views: 21093

Re: Add a menu to control pumps of return and skimmer  [SOLVED]

You'll learn trying.
by Fernando Garcia
Mon Jun 02, 2014 4:36 pm
 
Forum: Ferduino code
Topic: Add a menu to control pumps of return and skimmer
Replies: 15
Views: 14233

Re: Add a menu to control pumps of return and skimmer  [SOLVED]

It isn't hard but I can't make custom functions to all users.

I can give suggestions only.
by Fernando Garcia
Mon Jun 02, 2014 3:51 pm
 
Forum: Ferduino code
Topic: Add a menu to control pumps of return and skimmer
Replies: 15
Views: 14233

Re: Willie's controller build

Yes, if you haven't an ethernet shield connected.

You need change only two lines:

https://github.com/willie111/Ferduino-7 ... 0.ino#L874

const byte ChipSelect_SD = 53;
const byte SelectSlave_ETH = 4;
by Fernando Garcia
Mon Jun 02, 2014 9:51 am
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 49362

Re: Willie's controller build

Willie, you have a SD card to test graphs?


Yes.
by Fernando Garcia
Mon Jun 02, 2014 9:34 am
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 49362

Re: Franks Controller

Hi!

Your link to the image is wrong.

Best regards.
by Fernando Garcia
Mon Jun 02, 2014 9:32 am
 
Forum: Show your controller
Topic: Franks Controller
Replies: 22
Views: 21093

Re: Willie's controller build

Sorry, I had links inverted.

No, see line 181:

    if (i == 3)
    {
      media = soma / k;
      i = 0;
      j++;
      soma = 0;
      k = 0;
by Fernando Garcia
Mon Jun 02, 2014 9:26 am
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 49362

Re: Add a menu to control pumps of return and skimmer  [SOLVED]

Hi! I don't understand fine what you mean with "feeding brake is integer". If you are talking about feed mode. I think that this function will be interesting when Ferduino have code for automatic feeder. Because will be possible sync the schedules. With a feeder independent this is more co...
by Fernando Garcia
Mon Jun 02, 2014 9:18 am
 
Forum: Ferduino code
Topic: Add a menu to control pumps of return and skimmer
Replies: 15
Views: 14233

Re: Willie's controller build

Hi! Willie, you have a SD card to test graphs? You have an error on Graphs . Now you have 40 pixels to each 2 hours. https://github.com/willie111/Ferduino-7.0/blob/master/Feduino_with_webcontrol_beta7_0/Graficos.ino#L54 So are 20 pixels to each 1 hour. Each hour have 60 minutes. 60 / 20 = 3. So you ...
by Fernando Garcia
Mon Jun 02, 2014 8:57 am
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 49362

PreviousNext

Return to advanced search

cron