Any views expressed within media held on this service are those of the contributors, should not be taken as approved or endorsed by the University, and do not necessarily reflect the views of the University in respect of any particular issue.

Mark Naylor’s Blog

Mark Naylor’s Blog

I want to know how the Earth works…

TECH DEVELOPMENT: The BattMan (Battery Management)

In the Sounding Out the River project, we had dual aims of showing (i) how to monitor bedload transport during floods using geophones and also (ii) the development of a low cost data collection and telemetry system.

This latter component has seen us develop three pieces of technology.

  1. BattMan (for battery management)
  2. Geoduino Seismic Logger (Analogue to digital converter and logger for 3 component geophone data)
  3. Telemetry Box

In this post, we discuss the BatMan which is a board we have built for power management – primarily for the telemetry box.

The technical development has been carried out by Calum Cuthill who is a PDRA on the NERC funded Sounding Out the River Project funded as part of the Digital Environment Program.

Design Considerations

We are targeting bedload transport during storms in the autumn and winter in Scotland. This means low levels of sunlight, temperatures around and below 0 degrees and potential snow cover. Also, we have two different power needs. The data logger requires continuous power, where as the telemetry requires short busts of higher power. The environment can be very windy so equipment needs to be well tethered to avoid damage.

Solution

Originally, we were looking to use the Raspberry Shake which is an off the shelf, low cost instrument which uses a Raspberry Pi for logging and telemetry (~£1k). However, we found two challenges with this instrument. Firstly, the sampling rate was limited to 100 samples per second which means we could only resolve a 50Hz signal (we wanted 100 Hz). Secondly, it was power hungry…

Digos Data Cube

We decided these limitations were too great and switched to an off the shelf solution of the Digos DataCube logger which was much less power hungry and could record at the rates we needed, albeit a more expensive solution (~£3k per instrument and logger) which does not include telemetry by default.

In a later post we will talk about the development of our low cost Geoduino Seismic ADC board which resolves some of the cost challenges but here we talk about how we powered the DataCube and telemetry box.

Originally, we had anticipated using lead acid batteries (basically like a car battery) which can be recharged using a solar panel but are heavy. However, reliable solar is challenging during the Scottish winter and getting a very large car battery is both very expensive and very heavy to install. Further the solar panel (~£100/panel) and solar charge controller (~£150 each) add further costs and are bulky to carry.

Air Alkaline Battery

We decided on a different solution. Air alkaline batteries are commonly used for powering things like electric fences for farmland – and are consequently very cheap. They have a high specific energy density (hold a lot of power for not a lot of weight). The downsides are that they are not rechargeable (although they are easily recyclable and don’t contain nasties) and need air to function properly. The other limitation is that a typical 165Ah battery (weighing just over 3kg, and costing ~£40) can only provide a maximum current of ~50mA at typically 8V without killing the battery.

The Digos DataCube has sufficiently low power consumption that this will power it for ~5 months :-). The use of a single electric fence battery for this is great because it makes installation very easy.

Powering the telemetry is harder… as this briefly requires a current that kills the battery after a few days… Our solution is to trickle charge a small lead acid cell and then power the telemetry using the lead acid cell. This means we still get the advantage of the high power storage in the electric fence battery, but without the need to draw a high current from it!

Batt Man

To enable this, we have printed a circuit board which we call the BattMan (Battery Management). This board manages the trickle charging of the lead acid battery. We chose lead acid because it charges better at low temperatures than a lithium ion cell. We designed the BattMan so that it would work well with a Witty Pi Mini 3, which is an off the shelf solution of scheduling the turning on and off of a Raspberry Pi. We are using a Pi Zero to then do the telemetry as it uses less power than the standard Raspberry Pi but still has the functionality to make telemetry easy.

Rather than run off one electric fence battery, we decided to use two so that if anything went wrong with the telemetry, we dont risk killing the battery running the logger as they are independent – this just adds a but of robustness.

Features

We also added a couple of other features to the BattMan.

  • The chip managing the trickle charging of the lead acid cell is really pretending that the electric fence battery is a solar panel. So, we have added in the option of a solar panel input which will preferentially charge the lead acid cell if the voltage is sufficiently high. A hysteresis has been added to this switch so that XX V are required to switch to the solar input, but it will only switch back when the voltage on the panel drops below XX. This is because the voltage on a solar panel can drop rapidly once a current starts to be drawn.
    • The 8V electric fence battery can only have current drawn at 50mA without killing the battery, so we have included switches on the BattMan that set the upper limit of the current drawn to prevent this.
    • However, a higher current could be drawn from a solar panel. Consequently, when the system is switched to power off the solar panel, it over rides the limit set by the switches and allows upto 250mA of current to be drawn from the panel.
  • We can switch between charging a 6V or 12V battery.

UPDATE: Version 2

We have just produced a version 2 of the board, printing it in China rather than the UK which has reduced the cost significantly.

We have added an MCP3008 ADC to the board which allows us to convert the analogue voltages on the batteries and/or solar panel to a digital signal for telemetering out. This was chosen because Adafruit have written a convenient Python library for the Pi so that we can access the values over the I2C communication.

** Currently this new functionality has not been tested**

Thoughts

I really like the use of the electric fence batteries for powering remote instrumentation reliably. Provided the continuous current required is sufficiently low, they provide a light weight, cheap and reliable solution. I know people working on volcanos and remote locations who regularly have to carry in a heavy car battery to switch with the drained one and the carry the dead one out. If you have a maintenance run once or twice a year it is very little effort to carry in the 3kg electric fence battery. For the cost of a solar panel, charge controller and lead acid cell, you can probably buy ~8 electric fence batteries which would last us ~4 year for the logger.

Getting these boards printed and build in the UK was not cheap (~£200/board). We are currently trialing getting them printed and built in China which will reduce this cost significantly (~£30/board).

I am not sure whether this will prove the best solution when working in developing countries as I don’t yet know the availability of electric fence batteries there – but there may well be good off grid solutions that we can just work with. For example, in Nepal – they are not limited by the availability of solar power that there is over a dreich Scottish winter week.

 

Share

Leave a reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

css.php

Report this page

To report inappropriate content on this page, please use the form below. Upon receiving your report, we will be in touch as per the Take Down Policy of the service.

Please note that personal data collected through this form is used and stored for the purposes of processing this report and communication with you.

If you are unable to report a concern about content via this form please contact the Service Owner.

Please enter an email address you wish to be contacted on. Please describe the unacceptable content in sufficient detail to allow us to locate it, and why you consider it to be unacceptable.
By submitting this report, you accept that it is accurate and that fraudulent or nuisance complaints may result in action by the University.

  Cancel