Community discussions

MikroTik App
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

SolarTik

Thu Jun 24, 2010 9:59 pm

OK. Here we go again.

So, i've made a Solar AP Power controller.

Not *only* does it Charge Car Batteries Properly from Solar Panels, using a variant of MPPT and other related tecnologies, it is biased towards keeping your AP alive, rather than saving 50 euros of battery from maybe 1 week of extra life.

It uses 2x 20W Solar Panels to avoid the need for any heliostatic mechanism.
Last edited by adrianatkins on Sun Jun 27, 2010 10:52 pm, edited 2 times in total.
 
changeip
Forum Guru
Forum Guru
Posts: 3830
Joined: Fri May 28, 2004 5:22 pm

Re: SolarTik

Thu Jun 24, 2010 10:04 pm

+1
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Thu Jun 24, 2010 11:11 pm

Schematic :
solartikv1.gif
You do not have the required permissions to view the files attached to this post.
Last edited by adrianatkins on Sun Jun 27, 2010 10:54 pm, edited 4 times in total.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Thu Jun 24, 2010 11:28 pm

Parts List :-

IC1 7505 +5v linear regulator
IC2 Microchip 12F675

T1 (says Q1 on schematic) IRF9540 HexFET (P-Type)
T2 BC109 or any small signal transistor
T3 L2203N HexFET (N-type)

All Diodes SB650 or similar schottky type (i chose 3A types)

R1,R2,R1 1k
R3,R6 47k
R4,R5 4k7
R7 10k

C1 10uf 16v
C2 47uF 25v
C3,C4 100nf
C5 10uf 63v - needs to be rated at least 25v to stop it exploding on a good day.

The HexFETs and the BC109 are just the types i already had. Other similar types will work just as well.
Last edited by adrianatkins on Sun Jun 27, 2010 11:02 pm, edited 2 times in total.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Thu Jun 24, 2010 11:36 pm

Hex to flash into the PIC chip attached.

The forum would not allow me to upload the .HEX file, so i changed it to .TXT
You do not have the required permissions to view the files attached to this post.
Last edited by adrianatkins on Sun Jun 27, 2010 11:08 pm, edited 2 times in total.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Fri Jun 25, 2010 12:02 am

I forgot to say.

If you short pin 4 of the PIC to 0v, then it hard-reboots your AP every 8 hours (approx)

This option is for very very remote locations where anything can happen, and does.
Last edited by adrianatkins on Sun Jun 27, 2010 11:10 pm, edited 2 times in total.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Fri Jun 25, 2010 12:11 am

The Battery Charging strategy goes like this :-

If the battery is > 13.8 volts, it leaves it alone, and doesn't charge it at all.
If < 12.5 volts, it trickle charges it (150mA) back up to 13.8 volts.
If < 12 volts, it fast charges at up to 1.5A until the battery is 13.8v again.

OF COURSE, it will *not* be charging the battery at all unless there is enoug Solar Power to be running the AP, and extra is left over to charge the battery.

Better to let the battery die than the AP.

So, when the AP is running on Solar Power, (i.e. using nothing from the battery) *and* there is spare energy from the Solar Panels, the circuit charges the battery.

If there is enough power, and the battery is 'flat', as in below 12volts, the circuit will Bulk Charge the battery at about 1.5A, until the battery reaches it's Maximum charge level.

There are timers to limit how long this can happen, in case the battery cannot accept the charge.

If the battery is partly charged, i.e. above 12v, then it will get a Maintenence charge of about 150~200mA until it reaches the Full level.

If the Battery is above 12.5v then it is not charged at all, but is allowed to gradually reduce to the 12.5v level.

Maybe i have not got the trigger voltages right yet, but it seems to work pretty well.

If there are any Lead Acid Charging experts out there, sound off.
Last edited by adrianatkins on Sun Jun 27, 2010 11:41 pm, edited 2 times in total.
 
