--
You received this message because you are subscribed to the Google Groups "Reading Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hackspace+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
solar mppt (=good) charger for lead acid and lithium. uses decent TI IC.
http://www.ebay.co.uk/itm/BQ24650-5A-MPPT-Solar-Panel-Lithium-Lead-acid-Battery-Charging-Controller-Board-/182042324118?hash=item2a62916c96:g:UskAAOSwPc9W1~Tz
--
You received this message because you are subscribed to the Google Groups "Reading Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hacksp...@googlegroups.com.
Hi,Calling any low power Arduino/temperature monitoring experts!
...........snip............
You should be okay with Mike's gateway. It should be too much trouble to carry out a test to confirm.
Picking up an Arduino Uno is probably the easiest way to jump into learning.
Mike mentioned my DevDot above, this is similar, but takes advantage of the SAMD processors and incorporates a few different power options that may be useful when we know what's what.
Obviously there are alternative options as well.
Sounds like an exciting use case with some good challenges
On 24 Jan 2017, at 18:53, Chris Bingham <chrisbi...@gmail.com> wrote:Used to be a progammer up to 11 years ago so should be able to pick up
the C/C++ side OK. Not done any Segger Programmer stuff though.
Which temperature monitor to go for (are any better than any others!) - need
accuracy around +-0.5C ideally or better
To have accuracy of +-0.5C you may need to think again on temp sensors as
from memory DS18B20s are only good for +-2C. You can buy DS18B20s in a nice
waterproof housing and, as you say, you can chain a few of them together,
but as far as I’m concerned that’s just about all that’s good about them.
Compared to some other sensors, they are slow and power hungry, and despite
what the datasheet tells you, don’t expect them to work reliably down at 3v.
Texas Instruments TMP112s are good for +-0.5C but I haven;t seen them in a
nice waterproof package - though it may be possible to protect them with
some resin / solder on some sort of probe wire to stick into the hive.
I have a few of the DS18B20s on order and they 'claim' to be +-0.5 but
maybe I'll have to rethink!

--
You received this message because you are subscribed to a topic in the Google Groups "Reading Hackspace" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/reading-hackspace/8PwIo7imD0k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to reading-hackspace+unsubscribe@googlegroups.com.
Put me down for some please, as high up the waiting list as possible.
:-)
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Reading Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hacksp...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Reading Hackspace" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/reading-hackspace/8PwIo7imD0k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to reading-hackspace+unsubscribe@googlegroups.com.
Hi Chris, great to see you are making good progress on this.
Did you try the usual ways to reduce RAM usage, like putting strings and fixed tables into program memory only?
The Zero is a good way to go, and it should be able to run on about half the power of the ATMega based devices. It also has the RTC inside already. Power consumption is mainly determined by the external circuits and the library controlling the internal module power supplies and clocks.
Oliver and I think Gavin have some other alternative SAMD boards which may have more simple external circuits and make low power more easy.
Richard
--