Forum Members section Show your controller Real amateur Build.

Real amateur Build.


Post Number:#21 Post Wed Mar 22, 2017 4:45 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Can be but Solid State Relay is better than mechanical relay.

The problem with SSR is max. current (2 A).
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#22 Post Sun Mar 26, 2017 1:39 pm
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece
Today i started assembly arduino mega whith screw shield and ethernet shield:

Image


Image


I connected the temperature sensors and tested them. I decided to use a pcb board for the wirring. So far so good:

Image


Image
Last edited by Fernando Garcia on Sun Mar 26, 2017 2:40 pm, edited 3 times in total.
Reason: Please use the tags [img=left][/img] to post images. Removed duplicated images.

Post Number:#23 Post Sun Mar 26, 2017 4:35 pm
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece

Post Number:#24 Post Sun Mar 26, 2017 5:03 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

The more cheap and easy solution is a LED strip connected to an ULN 2003.

Best regards.

-------------------------------- Last edited Sun Mar 26, 2017 5:08 pm --------------------------------

The circuit is like this:

Image
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#25 Post Wed Apr 12, 2017 5:59 am
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece
Hi,

In this post you say that V. control is a trimmer and LED-OUTPUT is a connector molex. Can you give me an image of what I will need? I quess that the jumper is a standard computer jumper.

Best regards.

Post Number:#26 Post Wed Apr 12, 2017 8:29 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Molex 2 pins:

Image


Buzzer:

Image


Trimmer:

Image


Jumper:

Image


Transistor:

Image


LED 5mm:

Image

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#27 Post Tue Apr 25, 2017 6:23 pm
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece
Hi

Today i received my lcd from emartee, but i have problems. The touch screen does not respond at all when i use the URtouch library, button test and calibration. I used the ITDB02_Touch library and responds but the coordinates are wrong. I tried several times to calibrate the screen, but no luck. Any ideas?

Best Regards.

EDIT: I replaced URtouch with Utouch and now the screen is responding. The problem is that i can't calibrate it properly. I tried many times with no luck.

Post Number:#28 Post Wed Apr 26, 2017 3:10 am
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece
I managed to calibrate the screen using a newer version of URtouch and setting the orientation to landscape. Now when ferduino starts it stacks in menu 1 screen and I can't use the menus. I'm using the ITDB02 shield and the ethernet shield. Another thing I noticed, is when I use only a 12v 5A power supply, without the usb cable, the LCD screen starts blinking black and white.

Post Number:#29 Post Wed Apr 26, 2017 8:22 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Have you checked this part of your code?

Mainly:

//#define USE_TFT_SHIELD

//#define USE_PIN_4_FOR_SD_CARD

//#define USE_PIN_53_FOR_SD_CARD


Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#30 Post Sun Apr 30, 2017 10:04 am
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece
Hi,

i made the changes you suggested, and it worked like a charm!!! I had some problems using the ethernet shield, like random ASCII characters in the bottom of the screen, so i decided to remove it for now. I connected the temp sensors and all seems to go well. Do i need to waterproof them?
The next thing i' m planning to connect is the heater. It uses pin 42 right?

Post Number:#31 Post Sun Apr 30, 2017 12:01 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

I had some problems using the ethernet shield, like random ASCII characters in the bottom of the screen


It seems related with RTC not working fine. Maybe related with low voltage on 5V circuit. Which power supply (voltage / current) are you using?

Do i need to waterproof them?


Yes.

It uses pin 42 right?


Yes, as you can see here.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#32 Post Mon May 01, 2017 3:56 am
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece
It seems related with RTC not working fine. Maybe related with low voltage on 5V circuit. Which power supply (voltage / current) are you using?

I' m using a 12V 5A power supply. Is this power enough to connect the relay board directly to arduino or i will need another one?

Do i need to waterproof them?

Yes.

Is just enough to coat them with silicone?

Post Number:#33 Post Mon May 01, 2017 8:26 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Is this power enough to connect the relay board directly to arduino or i will need another one?


You can't connect the relay board directly to Arduino. The 5V circuit on Arduino can work only with 800 mA.

You should use a step down connected to this 12V power supply as I told before.

Is just enough to coat them with silicone?


Yes.

Best regards.

-------------------------------- Last edited Mon May 01, 2017 8:52 am --------------------------------

Another thing, when using 12V to power the Aduino is needed a fan to cooling the regulator.

You can power the Arduino directly on 5V pin with 5V from step down so, don't needs add a fan.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#34 Post Mon May 01, 2017 1:10 pm
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece
I' m connecting the ssr with the step down regulator adjusted to 5v, but gives no power to ssr. when i connect the ssr directly to arduino, it works fine. The power supply is 12V 1A.

Post Number:#35 Post Mon May 01, 2017 1:31 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Join GND from power supply with Arduino GND.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#36 Post Sun May 21, 2017 1:33 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Can you post the setup and touch coordinates that are you using for your TFT from Emartee? Some peoples have problem with this TFT.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#37 Post Sun Jun 04, 2017 2:17 pm
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece
Hi!

Can you post the setup and touch coordinates that are you using for your TFT from Emartee? Some peoples have problem with this TFT.

Best regards.


Hi, sorry for the late answer. The coordinates that i used for URTouch library are:

#define CAL_X 0x0045CFBBUL
#define CAL_Y 0x039FC143UL
#define CAL_S 0x8018F0EFUL


I think, i changed the orientation from PORTRAIT to LANDSCAPE in calibration. The driver i used is the HX8352A.

I almost finished the led setup (i' ll post pictures soon) and i' m searching for the water top off. Now i' m using a set up providing by this thread and i' m wondering if there's a way to modify it for ferduino. I want to keep it simple. I want a pump start to fill the sub when the water level is below the floaters.

Best Regards.
Last edited by Fernando Garcia on Sun Jun 04, 2017 5:36 pm, edited 1 time in total.
Reason: Please use the tags [code][/code] to post a code.

Post Number:#38 Post Sun Jun 04, 2017 5:35 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Thanks for your feedback.

Which TFT shield are you using?

Regarding ATO, connect the pump to "solenoide1Pin" and float switch to "sensor3". There many topics here about it.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#39 Post Mon Jun 05, 2017 5:06 am
Posts: 69
Topics: 4
Images: 13
Solve rating: 0
Joined: Tue Jan 03, 2017 9:34 pm
Topics: 4
Age: 49
Gender: Male
National Flag:
Greece

Post Number:#40 Post Mon Jun 05, 2017 11:24 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Thank you.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

PreviousNext



Return to Show your controller





Who is online

Users viewing this topic: No registered users and 1 guest