(07-02-2015, 02:32)tyntop Wrote: [ -> ]Hi,
I have another query with regards, to TX power supply, on the TX pcb the power supply connection has the following pins marked :
+Bat
12v
GND
As far as I am aware these connections also have something to do with showing the battery voltage in the software, So would I be correct when wiring this to the battery that you would have :
GND to negative/black terminal on battery
+Bat/12v to positive/red terminal on battery
I am hoping that I have understood this properly If not please let me know.
regards
tyntop
The TX unit is not connected directly to the battery.
Connect GND and 12V to the output of the solar charger / regulator, and the + Bat to battery positive terminal.
When the TX unit is powered from an 12V AC/DC adaptor, connect +Bat and 12V together to positive pin from adaptor.
nice finds. The CMTP02 I have is definitely better than the PWM variant I bought previously, so even if it's a PWM type the algorithm is much better. I might try out one or two of those other variants from that seller (like 281134380669 ) and see if there's much difference.
The one big thing that they all don't really do well is manage voltages on the battery charge cycle based on your battery chemistry. It'd be great if you could set / adjust proper charge parameters for the battery you use, but then again that's a 5x or more price increase and impossible to justify for a project like this.
I have been doing some testing using a 80W solar panel and a 20A solar regulator which I already had lying around. Now, the thing is: the solar regulator is a 10 year old linear model which most of the time (when the Sun is shinning bright) produces a permanent voltage oscillation of around 2v (say it constantly goes from 15,6v to 13,6 volts to 15,6v to 13,6v....). This happens both in the battery charge and DC supply parts.
I am wondering if the 7809 will help handling/curbing this. Would it just mimic this oscillation in the 9v output or will it somehow attenuate the gap? What about the Arduino? Can this mangle the reference voltage (and consequently the readings)?
(05-03-2015, 21:56)hvalentim Wrote: [ -> ]I am wondering if the 7809 will help handling/curbing this. Would it just mimic this oscillation in the 9v output or will it somehow attenuate the gap? What about the Arduino? Can this mangle the reference voltage?
The Voltage regulator does does just that. It takes any input voltage within it's operating parameters (something like 11 to 30v) and gives a steady output regardless of it's input.
They do get hotter the higher the voltage they have to drop.
(05-03-2015, 21:56)hvalentim Wrote: [ -> ]I am wondering if the 7809 will help handling/curbing this. Would it just mimic this oscillation in the 9v output or will it somehow attenuate the gap? What about the Arduino? Can this mangle the reference voltage (and consequently the readings)?
The output of the 7809 will remain constant even if the input voltage changes. If I remember correctly, the 7809 should handle input voltages from around 11 to 35 volts.
Hope this helps.
You should check the regulator (7809) datasheet. Usually they can handle somewhere around 30 to 40V peak, you should check yours just for safety, but I'm guessing that you don't need anything else
(05-03-2015, 22:13)AllanG Wrote: [ -> ]The output of the 7809 will remain constant even if the input voltage changes. If I remember correctly, the 7809 should handle input voltages from around 11 to 35 volts.
We where replying at the same time, but it looks like my answer isn't wrong
