Search found 1701 matches

Return to advanced search


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

What type of function you want to this pump?


You want control the flow?

If want only ON / OFF is possible use a timer.
by Fernando Garcia
Sun Jun 01, 2014 9:57 pm
 
Forum: Ferduino code
Topic: Add a menu to control pumps of return and skimmer
Replies: 15
Views: 13951

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

This pins are used by touch.

UTouch      myTouch(6,5,4,3,2);


Have only the pin 7 left.

The pin 61 is analogic not PWM. Is used to partial water change automatic.

Haven't code to control a Skimmer but you can use a timer by example.
by Fernando Garcia
Sun Jun 01, 2014 6:46 pm
 
Forum: Ferduino code
Topic: Add a menu to control pumps of return and skimmer
Replies: 15
Views: 13951

Re: Willie's controller build

If you use only the tag [IMG] the maximum size will be 800 x 600 pixels.

If you use the tag [IMG=LEFT] the maximum size will be 1280 x 1024 pixels.

:-bd
by Fernando Garcia
Sun Jun 01, 2014 5:50 pm
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: Willie's controller build

Willie you're using the link wrong. Use the "direct" link on photobucket. http://www.ferduino.com/forum/gallery/image.php?album_id=11&image_id=84 Also use this tool to insert the image here. http://www.ferduino.com/forum/gallery/image.php?album_id=11&image_id=80 This is the origina...
by Fernando Garcia
Sun Jun 01, 2014 5:24 pm
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: Willie's controller build

It's right. :)
by Fernando Garcia
Sun Jun 01, 2014 2:38 pm
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: Willie's controller build

See the name of the file on link.
by Fernando Garcia
Sun Jun 01, 2014 2:07 pm
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: New project DenisLuc 800w LEDs

Hi Denis!

Cool!

You can show us the project of your dimmer and part list?

Best regards.
by Fernando Garcia
Sun Jun 01, 2014 12:52 pm
 
Forum: LED light and others
Topic: New project DenisLuc 800w LEDs
Replies: 36
Views: 48371

Re: Willie's controller build

Now thats funny - as I did it a completely different way! I changed all instances of sensors.getTempC to sensors.getTempF and then updated the ranges on the menus. Hi! I not seen this option. I seen this on example: DallasTemperature::toFahrenheit(tempC); // Converts tempC to Fahrenheit I think tha...
by Fernando Garcia
Sun Jun 01, 2014 12:11 pm
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: New project DenisLuc 800w LEDs

Hi Sueur!

Thank you.

Very clear now.

Show us your build.

Best regards.
by Fernando Garcia
Sun Jun 01, 2014 12:01 pm
 
Forum: LED light and others
Topic: New project DenisLuc 800w LEDs
Replies: 36
Views: 48371

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

Hi!

You're talking about pumps of return?

All is possible but haven't PWM pins free for this.

You need of a circuit as this:

http://www.adafruit.com/product/815

Best regards.
by Fernando Garcia
Sun Jun 01, 2014 11:56 am
 
Forum: Ferduino code
Topic: Add a menu to control pumps of return and skimmer
Replies: 15
Views: 13951

Re: Willie's controller build

I never could figure out why my Chauvet controller was showing me a 2 degree difference from the Ferduino or my Neptune AC Jr. but I went in the code and subtracted the 2 degree difference so it displays the same temp as my other 2 now :) It can be a problem if the difference isn't linear. In other...
by Fernando Garcia
Sat May 31, 2014 1:21 pm
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: Willie's controller build

Jarduino use resolution of 9 bit's and Ferduino use of 10 bit's. See the datasheet of the sensor: DS18B20 The core functionality of the DS18B20 is its direct -to-digital temperature sensor. The resolution of the temperature sensor is user-configurable to 9, 10, 11, or 12 bits, corresponding to incre...
by Fernando Garcia
Sat May 31, 2014 10:23 am
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: Willie's controller build

Hi! Willie, What's the reason to you add 0.05 to 32? This give a value exact: tempC = (tempC * 1.8) + 32; Best regards. it was in the Jarduino like that, I assumed it was a more precise calculation, I couldn't tell a difference either way :) But I not told it for you by email. The difference é smal...
by Fernando Garcia
Sat May 31, 2014 10:03 am
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: New project DenisLuc 800w LEDs

Hi!

What's the function of your "micro Einsten"?

Please give us links with specifications of your power supply of 100 W?

Why you have 8 power supplies of 100 W and another big on right side?

Best regards
by Fernando Garcia
Sat May 31, 2014 9:50 am
 
Forum: LED light and others
Topic: New project DenisLuc 800w LEDs
Replies: 36
Views: 48371

Re: Franks Controller

Hi!

Cool!

The code was made to be easy of customize.

Best regards.
by Fernando Garcia
Sat May 31, 2014 9:46 am
 
Forum: Show your controller
Topic: Franks Controller
Replies: 22
Views: 20311

Re: Willie's controller build

Hi!

Willie, What's the reason to you add 0.05 to 32?

This give a value exact:

tempC = (tempC * 1.8) + 32;


Best regards.
by Fernando Garcia
Sat May 31, 2014 9:43 am
 
Forum: Show your controller
Topic: Willie's controller build
Replies: 63
Views: 47470

Re: New project DenisLuc 800w LEDs

Why you have 8 of 100 W and another big on right side?

Please give us links with specifications.
by Fernando Garcia
Thu May 29, 2014 3:38 pm
 
Forum: LED light and others
Topic: New project DenisLuc 800w LEDs
Replies: 36
Views: 48371

Re: New project DenisLuc 800w LEDs

Boards marked in red.

Image
by Fernando Garcia
Thu May 29, 2014 2:52 pm
 
Forum: LED light and others
Topic: New project DenisLuc 800w LEDs
Replies: 36
Views: 48371

Re: New project DenisLuc 800w LEDs

I'm talking about this 8 boards:

Image
by Fernando Garcia
Thu May 29, 2014 1:11 pm
 
Forum: LED light and others
Topic: New project DenisLuc 800w LEDs
Replies: 36
Views: 48371

Re: New project DenisLuc 800w LEDs

What's the function of your "micro Einsten"?

The board with label "A1, A2 and etc" are step down DC-DC converter?


You can give us a link to the datasheet of this LEDs?
by Fernando Garcia
Thu May 29, 2014 11:51 am
 
Forum: LED light and others
Topic: New project DenisLuc 800w LEDs
Replies: 36
Views: 48371

PreviousNext

Return to advanced search

cron