Search found 1701 matches

Return to advanced search


Re: Setup  [SOLVED]

I think that the code is right. You can try add a message of debug like this: https://github.com/FernandoGarcia/Ferduino_Portuguese/blob/master/Ferduino_Portuguese/Dosadoras.ino void check_dosagem_personalizada_1() { int16_t n; char buf[7]; minuto01 = 0; char oldminuto9; oldminuto9 = time9; time9 = ...
by Fernando Garcia
Sat Jul 05, 2014 10:03 am
 
Forum: DIY Ferduino controller
Topic: Setup
Replies: 29
Views: 9871

Re: Setup  [SOLVED]

So you have pump 1 and 2 configured.

Pump 2 should work with custom dosage because works with manual dosage.

You need check the circuit of the pump 1, it should work with manual dosage first.
by Fernando Garcia
Sat Jul 05, 2014 9:50 am
 
Forum: DIY Ferduino controller
Topic: Setup
Replies: 29
Views: 9871

Re: Setup  [SOLVED]

I'm trying to help you now.

You can check if the file with the configurations were created.

The file names are: HDP1.txt, HDP2.txt, HDP3.txt , HDP4.txt, HDP5.txt and HDP6.txt.
by Fernando Garcia
Sat Jul 05, 2014 9:27 am
 
Forum: DIY Ferduino controller
Topic: Setup
Replies: 29
Views: 9871

Re: Ferduino mega 2560

Hi! Thanks you very much for all. Alper welcome! Thank you by offer but I think that we will have problems with special characters. Anyway you can try translate this file: https://raw.githubusercontent.com/FernandoGarcia/Feduino_with_webcontrol_beta/master/Feduino_with_webcontrol_beta/A_English.ino ...
by Fernando Garcia
Sat Jul 05, 2014 9:20 am
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52368

Re: Setup  [SOLVED]

Hi!

If manual mode not works this isn't problem of programming.

You have some error on circuit.

This problem haven't anything related with EEPROM.

Best regards.
by Fernando Garcia
Sat Jul 05, 2014 9:14 am
 
Forum: DIY Ferduino controller
Topic: Setup
Replies: 29
Views: 9871

Re: Setup  [SOLVED]

Hi!

Your dosage will be splitted in how many doses?

If you have the interval 3:10 to 3:20 and 1 dose the dosage will be 3:15.

You have a SD card working on arduino.

Best regards.
by Fernando Garcia
Fri Jul 04, 2014 8:39 pm
 
Forum: DIY Ferduino controller
Topic: Setup
Replies: 29
Views: 9871

Re: Support for ENC28J60 will be abandoned.

Hi!

Donato, the actual version will be updated to add new functions as timers, search of probes and real graphs.

Best regards.
by Fernando Garcia
Fri Jul 04, 2014 8:26 am
 
Forum: News
Topic: Support for ENC28J60 will be abandoned.
Replies: 7
Views: 7824

Re: Support for ENC28J60 will be abandoned.

Surely! :-bd
by Fernando Garcia
Thu Jul 03, 2014 6:43 pm
 
Forum: News
Topic: Support for ENC28J60 will be abandoned.
Replies: 7
Views: 7824

Support for ENC28J60 will be abandoned.

Hi!

I have many problems to make the ENC28J60 work fine with the next version of Ferduino.

It works during some time and stops.

I have tried many times but nothing works.

I noticed also that the difference of performance between ENC28J60 and W5100 is too big.

Best regards.
by Fernando Garcia
Thu Jul 03, 2014 4:28 pm
 
Forum: News
Topic: Support for ENC28J60 will be abandoned.
Replies: 7
Views: 7824

Re: Dosing Pumps Question  [SOLVED]

Hi!

Welcome Elian!

Pin 9 isn't connected.

Best regards.
by Fernando Garcia
Thu Jul 03, 2014 4:11 pm
 
Forum: DIY Ferduino controller
Topic: Dosing Pumps Question
Replies: 3
Views: 2520

Re: ATO function  [SOLVED]

Hi!

Please give us a feedback about this question.

Best regards.
by Fernando Garcia
Thu Jul 03, 2014 9:50 am
 
Forum: Ferduino code
Topic: ATO function
Replies: 5
Views: 3168

TFT and SD card  [SOLVED]

Hi! Since that I started Ferduino was using the SD slot on ethernet shield and never had problem. Now I'm using the Ferduino Mega that haven't a SD slot. So I need use the slot on TFT. I have 3 TFT's (2 x WD and 1 x WC) and the SD card no works in none. I tried using an Arduino Mega with TFT shield ...
by Fernando Garcia
Thu Jul 03, 2014 9:49 am
 
Forum: DIY Ferduino controller
Topic: TFT and SD card
Replies: 3
Views: 3547

Re: Automatic wave maker mode change  [SOLVED]

Hi! You can make it using a method very simple. Add in ferduino tab: unsigned long interval_wave_millis = 0; int interval_wave = 120; // in minutes boolean alternated_mode = true; Add on loop: if(alternated_mode == true) { if((millis() - interval_wave_millis) > (interval_wave*60000)) { modo_selecion...
by Fernando Garcia
Wed Jul 02, 2014 6:38 pm
 
Forum: Ferduino code
Topic: Automatic wave maker mode change
Replies: 2
Views: 1870

Re: Ferduino mega 2560

Hi! I'm only a civil engineer and never worked with electronics or studied in a school This is the first project of my life. I learned all looking projects in the internet . Then I'm very happy today. I've tested the main circuits and all works very fine. I spend some months searching a consulter to...
by Fernando Garcia
Wed Jul 02, 2014 3:51 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52368

Re: Ferduino mega 2560

I guess I will keep my storm x by coralux.


Hi!

If you need only of a simple LED controller this is the best way.

Good luck.

Best regards.
by Fernando Garcia
Tue Jul 01, 2014 10:43 am
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52368

Re: Ferduino mega 2560

This is only a board.

You can use any code respecting the pinout.

The Ferduino code have two modes basics for LEDs haven't any cosmetic as storms and so on.
by Fernando Garcia
Mon Jun 30, 2014 4:18 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52368

Re: Ferduino mega 2560

Hi!

Now in my hands.

Image

Keep calm. ;)

Best regards.
by Fernando Garcia
Mon Jun 30, 2014 3:37 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52368

Re: Touch problem  [SOLVED]

Hi!

If the problem was solved please mark this topic as solved clicking on button "accept this answer" below of the post that helped you.

Best regards.
by Fernando Garcia
Mon Jun 30, 2014 8:23 am
 
Forum: Ferduino code
Topic: Touch problem
Replies: 12
Views: 7442

Re: Touch problem  [SOLVED]

Find:

#define TOUCH_ORIENTATION  PORTRAIT


Replace with:

#define TOUCH_ORIENTATION LANDSCAPE
by Fernando Garcia
Sun Jun 29, 2014 4:47 pm
 
Forum: Ferduino code
Topic: Touch problem
Replies: 12
Views: 7442

Re: Ferduino mega 2560

Hi!

Welcome Jon!

Maybe on this week.

Best regards.
by Fernando Garcia
Sun Jun 29, 2014 3:46 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52368

PreviousNext

Return to advanced search

cron