chronos
newbie
Posts: 32
Joined: Tue Aug 05, 2008 3:54 pm

Re: SolarTik

Fri Jun 25, 2010 12:56 pm

I would be good to rewrite this info to encyclopedic form to wiki. Maybe http://wiki.mikrotik.com/wiki/SolarTik
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: SolarTik

Fri Jun 25, 2010 2:37 pm

(snip) If the battery is > 13.5 volts, it leaves it alone, and doesn't charge it at all.
If < 12.5 volts, it trickle charges it (150mA) back up to 13.8 volts.
If < 12 volts, it fast charges at up to 1.5A until the battery is 13.8v again. (snip)
Good idea, but I don't think it is enough current on the trickle charge. A 433 with one radio will use more than 150ma. That means the battery would need to slowly discharge to < 12 volts before getting a full charge. That will shorten the battery life considerably.

FYI: Not *all* WISPs are cheap or mean. This charger is my current fav:
http://store.solar-electric.com/mosumpsochco.html

ADD: AND they are on special this week!! Thanks for drawing my attention there. I'm going to buy another now.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Fri Jun 25, 2010 7:26 pm

message removed
Last edited by adrianatkins on Sun Jun 27, 2010 2:26 am, edited 1 time in total.
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: SolarTik

Sat Jun 26, 2010 12:43 am

You'll find that the Morningstar doesn't try to shove lots of amps into a fully charged battery.
A "fully charged battery"?? Why would my charger shove lots of amps into a fully charged battery? But it does supply enough current to replace what has been used!!!
 
changeip
Forum Guru
Forum Guru
Posts: 3830
Joined: Fri May 28, 2004 5:22 pm

Re: SolarTik

Sat Jun 26, 2010 9:26 am

i like your design and think it would be way cheaper... i didnt price your parts list, but i assume its only about $30 of parts?

rs232 would be cool. it wouldnt be that hard since your using a pic already.

i have a dc-dc power supply that has an api over usb/serial. carnetix. its pretty slick.

would it be hard to allow a 120v AC charging source into your design? have it accept either a DC panel or a 120v wall outlet :) I have 2 odyssey 2150 batteries id like to use as power source for a handful of radios with 120v AC charging them. I'm not sure if charging them with a standard charge controller would ruin the batts (requires 14.8 voltage to charge them / 3 stage maybe).
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: SolarTik

Sat Jun 26, 2010 1:43 pm

I think it is a good idea! But I still don't understand this part:
The next phase is 'drift-down' where the battery voltage is allowed to drift down to a lower voltage ~12.5v. Then the 150mA phase 'tops' the battery back up to the upper limit, again with timers for safety.
If the charger supplies 150ma, and the router is using 300ma, the battery will slowly discharge. Or do you mean "load current + 150ma"?

ADD: I think an ethernet port would be perfect! But I also know PICs have easy RS232. I use Microchip and Rabbit embedded processors for my other projects.
http://www.rabbit.com/
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sat Jun 26, 2010 8:17 pm

Can you se D8 top-left-and side ?

That is *exactly* what that is for.

You do not need to use Solar Power for this design. You can use an ordinary PSU.

I tend to buy lots of IBM (or compatible) Laptop PSUs on Ebay for about 6 quid.
16v 4.5A.
Last edited by adrianatkins on Sun Jun 27, 2010 11:43 pm, edited 2 times in total.
 
rmichael
Forum Veteran
Forum Veteran
Posts: 718
Joined: Sun Mar 08, 2009 11:00 pm

Re: SolarTik

Sat Jun 26, 2010 9:25 pm

Does the circuit shut down output when batt voltage <10.5V?
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sun Jun 27, 2010 2:10 am

yes, the circuit/program turns the AP off if there is less than 10.5v available from anywhere.
Last edited by adrianatkins on Sun Jun 27, 2010 11:14 pm, edited 2 times in total.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sun Jun 27, 2010 2:14 am

