Robo-Tank DIY Aquarium Controller Forum
Screen Dimming - Printable Version

+- Robo-Tank DIY Aquarium Controller Forum (https://www.robo-tank.ca/forum)
+-- Forum: Robo-Tank Arduino Based - NO LONGER AVAILABLE (https://www.robo-tank.ca/forum/forum-16.html)
+--- Forum: Robo-Tank Circuit Board Questions (https://www.robo-tank.ca/forum/forum-17.html)
+--- Thread: Screen Dimming (/thread-80.html)

Pages: 1 2


RE: Screen Dimming - Irass - 03-21-2016

pictures of connecting driver PWM


RE: Screen Dimming - rott - 03-21-2016

just thinking if you used the yellow wire from the ground of the robo tank and joined that to the ground of the driver. Do this take the yellow wire off the ground for the pwm and use a wire that has female and male like you used for the relays. put the female end on the ground pin just under where you have the pwm plugged in just like the yellow wire is now then you can take the pointed end from the other end and touch it to the ground and see if the sound goes away or not it should not hurt any thing its just an extra ground Touch it to the out negative
not the out on the inside ok


RE: Screen Dimming - Irass - 03-22-2016

no, change
u you also squeaks?
I wrote PWM LCD also squeaks, with dimming. Squeal of Display PCB Robo-tank coil 4,7uH :(
what is going on?


RE: Screen Dimming - rott - 03-22-2016

my LCD does not squeak it is an electronic hum that you hear..


RE: Screen Dimming - Rob F - 03-22-2016

Does it squeak when you don't have the PWM board attached? What display are you using? Is it always squeaking or only when you adjust the LED's?


RE: Screen Dimming - Irass - 03-23-2016

- During the adjustment LED
- Setting the PWM from 99% to 1% of the

I have a PWM driver, you can picture


RE: Screen Dimming - rott - 03-23-2016

if you do not have the led driver connected and you just move the sliders on your LCD Screen you still have the squeak ??


RE: Screen Dimming - Rob F - 03-23-2016

Hi Irass, it sounds like the PWM driver you're using doesn't like the frequency coming from the controller. In the power bar sketch at line 634 you'll see

Code:
 pwm.setPWMFreq(1600);

Try adjusting the frequency to something else, maybe try 400 to see what happens.


RE: Screen Dimming - Irass - 03-31-2016

set
pwm.setPWMFreq(140); inaudible

where is the set frequency PWM LCD? because he squeaks


RE: Screen Dimming - Rob F - 03-31-2016

Hi Irass, you're screen shouldn't squeak, what kind are you using? Are you using a 12v power supply at least 2amps?


RE: Screen Dimming - Irass - 03-31-2016

12V 2,5A
low efficiency? give > 3.5A


RE: Screen Dimming - Rob F - 03-31-2016

That sounds right. There is nothing in the circuit for the display so I can't imagine the PCB causing this, I did check the boards and had no issues. Do you have another display to try? How loud is it? If its working it should be ok.


RE: Screen Dimming - Irass - 04-01-2016

I have only LCD 3.2" SSD1289 TFT
It will not work :(


RE: Screen Dimming - Rob F - 04-01-2016

Sorry I don't know what to suggest, there is nothing on the board to make the display work, on the Due they connect directly. If it works it'll probably be ok.


RE: Screen Dimming - Irass - 04-04-2016

Cause found, the output of the power supply is connected to 12,52V Connector PCB.
Display on the PCB drop on 11,56V (a squeak).
How do I connect power to the Display PCB 12,52V (no squeak).
Why is falling so voltage? efficiency 3.5A


RE: Screen Dimming - rott - 04-04-2016

so what your saying is it is the power supply is not put putting enough power?


RE: Screen Dimming - Rob F - 04-04-2016

Hi Irass, that sounds normal. You have 12.52v going into the connector board but only 11.56v makes it to the display, that is proper. That 11.56v is then immediately converted to 5v which is used to power everything. If you have another power supply give it a try but it sounds like its doing its job.