Jeremy Harris
100 MW
I purchased one of these (http://cats-whisker.com/web/node/7 ) last week and have just got around to playing with it.
I have to say I'm impressed, as it's very easy to drive from a simple microcontroller. I've hooked it up to a Picaxe 08M (http://www.rev-ed.co.uk/picaxe/) , the little baby 8 pin controller that is easy to programme using a high level language a bit like Basic. This chip has 10 bit ADC inputs, digital I/O and serial I/O, making it easy to interface directly to the display and measure battery voltage/current. This thing would make a very nice ebike power display, as it's small enough to fit into a very compact case.
I'm looking at making an intelligent battery charge meter for my electric boat, using this as the display. I'm measuring current with one of these (http://www.lem.com/hq/en/component/option,com_catalog/task,displaymodel/id,90.37.19.000.0/ ) current sensors and hope to be able to measure both charge power (from the solar panels) and discharge power (power used by the motor) to get a simple bar graph display of true watt hours remaining in the battery pack. I am currently thinking of displaying an instantaneous charge/discharge bar graph on the top line (centre zero) and a charge remaining bar graph (E to F) on the bottom line, but may change my mind.
So far, I've knocked up some test code and hardware and made a neat temperature meter using a DS18B20 temperature sensor. This works well, with a digital readout on the top line in degrees Celsius and a bar graph on the bottom line.
There's no good reason why one microcontroller (perhaps one of the bigger Picaxe chips) couldn't drive several of these, as all that's needed is a single wire serial connection per display. With a bit of imagination a comprehensive dash board display could be built fairly easily.
Jeremy
I have to say I'm impressed, as it's very easy to drive from a simple microcontroller. I've hooked it up to a Picaxe 08M (http://www.rev-ed.co.uk/picaxe/) , the little baby 8 pin controller that is easy to programme using a high level language a bit like Basic. This chip has 10 bit ADC inputs, digital I/O and serial I/O, making it easy to interface directly to the display and measure battery voltage/current. This thing would make a very nice ebike power display, as it's small enough to fit into a very compact case.
I'm looking at making an intelligent battery charge meter for my electric boat, using this as the display. I'm measuring current with one of these (http://www.lem.com/hq/en/component/option,com_catalog/task,displaymodel/id,90.37.19.000.0/ ) current sensors and hope to be able to measure both charge power (from the solar panels) and discharge power (power used by the motor) to get a simple bar graph display of true watt hours remaining in the battery pack. I am currently thinking of displaying an instantaneous charge/discharge bar graph on the top line (centre zero) and a charge remaining bar graph (E to F) on the bottom line, but may change my mind.
So far, I've knocked up some test code and hardware and made a neat temperature meter using a DS18B20 temperature sensor. This works well, with a digital readout on the top line in degrees Celsius and a bar graph on the bottom line.
There's no good reason why one microcontroller (perhaps one of the bigger Picaxe chips) couldn't drive several of these, as all that's needed is a single wire serial connection per display. With a bit of imagination a comprehensive dash board display could be built fairly easily.
Jeremy