I have looked at adding an Ethernet option, and it can be done, but at about $20 extra cost.

RS232 seems like the most sensible option.

If long cable runs are involved, then PoE-style powered RS485 migt work.

Any suggestions ?
Last edited by adrianatkins on Sun Jun 27, 2010 11:29 pm, edited 2 times in total.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sun Jun 27, 2010 2:23 am

i am a pompous tosser.
Last edited by adrianatkins on Sun Jun 27, 2010 11:12 pm, edited 1 time in total.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sun Jun 27, 2010 3:05 am

correction.

i *can* be a pompous tosser. dunt meant i'm always a ...
Last edited by adrianatkins on Sun Jun 27, 2010 11:12 pm, edited 1 time in total.
 
rmichael
Forum Veteran
Forum Veteran
Posts: 718
Joined: Sun Mar 08, 2009 11:00 pm

Re: SolarTik

Sun Jun 27, 2010 4:30 am

How come we are unable to decrease karma? :D
 
changeip
Forum Guru
Forum Guru
Posts: 3830
Joined: Fri May 28, 2004 5:22 pm

Re: SolarTik

Sun Jun 27, 2010 5:04 am

im sorry to see you delete those posts. if you wouldnt mind emailing me the parts list and schematic again i'd love to build one. i would rather build my own than spend $200 on a commercial one.
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: SolarTik

Sun Jun 27, 2010 2:17 pm

I'm sorry too. Maybe I wasn't planning on building one, but I thought it was a good idea, and mentioned that twice! My only concern was the trickle charge may not have been adequate.

The charger in the link I posted above is the top of the line for MorningStar. It uses Maximum Power Point Tracking (MPPT). It can produce more charging amps to the battery than the panels can produce alone. A standard charger is less than $70 with a great weatherproof case.

EDIT: I'll remove the reference to that remark. That was close enough to a good apology!
Last edited by SurferTim on Sun Jun 27, 2010 11:19 pm, edited 1 time in total.
 
User avatar
siscom
Member Candidate
Member Candidate
Posts: 192
Joined: Tue May 26, 2009 6:37 pm
Location: Malta, EU.

Re: SolarTik

Sun Jun 27, 2010 4:20 pm

Pity.

I was following this with interest.

Rgds,
Mark.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sun Jun 27, 2010 10:47 pm

OK.

I threw the dummy out cos i was pissed (English meaning) and annoyed.

Not Surfer Dude's fault at all.

I'll put the stuff back.
 
SurferTim
Forum Guru
Forum Guru
Posts: 4636
Joined: Mon Jan 07, 2008 10:31 pm
Location: Miramar Beach, Florida

Re: SolarTik

Sun Jun 27, 2010 11:43 pm

The common practice with these chargers is to cut off the charge current for a few milliseconds, then take a voltage reading of the battery to determine charge state. If that is what you are doing, then all is well!

Glad you put it back. I still think it is a good idea!
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sun Jun 27, 2010 11:47 pm

It turns the charging current off for about a second to read the battery voltage.

Milliseconds didn't work (tried it), cos the capacitors in the Buck circuit take a while to discharge.
 
rmichael
Forum Veteran
Forum Veteran
Posts: 718
Joined: Sun Mar 08, 2009 11:00 pm

Re: SolarTik

Mon Jun 28, 2010 2:30 am

How is this circuit better than this for $30:

http://www.streakwave.com/mmSWAVE1/Vide ... _Sheet.pdf

Tycon Power Systems solar controllers are 3 stage PWM type battery charging controllers controlled by an industrial CPU. The 5A controller is available in a 12V battery model. The 8A controller is available in an autodetect 12/24V model.
They have full electronic protections for short circuit, reverse current, overvoltage, overcharge and over discharge. They offer battery overdischarge protection by disconnecting the load when battery voltage reaches 11.1V (22V for 24V controller) and automatically reconnecting the load when battery voltage reaches 12.2V (24.2V for 24V controller).
 
