Forum Members section Show your controller Dale's Ferduino Build

Dale's Ferduino Build


Post Number:#41 Post Wed May 27, 2015 12:32 am
Posts: 60
Topics: 3
Images: 0
Solve rating: 1
Joined: Sun Jun 15, 2014 11:50 pm
Topics: 3
Age: 56
Gender: None specified
National Flag:
United States of America
all ready did all that and I can not get it to compile to get it on to the arduino unless there is a pertickler direction to fix this problem

-------------------------------- Last edited Tue May 26, 2015 10:48 pm --------------------------------

just went back and checked to make sure and both files are changed and saved and the henning is removed DC1307 .h and the .cpp file and still getting the same error and I am using the upgraded libraries from Fernando online with joy reef

Post Number:#42 Post Wed May 27, 2015 10:19 am
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!

You did this part?

Copy new libraries from "bibliotecas" to folder libraries of the IDE.

Warning: Old users only need do update of ethernet library.


Your library have this parts?

https://github.com/FernandoGarcia/Fedui ... ient.h#L27

https://github.com/FernandoGarcia/Fedui ... t.cpp#L167

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:#43 Post Wed May 27, 2015 12:20 pm
Posts: 60
Topics: 3
Images: 0
Solve rating: 1
Joined: Sun Jun 15, 2014 11:50 pm
Topics: 3
Age: 56
Gender: None specified
National Flag:
United States of America
yes I have the same way in the 2 files you posted

-------------------------------- Last edited Wed May 27, 2015 10:54 am --------------------------------

just a question but if the port I choose 8080 is still blocked on my end could that cause this problem and for some reason stop the sketch from compiling?

Post Number:#44 Post Wed May 27, 2015 2:29 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

Not at all!

Close the IDE and delete a folder called "Arduino" on your documents.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#45 Post Wed May 27, 2015 7:57 pm
Posts: 60
Topics: 3
Images: 0
Solve rating: 1
Joined: Sun Jun 15, 2014 11:50 pm
Topics: 3
Age: 56
Gender: None specified
National Flag:
United States of America
I had all ready done that and I still get

Webserver.ino: In function 'void processRequest()':
Webserver:11: error: 'class EthernetClient' has no member named 'getRemoteIP'
Last edited by Fernando Garcia on Fri May 29, 2015 10:10 am, edited 1 time in total.
Reason: Please use tags[code][/code] to post any code here.

Post Number:#46 Post Thu May 28, 2015 12:24 am
Posts: 60
Topics: 3
Images: 0
Solve rating: 1
Joined: Sun Jun 15, 2014 11:50 pm
Topics: 3
Age: 56
Gender: None specified
National Flag:
United States of America
I got the last problem fixed buy going back deleting all the libraries and starting over fresh with them wasn't that bad of a job
but know I get this error and I do have stamps/probes set to false in the sketch I do not have them hooked up yet

Feduino_with_webcontrol_beta7_0.cpp.o: In function `setup':
\Desktop\arduino-1.0.5-r2/Setup.ino:149: undefined reference to `iniciar_stamp_ph_reator()'
\Desktop\arduino-1.0.5-r2/Setup.ino:151: undefined reference to `iniciar_stamp_orp()'
\Desktop\arduino-1.0.5-r2/Setup.ino:152: undefined reference to `iniciar_stamp_ph_aquario()'
Feduino_with_webcontrol_beta7_0.cpp.o: In function `loop':
\Desktop\arduino-1.0.5-r2/Loop.ino:41: undefined reference to `check_parametro_ph_reator()'
\Desktop\arduino-1.0.5-r2/Loop.ino:42: undefined reference to `check_parametro_orp()'
Desktop\arduino-1.0.5-r2/Loop.ino:44: undefined reference to `check_parametro_ph_aquario()'
Last edited by Fernando Garcia on Fri May 29, 2015 10:11 am, edited 1 time in total.
Reason: Please use tags[code][/code] to post any code here.

Post Number:#47 Post Thu May 28, 2015 12:06 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!

Willie's code is incomplete.

Add this lines:

#define STAMPS_V4X     // Comente esta linha para usar Stamps EZO
//#define STAMPS_EZO     // Descomente esta linha para usar Stamps EZO


Before:

boolean Stamps = false;


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:#48 Post Thu May 28, 2015 11:03 pm
Posts: 60
Topics: 3
Images: 0
Solve rating: 1
Joined: Sun Jun 15, 2014 11:50 pm
Topics: 3
Age: 56
Gender: None specified
National Flag:
United States of America
I got the last error to go away now I get

Binary sketch size: 208,844 bytes (of a 258,048 byte maximum)
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
Last edited by Fernando Garcia on Fri May 29, 2015 10:12 am, edited 2 times in total.
Reason: Please use tags[code][/code] to post any code here.

Post Number:#49 Post Fri May 29, 2015 1:13 am
Posts: 60
Topics: 3
Images: 0
Solve rating: 1
Joined: Sun Jun 15, 2014 11:50 pm
Topics: 3
Age: 56
Gender: None specified
National Flag:
United States of America
I got it fixed the last error is a boot loader error I am lucky to have a different arduino mega and it compiled fine thank you again for all the help

Dale

Post Number:#50 Post Wed Jun 03, 2015 10:37 pm
Posts: 60
Topics: 3
Images: 0
Solve rating: 1
Joined: Sun Jun 15, 2014 11:50 pm
Topics: 3
Age: 56
Gender: None specified
National Flag:
United States of America

Previous



Return to Show your controller





Who is online

Users viewing this topic: No registered users and 1 guest

cron