Search found 92 matches

Return to advanced search


Re: How to calibrate ph et orp probe  [SOLVED]

i have add debug : int i; do{ Open_channel(ph1); Serial.println("Debug pH 5:"); while(Serial3.available()) { Serial.print(char(Serial3.read())); } Serial.println(); Serial3.print("R"); Serial3.print('\r'); delay(1000); Serial.println("Debug pH 6:"); while(Serial3.availa...
by Sueur Aurelien
Mon Oct 20, 2014 6:22 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

i receives that :

Debug pH 1:
*ER7.010

Debug pH 2:

Debug pH 3:

Debug pH 4:

by Sueur Aurelien
Mon Oct 20, 2014 5:45 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

I have that: Debug pH 1: *ER Open_channel(ph1); delay(50); Serial3.print("RESPONSE,0"); // Disable "RESPONSE" code Serial3.print('\r'); delay(1000); Serial3.print("C,0"); // Envia um comando para que o "stamp" pare de enviar as leituras. Serial3.print('\r'); d...
by Sueur Aurelien
Mon Oct 20, 2014 5:23 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

Serial.print(char(Serial3.read()));


Debug pH 1:
*ER
*OK
by Sueur Aurelien
Mon Oct 20, 2014 4:56 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

i recieve that on the serial monitor at startup :

Debug pH 1:
426982134279751342797513

it's same at all startup

Thank you
by Sueur Aurelien
Mon Oct 20, 2014 4:28 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

i have change that and i have tested most code, with the example code when i put "R" the stamp just return 7.35.

~x(

I removed line for "T,tempC", same problem,

i don't found the bad command that returning these errors.
by Sueur Aurelien
Fri Oct 17, 2014 8:20 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

Hi Fernando :-h i do it and in the serial monitor, i have this: *ER *ER *ER *ER 7.514 ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ *ER 0.000 *ER 234.3 i haven't probe on Ph2 (0.00) My code "stamps" is this void parametros() { int i; do{ Open_channel(ph1); Serial3.print(&quo...
by Sueur Aurelien
Fri Oct 17, 2014 7:18 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

Ok i make change in code, the leds of shutdown but value of ph are not good, can you watch my code please : void parametros() { int i; do{ Open_channel(ph1); Serial3.print("T,"); //Para se obter um valor compensado pode-se enviar um valor de temperatura da água. Serial3.print(tempC); Seria...
by Sueur Aurelien
Fri Oct 17, 2014 9:55 am
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

HI Fernando!

I have PH EZO

I haven't Ph5.0
Thank You
by Sueur Aurelien
Fri Oct 17, 2014 2:48 am
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

i have the lastest version. i found the good command for calibrate 38400bauds and select " carriage return" Cal,clear<CR> (If the response code is enabled, the EZO™ class circuit will respond “*OK<CR>”) There is no other output associated output with this command. Cal,mid,X.XX<CR> (If the ...
by Sueur Aurelien
Thu Oct 16, 2014 6:12 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

i have test with this example and it's work but no calibrated. i have always modified my code Open_channel(ph1); Serial3.print(tempC); //Para se obter um valor compensado pode-se enviar um valor de temperatura da água. Serial3.print('\r'); delay(500); Serial3.print("r"); Serial3.print('\r'...
by Sueur Aurelien
Thu Oct 16, 2014 5:36 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: How to calibrate ph et orp probe  [SOLVED]

Because i had two questions.

i have always changed stamp to true. but it don't work

i read the atlas scientific sample code and it's difficult to apply it with the ferduino mega
by Sueur Aurelien
Thu Oct 16, 2014 5:12 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Re: Power supply voltage  [SOLVED]

Hi
I understand that
thank you
by Sueur Aurelien
Thu Oct 16, 2014 4:48 pm
 
Forum: Main board
Topic: Power supply voltage
Replies: 2
Views: 3614

How to calibrate ph et orp probe  [SOLVED]

Hi Fernando

My probe don't work with FerduinoMega, but it's work with test code.
The leds of multiplexer move only at startup.
by Sueur Aurelien
Thu Oct 16, 2014 4:37 pm
 
Forum: Ferduino code
Topic: How to calibrate ph et orp probe
Replies: 34
Views: 25737

Power supply voltage  [SOLVED]

with what power supply voltage, you can supply the FerduinoMega? with power connector.

Because with a 12v DC the regulator is too heat
by Sueur Aurelien
Thu Oct 16, 2014 4:26 pm
 
Forum: Main board
Topic: Power supply voltage
Replies: 2
Views: 3614

Re: Ferduino Mega 2560

HI everyone :-h
I have received my FerduinoMega, me too.
It's a very good product and very clean :-bd
I recommend it for a more cleanest install

Thank you Fernando

Image
by Sueur Aurelien
Thu Oct 16, 2014 4:15 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 51983

Re: New features for Joy Reef

HI
Very good Fernando :-bd

it would be interesting to force outputs of the timer on, off or automatic for maintenance and in case of failure.
On this new page. ?
by Sueur Aurelien
Fri Sep 26, 2014 5:01 pm
 
Forum: News
Topic: New features for Joy Reef
Replies: 17
Views: 20765

Re: Ferduino Mega 2560

Hi!

Image:  Image: http://ferduino.com/forum/gallery/image.php?album_id=9&image_id=142

Best regards.


Hi i want this adaptator too !!!
by Sueur Aurelien
Mon Sep 22, 2014 5:01 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 51983

Re: Ferduino Mega 2560

hi I want you, I will order mine soon.
by Sueur Aurelien
Fri Sep 05, 2014 3:53 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 51983

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

Thank you Fernando :-bd

It's too easy for you !!!!

I add in my code and I remove the timer I had programmed.
by Sueur Aurelien
Mon Aug 18, 2014 3:18 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