User avatar
siscom
Member Candidate
Member Candidate
Posts: 192
Joined: Tue May 26, 2009 6:37 pm
Location: Malta, EU.

Re: SolarTik

Mon Jun 28, 2010 3:07 am

Hi,

Since the schematic is not visible anymore I'm not sure about your design but the Tycon 5A model for sure removes power to the load if you remove the battery (eg for maintenance) even if power is being supplied at the input.

That is rather useless if one is just doing preventative maintenance.

Does this happen in your design? If not, I'm even more interested.

Rgds,
Mark.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Mon Jun 28, 2010 9:51 am

How is this circuit better than this for $30
I dunno. Probably isn't much different as it's doing the same job i guess.

It is 'better' in that if you can suggest how SolarTik can be improved, then i can work out how to do it and post SolarTik v2.0.

One idea was to have a local or remote reboot input, so a GSM rebooter, 433Mhz keyfob, or just a Big Red Button could reboot the AP.

Stuff like that is easy, and would not cost any more to implement.

Te idea is to try to make an AP-focussed Solar Charger, not just a good battery charger.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Mon Jun 28, 2010 9:52 am

removes power to the load if you remove the battery
This design would not disconnect power to the AP if you remove the battery, so long as there is enough Solar Power to run the AP.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Mon Jun 28, 2010 10:04 am

Possible improvements :-

Reboot input for GSM rebooter, or Keyfob
Reboot push button
RS232 interface to report voltage etc
Ethernet interface & web page
LCD display & ability to set mid, hi, low voltages + charging profiles
Battery Alarm siren/flashing light

Suggestions welcome
 
Nick Kett
Frequent Visitor
Frequent Visitor
Posts: 62
Joined: Wed Jun 30, 2004 8:32 pm

Re: SolarTik

Mon Jun 28, 2010 5:45 pm

Nice one Adrian. There are not many commercial products out there that address our needs.
will you be producing a PCB?

Thought I would take the opportunity to proffer our solution.
We are currently using a somewhat more expensive, but very simple solution, which relies on two basic principles.

1) It is safe to charge any (please don't trust me here, I know not what I say!) Lead acid battery indefinitely as long as the charge current is = or < 1% of the amp hour rating (20h rate) of the battery

2) Solar cells are virtually a constant current source, that is to say their short circuit current is a fixed value in almost any lighting condition.

We use 24V panels charging 12V batteries directly across the terminals (add a diode and a fuse in series for safety and good engineering).

The panels we use are rated at 180Watt, 24V. We measured the charging current when connected to a 12V lead acid battery in bright sunlight and found it was around 7 amps, in overcast conditions it was typically 4 Amps. The load of our nodes is around 1.5 amps @ 12V. Applying principle 1 above, we decided that 500AH of lead acid ( 5 X 110AH car batteries) could be floated (12V all in parallel) without any charge regulation.

The benefits of this solution are:
1) Simplicity & Reliability
2) Charging under most lighting conditions (the 24V panels easily make 12V, under low light conditions)
3) A large reserve of stored energy means the batteries only have a shallow discharge (ok for car starter batteries), copes easily with winter months, and we hope to have a long battery life.
4) Occasional slight overcharge (we understand this is good for Lead Acid batteries).

Draw backs:
A) Lots of expensive batteries
B) Big expensive solar panel
C) Batteries should be checked/topped up every 6 months.
D) No low voltage disconnect circuit. We have never needed one but this could be dangerous in the event of a battery failure, as gassing could occur (use in a well ventilated area)
E)No remote reboot facilities


We monitor charging and battery condition using SNMP graphed in Dude from the health voltage mon on a RB333.
The solution has been good for two years plus.

During late summer afternoons the voltage occasionally reach 14.9V for about an hour.
typical daytime voltage is between 13-14V, Night time 12-12.5 volts.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Mon Jun 28, 2010 9:29 pm

