Go Back   EcoModder Forum > EcoModding > Instrumentation
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 11-12-2008, 02:25 PM   #11 (permalink)
Master EcoModder
 
Join Date: Jun 2008
Location: London, Ontario
Posts: 1,096

2k2Prot5 - '02 Mazda Protege5
90 day: 33.82 mpg (US)
Thanks: 0
Thanked 17 Times in 14 Posts
Uhm, no... because it was JUST A SUGGESTION. The reasons were given in my reply. As well, for the reasons given in my reply, i can't select a part number because i don't know the parameters of his project. I don't understand why you're being so persistant about this?

I suppose that "better" is highly dependant. For some people, a geo metro is better than a Enzo Farrari... but the farrari is definately more complicated, costly and difficult to build. I think in terms of accuracy and reliability. You will get better accuracy if you do not leave it to resistive dividers and instead use ADC's specifically designed for the intended voltage range.

If it is a quick and dirty hack job you are looking for, then by all means use an analog multiplexer and resistive dividers... whoever is paying for it may want better.

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 11-12-2008, 02:35 PM   #12 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
anyway, getting back to constructive and non presumptious things:

There may be another option that builds on Matts suggestion, that is both easy to hook up and not terribly expensive, and that is to utilize atmels I2C (or 2 wire) protocol, and make a bunch of attiny devices on that network that monitor the batteries (perhaps one attiny can monitor a pair of batteries or something). So each battery (or pair of batteries) gets a chip and get strung into the i2c network.

The floating grounds might be a problem though, if it were easy to make the attinys autorange in relation to ground, or if Matt has a chip suggesion for a floating ground adc that might prove helpful too.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 11-12-2008, 02:52 PM   #13 (permalink)
Master EcoModder
 
Join Date: Jun 2008
Location: London, Ontario
Posts: 1,096

2k2Prot5 - '02 Mazda Protege5
90 day: 33.82 mpg (US)
Thanks: 0
Thanked 17 Times in 14 Posts
er... be very careful about using I2c over range. It really is a bus better (there's that word again) used between chips on a board rather than wired between boards. RS232, CAN, even TTL serial or parallel are better options for that. The reason being the resistance and capacitive limits of I2C are very small.

Finding a good I2C chip is a great idea because you don't need many ports on the processor (it is a 2-wire bus that allows multiple components to connect together and to two pins on the cpu). I still would recommend running a wiring harness to each of the nodes of the battery net and keeping your ADC's all on one board.

Digi-Key Part Search

The link above will get you to the parametric search on the digikey website under the ADC section. You select your bus (I2C, serial, whatever) then select your voltage range, temperature range, your chip package (dirt-sized SMT or big honkin DIP packages) and all the other necesities. It will allow you to find multi-channel adc's and (literally) all the other options out there.

Another caveat with I2C components... some of them (including the I2C ADC that is on a board that I am currently working with) have a fixed adress, so you can't put multiples of the same chip on the same bus or they won't know which one is being adressed. If you can't find a way around this, you will have to use an analog multiplexer to feed into a single adc.

ps - what's an attiny device?
  Reply With Quote
Old 11-12-2008, 10:51 PM   #14 (permalink)
Batman Junior
 
MetroMPG's Avatar
 
Join Date: Nov 2007
Location: 1000 Islands, Ontario, Canada
Posts: 22,515

Blackfly - '98 Geo Metro
Team Metro
Last 3: 70.09 mpg (US)

MPGiata - '90 Mazda Miata
90 day: 52.71 mpg (US)

Even Fancier Metro - '14 Mitsubishi Mirage top spec
90 day: 70.75 mpg (US)

Appliance car - '14 Mitsubishi Mirage ES (base)
90 day: 52.48 mpg (US)
Thanks: 4,062
Thanked 6,960 Times in 3,604 Posts
Anton, I may have mistakenly assumed that you were looking to build the whole thing from scratch.

If that's not the case, you may want to look at this:

PakTrakr Multi Battery Monitor Battery Pack Monitor

Can be configured to monitor up to 40 batts.

Quote:
Q: Is there a serial interface for logging data to a PC?

A: Yes, the PakTrakr sends out a CSV data stream every second,
containing all the battery data. By attaching a PC to the PakTrakr
via the optional serial interface, the data may be easily read into a
spreadsheet for analysis.
__________________
Project MPGiata! Mods for getting 50+ MPG from a 1990 Miata
Honda mods: Ecomodding my $800 Honda Fit 5-speed beater
Mitsu mods: 70 MPG in my ecomodded, dirt cheap, 3-cylinder Mirage.
Ecodriving test: Manual vs. automatic transmission MPG showdown



EcoModder
has launched a forum for the efficient new Mitsubishi Mirage
www.MetroMPG.com - fuel efficiency info for Geo Metro owners
www.ForkenSwift.com - electric car conversion on a beer budget
  Reply With Quote
Old 11-13-2008, 12:42 AM   #15 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
matt, attiny is just a little microcontroller, like a pic, but if you know an adc that handles floating ground that would be useful, I don't know how to search for it.

Here's a page that provides some more ideas, a basic stamp based battery individual battery monitor. He has plain optos on each battery that draw a continuous 25ma (maybe) so not 100% ideal or easy to disengage in a sleep mode, but still plenty to think about: BATTERY MONITOR





I also have to think that too many chips and a network will add to the "leakage" power consumption just as a voltage divider would. I wonder if you can make an auto-ranger out of a 4051?
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 11-14-2008, 03:14 PM   #16 (permalink)
Master EcoModder
 
Join Date: Sep 2008
Location: Texas
Posts: 632
Thanks: 0
Thanked 26 Times in 24 Posts
What about measure the voltage of each node with respect to ground? It will take some processing cycles to convert them into voltage per battery, but it should turn out cheaper. Use some MOSFET type optoisolators to switch the data acquisition device from node to node. Add some series resistors to prevent accidental short circuits.

__________________
If America manages to eliminate obesity, we would save as much fuel as if every American were to stop driving for three days every year. To be slender like Tiffany Yep is to be a real hypermiler...

Allie Moore and I have a combined carbon footprint much smaller than that of one average American...
  Reply With Quote
Reply  Post New Thread




Similar Threads
Thread Thread Starter Forum Replies Last Post
Tips for USB datalogging out of an iDuino? jim-frank Instrumentation 6 11-12-2008 06:55 PM
USB connected LCD? SVOboy OpenGauge / MPGuino FE computer 3 09-15-2008 07:54 AM
OBD2 - USB on ebay --- any good? Noel Instrumentation 7 08-20-2008 11:15 PM
Cheapy USB Serial OBDII Ebay Purchase Help Nerys Instrumentation 2 06-02-2008 01:23 AM



Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com