0
Offline
Faraday Member
Karma: 16
Posts: 3196
20 LEDs are enough
|
 |
« Reply #15 on: April 16, 2011, 03:00:00 am » |
I do not know what the boards will be for and which number of boards you plan. Everything of design, assembling and implementation can be outsourced. However this is not cheap either  But at least you can trade money for time.
|
|
|
|
|
Logged
|
|
|
|
|
Portugal
Offline
God Member
Karma: 5
Posts: 962
|
 |
« Reply #16 on: April 16, 2011, 08:36:51 am » |
Learn about sleep modes and if its only to log temperatures run the micro with the internal 8Mhz RC and with clockdiv on, the slower it is the less power it uses, dont put any unecessary always on leds and minimize resistor use.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Faraday Member
Karma: 16
Posts: 3196
20 LEDs are enough
|
 |
« Reply #17 on: April 17, 2011, 02:26:26 am » |
CKDIV will only reduce total power consumption if you also lower the voltage. Otherwise you will have to stay awake longer which in turn leads to MORE power consumption. This is because you basically transport the same amount of charge per cycle. However running with CKDIV means MORE cycles for the oscillator. So if you have to lower power consumption decrease voltage as much as possible. Then setup CKDIV to still run stable at that voltage. Alternative option: run with the watchdok oscillator only @128kHz.
Anyway: have a look at the datasheet and turn off whatever you do not need (e.g. serial, A/D converter)
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 4
Arduino rocks
|
 |
« Reply #18 on: May 27, 2011, 02:52:00 am » |
I did read your topic just now. But to me it don't seem to be necessary to search for extreme small power consumption. I am currently working (also in spare time) on a batterieloader for reloadbatteries, based on arduino. The purpose is to disconnect from power supply (in my case 230 ac) if the load is complete via a optocoupler. But in your case i would work with solar power (a small surface should do) and reload batterypack (4x 1.2 volt cells do very well for this purpose). How it would best work in case of solar power supply : that needs some work out, because i also had some problems with to make it all go smooth. But mainly i think a combination of the solar cell + a constant current source toward the batterypack should do. In this way it must be possible to build easily a device that works even over a year or even two and weighs less than 1 kg.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #19 on: June 24, 2011, 05:52:53 pm » |
Could you hook up a rechargeable battery to a PV cell and have it trickle charged from the sun during the day? That could help get it to last a bit longer.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Jr. Member
Karma: 0
Posts: 71
|
 |
« Reply #20 on: June 24, 2011, 08:18:42 pm » |
Use a clip on current transformer to steal power from insulated cables in the vicinity of your logger.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
0
Offline
Faraday Member
Karma: 16
Posts: 3196
20 LEDs are enough
|
 |
« Reply #22 on: June 25, 2011, 01:26:06 am » |
I would omit the crystal. This gives two additional IO pins and reduces power consumption. Instead I would add some quality RTC. This would allow for superior timing. It also would allow to go for deeper sleep modes thus resulting in even less power consuption.
If exact timing is needed the AVR RC oscillator can be calibrated. Since the RTC solution provides a reasonable good reference it is possible to recalibrate anytime exact timing is needed.
|
|
|
|
|
Logged
|
|
|
|
|
Central MN, USA
Online
Faraday Member
Karma: 35
Posts: 5949
Phi_prompt, phi_interfaces, phi-2 shields, phi-panels
|
 |
« Reply #23 on: June 25, 2011, 02:14:34 am » |
|
|
|
|
|
Logged
|
|
|
|
|
Wellington, New Zealand
Offline
Sr. Member
Karma: 1
Posts: 404
|
 |
« Reply #24 on: June 25, 2011, 02:27:44 am » |
Why not try an Arduino Fio? I've got one that I connected the SLEEP_ON signal from the xbee to D2 on the Fio and I'm using xbee cyclic sleep mode and putting the fio to sleep waiting on a rising edge interrupt on D2 every 10 minutes. I'm still working on the software but I'm hoping to get a couple of months from a 1000mAh LiPo battery.
|
|
|
|
|
Logged
|
|
|
|
|
|