will you be producing a PCB?
When all of the sudden flood of Wishes are incorporated, i'll do a PCB design for it.

Currently that looks like Wednesday.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Mon Jun 28, 2010 9:35 pm

Probaly do a PCB and a Kit even.
 
User avatar
siscom
Member Candidate
Member Candidate
Posts: 192
Joined: Tue May 26, 2009 6:37 pm
Location: Malta, EU.

Re: SolarTik

Mon Jun 28, 2010 11:12 pm

Hi,

Maybe some way to monitor temperature?
Or a simple set of contact relays?

:-)

Rgds,
Mark.
 
xezen
Long time Member
Long time Member
Posts: 628
Joined: Fri May 30, 2008 10:23 am
Location: South Africa

Re: SolarTik

Mon Jun 28, 2010 11:50 pm

+ relays
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Mon Jun 28, 2010 11:53 pm

Temperature monitoring is a good idea.

You mean measure the battery temperature before Bulk Charging starts, and stop the charging if the battery temperature rises too much ?

Or to do you mean temperature/humidity/windspeed/rainfall monitoring as well ?

I'm not being too silly with that question, cos they can all be done.
Might as well make a *complete* device rather than just another charger.
Last edited by adrianatkins on Tue Jun 29, 2010 12:50 am, edited 1 time in total.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Mon Jun 28, 2010 11:54 pm

+ relays
Relays for what ?
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Mon Jun 28, 2010 11:57 pm

It would be really really good if Mikrotik dumped the MetaRouter thing and just put some (maybe 8) script-accessible GPIO on their boards.

We could do all sorts of amazing things then, like provide internet *and* Fridge control.
 
xezen
Long time Member
Long time Member
Posts: 628
Joined: Fri May 30, 2008 10:23 am
Location: South Africa

Re: SolarTik

Tue Jun 29, 2010 12:01 am

digital inputs maybe
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Tue Jun 29, 2010 12:01 am

Nick Kett skyped me earlier and suggested that a 48v output would be ideal for the RB600s etc.

He's a bit shy, so i posted it for him.

I *think* his idea will only work with 24v battery arrangements.

So, 12v/24v battery auto-sensing is In.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Tue Jun 29, 2010 12:02 am

Digital Input/Output or even Relays can work.

I just need to know what they will do, and can incorporate them.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Tue Jun 29, 2010 12:45 am

come on guys n gals !

What do you want a super-duper AP power controller to do ?

Even if you think your idea is useful just once in a blue moon, it'd be very nice to have the solution already there and waiting.

So Far we got :-

Ordinary PSU option
Solar Panel Option
AP priority Proper Battery Charging (aka PWM etc)
Low-Voltage Cut-off (aka Load Sensing)
Industrial/Military Grade Processor (Look www.Microchip.com up)
MPPT - in so far as it can be applied to this requirement
8 Hour AP auto reboot option


Wishlist so far (that i understand) :-

12/24 battery auto sensing
48v output (only on 24v battery/PSU/Panel so far. I can only get 36 from a 12v battery today)
Temperature Sensor to compensate for Hot Batteries.
PoE RJ45 connector + the other one
LCD display
Charge parameter/profile adjustment via buttons
RS232 interface so it can report voltages etc to the MT
Big Red Button to press to reboot the AP
Remote Reboot Input (GSM rebooter, Keyfob transmitter etc)

Wishlist so far (that i do not understand) :-

Relay Inputs/Outputs
Radio Control


Wishlist so far (that i understand, but i think is going to add too much cost) :-

Ethernet socket and web interface
Motorised Heliostatic controller


C'mon throw them in there.
 
rmichael
Forum Veteran
Forum Veteran
Posts: 718
Joined: Sun Mar 08, 2009 11:00 pm

Re: SolarTik

Tue Jun 29, 2010 1:12 am

Ability to on/off POE remotely or on schedule.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Tue Jun 29, 2010 1:16 am

Ability to on/off POE remotely or on schedule.
Are you drunk as often as i am ?

