Forum Software Ferduino code Ethernet

Ethernet


Post Number:#1 Post Sat Jun 14, 2014 3:07 pm
Posts: 7
Topics: 1
Solve rating: 0
Joined: Fri May 30, 2014 9:48 am
Topics: 1
Age: 31
Gender: None specified
National Flag:
France
hello once the ethernet module is soldered must change something in the Arduino code?
I pence yes to this page after
http://ferduino.com/forum/viewtopic.php?f=8&t=34

But I do not understand how or or
If a person wants to m cordially helped (I'm not talking about the routing parties) just next arduino

Post Number:#2 Post Sat Jun 14, 2014 3:17 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!

Welcome Jeremy!

Please, specify better your problem.

This topic have all changes necessary.

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 Sat Jun 14, 2014 3:20 pm
Posts: 7
Topics: 1
Solve rating: 0
Joined: Fri May 30, 2014 9:48 am
Topics: 1
Age: 31
Gender: None specified
National Flag:
France

Post Number:#4 Post Sat Jun 14, 2014 3:32 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

What you want mean?

All details are on topic that you indicated.

What code you want use?
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#5 Post Sat Jun 14, 2014 3:42 pm
Posts: 7
Topics: 1
Solve rating: 0
Joined: Fri May 30, 2014 9:48 am
Topics: 1
Age: 31
Gender: None specified
National Flag:
France

Post Number:#6 Post Sat Jun 14, 2014 3:45 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

You saw this?

In Ferduino tab find:


If you want use an ethernet shield W5100, go to setup tab.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#7 Post Sat Jun 14, 2014 3:48 pm
Posts: 7
Topics: 1
Solve rating: 0
Joined: Fri May 30, 2014 9:48 am
Topics: 1
Age: 31
Gender: None specified
National Flag:
France

Post Number:#8 Post Sat Jun 14, 2014 3:56 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

Sorry, check the topic again and look the code.

You need change only the Ferduino tab.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#9 Post Sat Jun 14, 2014 4:12 pm
Posts: 7
Topics: 1
Solve rating: 0
Joined: Fri May 30, 2014 9:48 am
Topics: 1
Age: 31
Gender: None specified
National Flag:
France
error

Ferduino_French:435: error: 'UIPEthernet' is not a class or namespace
Ferduino_French:435: error: conflicting declaration 'byte buffer [500]'
Ferduino_French:69: error: 'buffer' has a previous declaration as 'char buffer [50]'
Setup.ino: In function 'void setup()':
Setup:87: error: 'UIPEthernet' is not a class or namespace

Post Number:#10 Post Sat Jun 14, 2014 6:00 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


Post Number:#11 Post Sat Jun 14, 2014 6:16 pm
Posts: 92
Topics: 10
Solve rating: 0
Joined: Sat May 17, 2014 9:03 am
Topics: 10
Age: 43
Gender: None specified
National Flag:
France

Post Number:#12 Post Mon Jun 16, 2014 5:27 am
Posts: 7
Topics: 1
Solve rating: 0
Joined: Fri May 30, 2014 9:48 am
Topics: 1
Age: 31
Gender: None specified
National Flag:
France
Hi! Here the retracted configuration in the arduino code

char *credencial = "jeremy:******"; // Coloque aqui seu usuário e senha cadastrados no http://www.joy-reef.com. Usuário e senha devem estar separados por dois pontos (:);
                                              // Use apena letras minúsculas.
                                             
byte maxima_tentativa = 3; // Número máximo de tentativas de autenticação.
unsigned long intervalo_tentativa = 15; // Tempo  de espera (em minutos) para novas tentativas.

byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; // Este MAC deve ser único na sua rede local.
byte ip[] = {192,168,1,21}; // Configure o IP conforme a sua rede local.
IPAddress gateway(192,168,1,254); // Configure o "Gateway" conforme a sua rede local.
IPAddress subnet(255, 255, 255, 0); // Configure a máscara de rede conforme a sua rede local.

EthernetServer server(21);// Coloque aqui o número da porta configurada no seu roteador para redirecionamento.
                          // O número da porta deverá ser obrigatóriamente um destes: 21, 25, 53, 80, 110, 143 ou 443



Image


Image


Image


Image


I've always the connection error
Last edited by Fernando Garcia on Mon Jun 16, 2014 9:52 am, edited 1 time in total.
Reason: Password removed.

Post Number:#13 Post Mon Jun 16, 2014 5:40 am
Posts: 92
Topics: 10
Solve rating: 0
Joined: Sat May 17, 2014 9:03 am
Topics: 10
Age: 43
Gender: None specified
National Flag:
France
Hi jeremy.

I had the same problem at home.

i tried lot of thing, but nothing works

i established all parameters by default on Ferduino ip address 192.168.0.177 gateway 192.168.0.1 and i modified my router (freebox) to this address (192.168.0.1)and now it works.

But why ??? i don't know

Post Number:#14 Post Mon Jun 16, 2014 6:17 am
Posts: 7
Topics: 1
Solve rating: 0
Joined: Fri May 30, 2014 9:48 am
Topics: 1
Age: 31
Gender: None specified
National Flag:
France

Post Number:#15 Post Mon Jun 16, 2014 8:27 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!

Firstly, no put personal information here.

Always use this tag to post a code.

viewtopic.php?f=8&t=32

This is wrong.

char *credencial = "jeremy:******";


I told to use ONLY numbers on password.

You need configure the password on Joyreef also.

Look this topic to see how test with local IP.

viewtopic.php?p=335#p335

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




Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron