Difference between revisions of "Bantam data cable"

From ivc wiki
Jump to navigationJump to search
Line 30: Line 30:
[[Image:helicopter_logview_overview.png|250px]] [[Image:helicopter_logview_graph.png|250px]]
[[Image:helicopter_logview_overview.png|250px]] [[Image:helicopter_logview_graph.png|250px]]


Forunately a gentleman called Dominik Schmidt has created a Windows based monitoring application called [http://www.logview.info/cms/e_logview_info.phtml LogView] especially built for battery chargers. It has profiles for a range of different manufacturers and models, including the Bantam models.
Forunately a gentleman called Dominik Schmidt has created a Windows based monitoring application called [http://www.logview.info/cms/e_logview_info.phtml LogView] especially built for battery chargers and data loggers. It has profiles for a range of different manufacturers and models, including the Bantam models.


The program splits the incoming serial data in graphics showing the charging voltage, cell voltage, input power, wattage, temperature, and energy usage.  
The program splits the incoming serial data in graphics showing the charging voltage, cell voltage, input power, wattage, temperature, and energy usage.  

Revision as of 01:03, 4 October 2009

To make a Bantam data cable, only a few things are needed. The part cost is small and the software is free (donationware).

Parts

  • 1x Servo cable
  • 1x RS-232 cable, either USB or Serial
  • Or build your own:
    • 1x 7332323 MAX3232CPE RS232 transceiver DIL16
    • 1x 4408407 D-Sub 9-pin Space-Save
    • 1x 2553071 Extension cable 9-pin D-Sub
    • 5x 6565659 Ceramic capacitor 0,1uF/50V
    • 1x 4831384 Prototyping board 100x160 mm
    • 1x Length 22 AWG wire

Build

Helicopter bantam bc6 setup.jpg

The BC6 has a port on the left side of the unit for data output. It's a TTL stream and a RS-232 transceiver is needed to make it more understandable for a computer.

Pin-out seen from the left side:

  • Pin 1 - 5V (left)
  • Pin 2 - Tx signal (middle)
  • Pin 3 - Gnd (right)

Connect the Tx signal to the Tx input on the RS-232 adapter, 5V to 3/5V power output, and Gnd to ground.

Connect the RS-232 adapter to the computer via either USB or Serial. The next step we're going to use the serial port (COM1, COM2, COM3, etc) to capture the data coming in from the charger.

Software

File:Helicopter logview overview.png Helicopter logview graph.png

Forunately a gentleman called Dominik Schmidt has created a Windows based monitoring application called LogView especially built for battery chargers and data loggers. It has profiles for a range of different manufacturers and models, including the Bantam models.

The program splits the incoming serial data in graphics showing the charging voltage, cell voltage, input power, wattage, temperature, and energy usage.

A driver might be needed if you use a USB serial adapter.

Once downloaded and installed, select your charger and try a random COM-port. Click 'Start recording' and start charging a battery. The graphs should begin to grow immediately. When the charging is done, save the graphics and data log for later reference.

Try playing around with the difference views in the View-menu and graphs on the left-side.

References