8 Hour AP auto reboot option
Big Red Button to press to reboot the AP
Remote Reboot Input (GSM rebooter, Keyfob transmitter etc)

Isn't that kind of what i said, you said ?

If you mean something else, please explain it in more words .
 
rmichael
Forum Veteran
Forum Veteran
Posts: 718
Joined: Sun Mar 08, 2009 11:00 pm

Re: SolarTik

Tue Jun 29, 2010 2:35 am

Ability to on/off POE remotely or on schedule.
Are you drunk as often as i am ?

8 Hour AP auto reboot option
Big Red Button to press to reboot the AP
Remote Reboot Input (GSM rebooter, Keyfob transmitter etc)

Isn't that kind of what i said, you said ?

If you mean something else, please explain it in more words .
I need more than one POE port each remotely controlled state (on/off) by ethernet (or serial/GSM). I think 8 hour auto reboot option is of little use as "reboot on schedule feature" as it cannot be controlled remotely.

Hope that clarifies few things. Of course it's up to you where you take this project and I'm looking forward to it.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Tue Jun 29, 2010 11:16 am

You mean add a PoE Switch! Great idea. How many ports ?

Tricky part is how to control it.
 
rmichael
Forum Veteran
Forum Veteran
Posts: 718
Joined: Sun Mar 08, 2009 11:00 pm

Re: SolarTik

Tue Jun 29, 2010 9:23 pm

You mean add a PoE Switch! Great idea. How many ports ?

Tricky part is how to control it.
I would prefer a set of darlington, 1.1A PTC, fused outputs. POE injectors can be easily added when needed.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Tue Jun 29, 2010 10:17 pm

HEXFETs are much better. They're the kind of Nirvana of the Darlington driver world.

By Control, i mean the mechanism by whch you turn the ports on and off, like what you do on the Mikrotik to make the power go on/off.

If you can live with 2 switched PoE ports, then i can already do that with the Ubiquiti Routerstation (about 40 euro board) with a nice Web interface.

The downside is the power required to run the UBNT RS.
 
xezen
Long time Member
Long time Member
Posts: 628
Joined: Fri May 30, 2008 10:23 am
Location: South Africa

Re: SolarTik

Wed Jun 30, 2010 11:54 am

Relay Inputs/Outputs
well example relay

on solar so if the solar pannel get stole relay opens and send output to mikrotik and mikrotik smses me pannel is gone

on there uses and put door switch on relay and when door is open mikrotik emails me door is open

and many more uses
 
Nick Kett
Frequent Visitor
Frequent Visitor
Posts: 62
Joined: Wed Jun 30, 2004 8:32 pm

Re: SolarTik

Wed Jun 30, 2010 3:52 pm

If you are thinking of designing a pcb/kit how about integration for a GSM module.
Such as http://www.mikrovlny.cz/en/product/44 ... KIT_en.pdf
would add full out-of-band site alarms and re-boot facilities via SMS/GSM.
As an "add-on" PCB it could be linked-out if not required.
Maybe it would work as a "daughter board", or just use the same footprint for easy stacking.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Thu Jul 01, 2010 12:05 am

So a full AP security system then ?

How about adding a camera and the ability to open a Door Release remotely ?
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Thu Jul 01, 2010 12:13 am

GSM ?

Hmmm. I did quite a lot of work with GSM modules a few years ago.
I expect that they're a lot cheaper now.

Excellent suggestion.

GSM option is In.
 
xezen
Long time Member
Long time Member
Posts: 628
Joined: Fri May 30, 2008 10:23 am
Location: South Africa

Re: SolarTik

Fri Jul 02, 2010 10:39 am

so whats all in now?
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sat Jul 03, 2010 8:08 pm

It seems that SolarTik has basically served to point out that there is no real need for a Solar Charger, because you can buy one for about $20~$30, and the parts & time to make one would be roughly the same.

