Search found 92 matches

Return to advanced search


Re: Problem with ethernet module  [SOLVED]

boolean Ethernet_Shield = true; // Altere para "false" caso não tenha um Ethernet Shield conectado ao Arduino. char *credencial = "aurel71:******"; // Coloque aqui seu usuário e senha cadastrados no www.joy-reef.com. Usuário e senha devem estar separados por dois pontos (:); // ...
by Sueur Aurelien
Thu Jun 12, 2014 1:31 am
 
Forum: Joyreef app
Topic: Problem with ethernet module
Replies: 15
Views: 12685

Problem with ethernet module  [SOLVED]

Hi

I have a module ENC28J60, i have a led red is on and when i plug a RJ45, green led is on and orange led flashing.

I can PING ip address, but when i use ADVANCED IP SCANNER in local network, there is no port open (80)

How i can check it in the local network ?
by Sueur Aurelien
Wed Jun 11, 2014 7:15 pm
 
Forum: Joyreef app
Topic: Problem with ethernet module
Replies: 15
Views: 12685

Re: WaveMaker alternated with storm  [SOLVED]

It work well thanks Fernando :D wavemaker pumps alternate mode with storm and night mode i add in the main: long temps = millis(); byte cmode = 0; i modified in L_Menu: if((modo_selecionado == 1) || (modo_selecionado == 2)|| (modo_selecionado == 4)) { myGLCD.print(" ", 75, 145); myGLCD.pr...
by Sueur Aurelien
Wed Jun 11, 2014 6:53 pm
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

YEAHHHH!!!!! :-bd

A BIG THANK YOU

it's been several days that I break my head on it
by Sueur Aurelien
Wed Jun 11, 2014 6:23 pm
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

this variable also ?

int cmode = 0;
by Sueur Aurelien
Wed Jun 11, 2014 6:16 pm
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

Hi Fernando Thank you I tried but don't switch to case 1: void Wavemaker() { long temps = millis(); int cmode = 0; int value = 0; long times = millis(); else if(modo_selecionado == 4) switch (cmode){ case 0: value = int(128 + 127 * sin(2 * PI / periodo * times)); Pump1PWM = 0; Pump2PWM = value; if((...
by Sueur Aurelien
Wed Jun 11, 2014 6:05 pm
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

Hi, if anyone can help me ?

thank you
by Sueur Aurelien
Wed Jun 11, 2014 5:08 pm
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

yes it's very difficult but i have tested with value ==100, it's same problem i tried with millis but it's difficult for me. if((millis() - temps) > 1800000) ... ~x( else if(modo_selecionado == 4) switch (cmode){ case 0: times = millis(); value = int(128 + 127 * sin(2 * PI / periodo * times)); Pump1...
by Sueur Aurelien
Mon Jun 09, 2014 3:11 pm
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

Good question, i don't know, the original value=253, but i want Pump1PWM for 20 minutes after Pump2PWM for 20 minutes ...
On Jarduino was work but equation is different "value = 128+127*cos(2*PI/periode*(times-(starttime+startvalue))); "
by Sueur Aurelien
Mon Jun 09, 2014 1:54 pm
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

There is a bug in the code that I added the switch case 0: to case1: to case 2: .... do not work, it's don't switch Can you take a look that if you see a problem ? "value== 255" else if(modo_selecionado == 4) switch (cmode){ case 0: times = millis(); value = int(128 + 127 * sin(2 * PI / pe...
by Sueur Aurelien
Mon Jun 09, 2014 1:34 pm
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

nothing is good

I think it works

Thank you
by Sueur Aurelien
Mon Jun 09, 2014 11:21 am
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

No When i changed also "duraco" by "periodo" touch is ok, but but the display does not follow.

when i changed L_menu, it's good
by Sueur Aurelien
Mon Jun 09, 2014 11:07 am
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

Re: WaveMaker alternated with storm  [SOLVED]

thank again ^:)^ I have changed "duraco" par "periodo" in Procesmytouch.ino else if(modo_selecionado == 4) { if ((x>=peRB[0]) && (x<=peRB[2]) && (y>=peRB[1]) && (y<=peRB[3])) // Duração do intervalo - { //waitForIt(peRB[0], peRB[1], peRB[2], peRB[3]); peri...
by Sueur Aurelien
Mon Jun 09, 2014 10:22 am
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

WaveMaker alternated with storm  [SOLVED]

Hi In my older arduino, i has modified wavemaker for an alternated and storm. I tried to copy the code to put in place of mode 4 in Ferduino code and i have add the night mode. i am newbie in devellopement arduino and I can not find "periodo" but "periodo" is too long, how I can ...
by Sueur Aurelien
Mon Jun 09, 2014 9:30 am
 
Forum: Ferduino code
Topic: WaveMaker alternated with storm
Replies: 20
Views: 10379

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

Hi Fernando

Pins 50,51 and 52 are shared between different devices

I had a doubt, I would prefer request

Thank you
by Sueur Aurelien
Mon Jun 09, 2014 8:49 am
 
Forum: DIY Ferduino controller
Topic: Pins for sd card and tft shield
Replies: 4
Views: 4351

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

Yes i have read all topic about this but i don't undstand. :-? i modified my tft shield as indicated i have this module http://ferduino.com/forum/gallery/image.php?album_id=11&image_id=50 http://ferduino.com/forum/gallery/image.php?album_id=11&image_id=52 you say : "No changes are requi...
by Sueur Aurelien
Mon Jun 09, 2014 2:13 am
 
Forum: DIY Ferduino controller
Topic: Pins for sd card and tft shield
Replies: 4
Views: 4351

Pins for sd card and tft shield  [SOLVED]

Hi Fernando

I make my Arduino for a Freeduino, i have modified my tft shield by route pin 53 to pin 4 ok

But for the ethernet module it's same pin than for sd card 50 51 52 ?

Can you help me please ?
by Sueur Aurelien
Sun Jun 08, 2014 7:50 pm
 
Forum: DIY Ferduino controller
Topic: Pins for sd card and tft shield
Replies: 4
Views: 4351

Re: Willie's controller build

Very good job :ymapplause:

It work with all language ?
by Sueur Aurelien
Sat Jun 07, 2014 8:19 pm
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47203

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

Ok
I understand if you think for one person.

But I am a beginner in Arduino code, otherwise I would have done it myself. :(
by Sueur Aurelien
Mon Jun 02, 2014 4:33 pm
 
Forum: Ferduino code
Topic: Add a menu to control pumps of return and skimmer
Replies: 15
Views: 13875

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 c...
by Sueur Aurelien
Mon Jun 02, 2014 3:19 pm
 
Forum: Ferduino code
Topic: Add a menu to control pumps of return and skimmer
Replies: 15
Views: 13875

PreviousNext

Return to advanced search

cron