Search found 1701 matches

Return to advanced search


Re: Touch problem  [SOLVED]

Hi!

Welcome Anthony!

Use this to check your coordinates.

http://www.henningkarlsen.com/electroni ... verify.php

Best regards.
by Fernando Garcia
Sun Jun 29, 2014 3:44 pm
 
Forum: Ferduino code
Topic: Touch problem
Replies: 12
Views: 7438

Re: Potentiometer mod for TFT shield question  [SOLVED]

Hi!

Great work!

Thank you by feedback.

Mark this topic as solved if you haven't any problem about this.

Best regards.
by Fernando Garcia
Thu Jun 26, 2014 9:52 am
 
Forum: DIY Ferduino controller
Topic: Potentiometer mod for TFT shield question
Replies: 9
Views: 4278

Re: Ferduino mega 2560

Fernando - have you seen this? http://hackaday.io/prize/mission I think what you've got is worthy of entering! Hi! This is interesting but, I've some difficult to make a good documentation for this project. I'll wait receive the prototype to see if I can make something up to 20 of July. Thank you b...
by Fernando Garcia
Mon Jun 23, 2014 10:43 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52245

Re: Fan pin  [SOLVED]

Hi!

It's right.

To use the pin 1 you need comment this line:

https://github.com/FernandoGarcia/Fedui ... tup.ino#L4

Because pins 0 and 1 are used by serial monitor.

Best regards.
by Fernando Garcia
Sun Jun 22, 2014 2:51 pm
 
Forum: Ferduino code
Topic: Fan pin
Replies: 2
Views: 1090

Re: Can not Insert Image  [SOLVED]

Hi!

Which browser you're using?

I've tested with Firefox, IE and Chrome and all work.

Anyway you can use only this tag.

[img=left] your link [/img]


Best regards.
by Fernando Garcia
Sun Jun 22, 2014 2:40 pm
 
Forum: Forum
Topic: Can not Insert Image
Replies: 2
Views: 3403

Re: Ferduino mega 2560

looks great love the all in one package as a new comer to this are those going to be for sale after there all tested and bugs worked out or will the board files be able to be down loaded and sent to itead for making? either way it is a great looking board and you have done a great job Hi! Welcome D...
by Fernando Garcia
Thu Jun 19, 2014 12:46 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52245

Re: Ferduino mega 2560

Ok cool everything is there even RF 433 module :ymapplause:


Hi!

This RF circuit is 915 MHz. ;)

A small update:

Board with connectors fixed.

Image

:)

Best regards.
by Fernando Garcia
Wed Jun 18, 2014 10:25 am
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52245

Re: ATO function  [SOLVED]

Hi! Please use the tag below to post a code: http://www.ferduino.com/forum/gallery/image.php?mode=thumbnail&image_id=43 This pins are used for Partial Water Change. const byte bomba1Pin = 60; // A6; // Pump that draws water from quarantine. const byte bomba2Pin = 61; // A7; // Pump that draws wa...
by Fernando Garcia
Mon Jun 16, 2014 5:02 pm
 
Forum: Ferduino code
Topic: ATO function
Replies: 5
Views: 3168

Re: Ferduino mega 2560

Hi Fernando !

It' awesome !!!!!

what is smd conponent, Between lithium battery and connector WaveMaker?



Hi!

Thanks for all!

I think that you are talking about the W5100.

Best regards.
by Fernando Garcia
Mon Jun 16, 2014 2:58 pm
 
Forum: News
Topic: Ferduino Mega 2560
Replies: 102
Views: 52245

Re: Ethernet

Hi! Firstly, no put personal information here. Always use this tag to post a code. http://www.ferduino.com/forum/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 ...
by Fernando Garcia
Mon Jun 16, 2014 8:27 am
 
Forum: Ferduino code
Topic: Ethernet
Replies: 14
Views: 6925

Re: Potentiometer mod for TFT shield question  [SOLVED]

Hi!

Please, give us a feedback about this question.

Best regards.
by Fernando Garcia
Sun Jun 15, 2014 3:24 pm
 
Forum: DIY Ferduino controller
Topic: Potentiometer mod for TFT shield question
Replies: 9
Views: 4278

Re: Error when trying to load code  [SOLVED]

Hi!

Please mark this topic as solved.

Best regards.
by Fernando Garcia
Sat Jun 14, 2014 6:57 pm
 
Forum: Ferduino code
Topic: Error when trying to load code
Replies: 15
Views: 6206

Re: Ethernet

You saw this?

Download this code.
Ferduino with web control
by Fernando Garcia
Sat Jun 14, 2014 6:00 pm
 
Forum: Ferduino code
Topic: Ethernet
Replies: 14
Views: 6925

Re: Ethernet

Sorry, check the topic again and look the code.

You need change only the Ferduino tab.
by Fernando Garcia
Sat Jun 14, 2014 3:56 pm
 
Forum: Ferduino code
Topic: Ethernet
Replies: 14
Views: 6925

Re: Ethernet

You saw this?

In Ferduino tab find:


If you want use an ethernet shield W5100, go to setup tab.
by Fernando Garcia
Sat Jun 14, 2014 3:45 pm
 
Forum: Ferduino code
Topic: Ethernet
Replies: 14
Views: 6925

Re: Ethernet

What you want mean?

All details are on topic that you indicated.

What code you want use?
by Fernando Garcia
Sat Jun 14, 2014 3:32 pm
 
Forum: Ferduino code
Topic: Ethernet
Replies: 14
Views: 6925

Re: Ethernet

Hi!

Welcome Jeremy!

Please, specify better your problem.

This topic have all changes necessary.

Best regards.
by Fernando Garcia
Sat Jun 14, 2014 3:17 pm
 
Forum: Ferduino code
Topic: Ethernet
Replies: 14
Views: 6925

Re: PCF 8575  [SOLVED]

Hi! To use the PCF8575 with Ferduino you need change some lines on code. Uncomment this line: https://github.com/FernandoGarcia/Feduino_with_webcontrol_beta/blob/master/Feduino_with_webcontrol_beta/Feduino_with_webcontrol_beta.ino#L71 Change: const byte temporizador1 = 80; // P0 // Pino que liga o t...
by Fernando Garcia
Sat Jun 14, 2014 12:03 pm
 
Forum: DIY Ferduino controller
Topic: PCF 8575
Replies: 3
Views: 4504

Re: Error when compiling code  [SOLVED]

Hi!

This error is typical of bad configuration in the IDE.

Feduino_with_webcontrol_beta:867: error: 'A15' was not declared in this scope


Go to tools > board > select the arduino mega 2560

Best regards.
by Fernando Garcia
Fri Jun 13, 2014 9:04 pm
 
Forum: Ferduino code
Topic: Error when compiling code
Replies: 3
Views: 2213

Re: Problem with ethernet module  [SOLVED]

Glad to hear!
by Fernando Garcia
Fri Jun 13, 2014 9:00 pm
 
Forum: Joyreef app
Topic: Problem with ethernet module
Replies: 15
Views: 12726

PreviousNext

Return to advanced search

cron