However, it does seem that there isn't anything out there that sucessfully fits the needs of a Mikrotik Power controller, or AP site Manager, specifically :-

1. About 4x MT PoE ports with 12v, 24v or 48v PoE power options.

2. Programmable low-voltage shut off, with programmable re-tries in case the power comes back.

3. Scheduled rebooting.

4. Remote rebooting/power control either through a web or GSM interface.

5. Multiple Power source options (e.g. solar, wind, normal PSU, nuclear ;)

6. Big red button so Client can reboot without a brain

7. Automatically report stuff, like voltage/alarm

8. Relay outputs to control things like a Door Release mechanism

9. Camera option to see who's there with automatic FTP of images to somewhere

10. Digital/Alarm-style Inputs to detect if somebody opened a door, broke a window, stole something etc.


Maybe i should start a new thread called TikGuardian.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Fri Jul 09, 2010 1:45 am

I bought a $30 solar charger off Ebay and it arrived today.

It charges the battery a bit high - 2.5A, but it has all of the features of many others i have seen the specs of.

Low-voltage cut off
PPM charging
MPPT
Industrial Processor (Atmel in this case, not a Microchip one - lol)
etc etc.

It turned the AP off earlier, and there is still 11.98v in the battery.

The Battery will be fine, which i care not one bit about - this Proper Professional Solar Charger decided to Sacrificed the AP for the sake of the Battery.

They all do. Try and tell me it is not So, and post Proof.

This is *exactly* why SolarTik is better.

SolarTik is designed to do it's best for the battery,
but the AP Must Live - batteries are cheap, Downtime is Bad.
 
RK
Long time Member
Long time Member
Posts: 565
Joined: Tue Nov 21, 2006 11:22 am
Location: Winnipeg, Canada and Central America

Re: SolarTik

Sun Jul 11, 2010 10:21 pm

We use 24V panels charging 12V batteries directly across the terminals
That seems like a really bad idea to me.
Everything I ever read said that charging batteries at so much above their nominal voltage damages them seriously.
 
RK
Long time Member
Long time Member
Posts: 565
Joined: Tue Nov 21, 2006 11:22 am
Location: Winnipeg, Canada and Central America

Re: SolarTik

Sun Jul 11, 2010 10:26 pm

It seems that SolarTik has basically served to point out that there is no real need for a Solar Charger
That's right. Also, there are many different types of solar panels and batteries that require different chargers.
There is enough solar charge controllers on the market today, no need for you to waste your time making another one.

What we really indeed need is a power controller.
 
janisbvp
Frequent Visitor
Frequent Visitor
Posts: 76
Joined: Thu Jul 15, 2010 10:33 am

Re: SolarTik

Thu Jul 15, 2010 11:25 am

Well, this construction seams sensible, although there are a couple of tons of such circuits in fleabay. One thing they lack is 36 or 48 volt support. It can either be done by more batteries or smps upconverter - say, 24 to 48 volts.
A neccesary feature would be - "power lost" warning - ROS can easily manage that, by either monitoring serial port pins or the voltage - this way we know, when we have lost the power and when to start looking for car keys in case that it doesn't come back.
Most important, this solution should be inexpensive enough to stimulate small ISPs to use it, just like surge protection - noone will be happy to buy RJ45 surge suppressor for 100$ even if the routerboard costs >200$.
Another idea is NiMh controller - smaller batteries - smaller overall enclosure - good for switches and smaller routers.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Thu Jul 22, 2010 11:50 pm

smps upconverter - say, 24 to 48 volts.
LM2577-ADJ is perfect.
 
User avatar
remotelylocated
just joined
Posts: 22
Joined: Wed Aug 15, 2007 1:27 am

Re: SolarTik

Mon Jul 26, 2010 8:56 pm

come on guys n gals !

What do you want a super-duper AP power controller to do ?

Even if you think your idea is useful just once in a blue moon, it'd be very nice to have the solution already there and waiting.
FM Radio Reciever with DTMF Decoder to flop the power when your AP locks up.

