Difference between revisions of "Smart Battery Charger with Graphical Data Logger"

From OpenCircuits
Jump to navigation Jump to search
Line 45: Line 45:
 
=== Command Details ===
 
=== Command Details ===
  
These commands are fairly direct implementations of the basic command set of the BitWacker. The interface does change format of the input. For example in configuring the IO ports binary seems easier than decimal.
+
comming.....
 
 
 
 
*Reset ( Reset )
 
**No input, no output, should just work.
 
 
 
*Version
 
**Input: none
 
**Output: ( Field Version ) is the version response from the BitWacker.
 
 
 
*Configure
 
**Input: 4 Fields, 3 Fields( binary ) for the direction of PortA, PortB, PortC ( 1 is input, 0 is output.), and one input for then number of Analog channels ( 0 to 12 ). 
 
** Output: none.
 
 
 
*Output All ( )
 
**3 inputs, one field for each port.  Binary input 1 for output high, 0 for output low.
 
 
 
*Input All ()
 
**Input:  Output one field for each port, binary.
 
 
 
*Output Pin
 
**Inputs:  Port Field ( use either decimal numbers 0, 1, 2, or A, B, or C).  Pin Field, use decimal number 0 to 7.  State  0 or 1 ( could be in any base, how can you tell? ).
 
**Output: None
 
 
 
*Input Pin
 
**Input:2 Inputs.  Port use either decimal numbers 0, 1, 2, or A, B, or C.  Pin, use decimal number 0 to 7. 
 
**Output: State of pin; 0 or 1.
 
 
 
*RC Servo
 
**Input: As with Output Pin except that value is between 1 and 11890 and will cause a high pulse whose duration is proportionally between 1ms and 2ms. These pulses repeat every 19ms.  This controlls the servo's rotation
 
**Output: None
 
 
 
*Memory Write
 
**Input: Address to be written to.  Value to be stored in the address.
 
**Output: None
 
 
 
*Memory Read
 
**Input:  Address to be read.
 
**Output: Value stored in the address.
 
 
 
  
 
=== Bugs and Enhancements ===
 
=== Bugs and Enhancements ===
  
 
See the list at [[RS232Probe Enhancements and Bugs]] a list for all the related applications.
 
See the list at [[RS232Probe Enhancements and Bugs]] a list for all the related applications.

Revision as of 15:26, 22 January 2009

Summary

  • Name: Smart Battery Charger with Graphical Data Logger
  • Status: still developing, java is close to working.
  • Technology: Java -- should run on many platforms, Windows 98 through Vista, Mac, Linux PIC, could be BitWacker or even other microcontroller with serial port.
  • Author: russ_hensel ( where you can find an email address to reach me )
  • License: not fully determined, but open source and object code.

Purpose:


A complete log of activity is provided both to the screen and to a log file.

This is one of a series of articles on Microcontroller Serial Communications, rooted at this site here: Microcontroller Serial Communications Articles

Screen

Comming Soon

Notes:


  • Comming soon

Some Features

  • Charging data graphed and saved to log file.
  • May be used to charge, discharge, test, or cycle batteries.
  • Charging algorithim on the PC: High current phase may be ended by peaking, time limit, or voltage limit

Menu Choices

  • File -> Exit
    • Closes the comm port and exits the application.
  • File -> About the Application
    • About Box for the Application
  • More comming as work proceeds.

Download and Install

See the page BitWacker PIC and Other Microcontroller to Java Communications for the Java Components. For the microcontroller and other hardware email me.

Command Details

comming.....

Bugs and Enhancements

See the list at RS232Probe Enhancements and Bugs a list for all the related applications.