Jason
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Tue Jul 27, 2010 1:47 am

Nice one, probably.

what is a DTMF Decoder, and how would you like the unit to use it ?

(i could Google, but maybe you have a specific requirement)
 
RK
Long time Member
Long time Member
Posts: 565
Joined: Tue Nov 21, 2006 11:22 am
Location: Winnipeg, Canada and Central America

Re: SolarTik

Tue Jul 27, 2010 10:24 am

Nice one, probably.

what is a DTMF Decoder, and how would you like the unit to use it ?

(i could Google, but maybe you have a specific requirement)
DTMF = the dial tones on the phone. "Press 1 to reboot AP1, Press 2 to Reboot AP2" and so on.
 
User avatar
remotelylocated
just joined
Posts: 22
Joined: Wed Aug 15, 2007 1:27 am

Re: SolarTik

Tue Jul 27, 2010 10:36 am

Nice one, probably.

what is a DTMF Decoder, and how would you like the unit to use it ?

(i could Google, but maybe you have a specific requirement)
Mainly I have a Ham Radio Repeater system that all of my sites can hear. Pass some touch tone commands and when the decoder at the ap hears that over the radio it will flop a relay and power cycle the ap.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Fri Aug 06, 2010 1:11 am

you got a good (and cheap) DTMF decoder chip to recommend ?

Many years ago i saw the NE567, but i'm sure there's newer stuff.
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sun Aug 08, 2010 3:48 am

I finally got a TCP/IP link over PPP on the mikrotik serial port from my PIC chip.

I can Ping it ! WooHoo !

(MT PPP is a bit arsey, like when it sends 7E - or not. Had to build a protocol analyser to find that out)

Anyway. Happy happy. Progress happens.

Web interface to follow, then the easy bits, like the Entire wishlist.

PowerTik is almost there.
 
xezen
Long time Member
Long time Member
Posts: 628
Joined: Fri May 30, 2008 10:23 am
Location: South Africa

Re: SolarTik

Mon Aug 09, 2010 10:55 am

nice cant wait
 
User avatar
matrot2
Frequent Visitor
Frequent Visitor
Posts: 79
Joined: Thu Jun 25, 2009 12:34 pm

Re: SolarTik

Sun Oct 03, 2010 10:06 pm

RS232 interface so it can report voltages etc to the MT
It's here: http://tandem.ck.ua/ups_mtm-eng.php
 
sonny
Member Candidate
Member Candidate
Posts: 208
Joined: Fri Jan 28, 2005 5:14 pm
Location: Germany
Contact:

Re: SolarTik

Sat Oct 09, 2010 1:41 am

Hi guys,
Why don't use restlesspowerbox compact,
It has all Features you like to have and Power it from 24v batteries charged by Solar Panels?

http://www.restlesspowerbox.com/index.p ... &Itemid=16

Ks
 
adrianatkins
Long time Member
Long time Member
Topic Author
Posts: 556
Joined: Wed Sep 05, 2007 10:34 am
Location: Spain
Contact:

Re: SolarTik

Sat Oct 09, 2010 9:59 pm

that one looks good.
 
helectro
newbie
Posts: 46
Joined: Mon Jun 28, 2010 1:09 am

Re: SolarTik

Sun Oct 10, 2010 10:35 pm

 
charliebrown
Member Candidate
Member Candidate
Posts: 130
Joined: Wed Dec 17, 2008 3:27 am

Re: SolarTik

Mon Oct 11, 2010 1:43 am

Hi guys,
Why don't use restlesspowerbox compact,
It has all Features you like to have and Power it from 24v batteries charged by Solar Panels?

http://www.restlesspowerbox.com/index.p ... &Itemid=16

Ks

You got anywhere that has a price with it? And do you know what GSM Modems it can use?

Who is online

Users browsing this forum: Bing [Bot], holvoetn and 15 guests