Go Back   EcoModder Forum > EcoModding > Fossil Fuel Free > Open ReVolt: open source DC motor controller
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 08-04-2009, 07:09 AM   #2141 (permalink)
EcoModding Lurker
 
Join Date: Jun 2009
Location: Australia
Posts: 35
Thanks: 0
Thanked 3 Times in 3 Posts
I have been looking into extra functions that could be included on the control board. We have 6 spare I/O pins on the Atmega, 3 of these are A/D capable.

Possible functions are
Start Input - wired to the cars start switch - operates main contactor
Reverse Input - from gear box reverse switch - restrict power in reverse
Fault indicator - drive dashboard light
Brake Light In - reset pwm to zero when brakes are applied
AC Plug In - wired to switch operated when charger is plugged in
Speed Sensor In - wired to hall effect sensor on motor shaft
Battery volts measurement - connected via a linear optocoupler circuit

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 08-04-2009, 09:35 AM   #2142 (permalink)
EcoModding Lurker
 
Join Date: Aug 2009
Location: KcMo
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
H-bridge - getting rid of the transmission and still having reverse.

First post after spending a couple of days reading all the posts. I am excited to build my controller and have had e few ideas for features that would really make this a full feature unit.

Since the idea of using a Atmega16 is being kicked around how about lets think about putting an H-Bridge into this so we can go in reverse without a transmission. Not everyone would need to build that part of the circuit if they only wanted forward rotation.

The following old diagram that I have found many times over the years uses N and P channel Mosfets for simplicity.

The Using MOSFETS Website: H-bridge using P and N channel FETs

Here is an excellent simple explanation of how an H-bridge works.

http://www.barello.net/Papers/H-Bridge.pdf


Even on a light weight Metro that would allow us to remove the transmission and just keep the differential and re-case it. That would shave about 30 pounds off the package. For heavier Units this could be a very significant gain.

An added benefit to this setup is the possibility to regen during breaking. Want to slow down? throw on the P- channel at a low rate. Kinda like a a Jake brake on a semi-tractor. Not full braking just a couple of hundred amps at the most.

Just some thoughts on some features I would like to see. I think all the work that had been done on here is fantastic and I can see how this could be a really great controller when completely finished.
  Reply With Quote
Old 08-04-2009, 10:20 AM   #2143 (permalink)
PaulH
 
MPaulHolmes's Avatar
 
Join Date: Feb 2008
Location: Maricopa, AZ (sort of. Actually outside of town)
Posts: 3,832

Michael's Electric Beetle - '71 Volkswagen Superbeetle 500000
Thanks: 1,368
Thanked 1,202 Times in 765 Posts
There's a wire that operates the main contactor right now.
__________________
kits and boards
  Reply With Quote
Old 08-04-2009, 10:46 AM   #2144 (permalink)
EcoModding Lurker
 
Join Date: Aug 2008
Location: Calgary, AB
Posts: 21

Corolla bandit - '05 Toyota Corolla CE
Thanks: 1
Thanked 1 Time in 1 Post
If we add an 8-1 multiplexer, we can check up to 8 inputs with only 4 pins.
Start Input
Reverse Input
Brake Light In
AC Plug In
Speed Sensor In
We can check most of these every second, for the rest of the time we could have the speed sensor (hall effect?) connected to an interrupt.
  Reply With Quote
Old 08-04-2009, 11:26 AM   #2145 (permalink)
Joe
 
Join Date: Feb 2009
Location: phx
Posts: 260
Thanks: 0
Thanked 48 Times in 38 Posts
Quote:
Originally Posted by MPaulHolmes View Post
The EVTech people told me that too fast of a change in voltage or too large a voltage into an A/D channel can cause latchup.

Joe, one experiment you could do, (although I don't recommend it) is to turn up the hardware overcurrent shutdown point some (also change the software to allow for higher current) then slam on the gas. I predict at 16 MHz that you would get latchup with the LEM 300. It's actually a very noisy signal. I looked at it on the oscilloscope. It seems to me to be the most obvious cause of the latchup
.

Eek! sounds dangerous! Everything seems rosy at 16 Mhz, so I may not risk it at this point.

Quote:
Originally Posted by MPaulHolmes View Post
Anyway! Temperature is what we're talking about! Sounds like good savings for the mosfets. Cutting the resistance from 20 Ohms to 10 Ohms could only be done safely if we used 2 mosfet drivers. Voltage spikes would increase. Any idea what they are like right now? 144v isn't too close to 200v, but it isn't really far away either.
wait - are the gate resistors 20 ohm or 30 ohm? They're 30 ohm on the wiki schematic...

Quote:
Originally Posted by MPaulHolmes View Post
One thing to consider: The capacitors are rated for 3000 hours at 105 degC. Right now they are only getting into the 60's so that doesn't sound that bad. Even if they did get to 100 degC, if you drove for 1 hour per day at 100 degC, you could drive for around 10 years.
Nice! I vaguely remember some talk about 85C, but if it's 105C that's even better! I agree then - temps in the 60s is probably better than fine. In fact, we may not even need active cooling - just seal up the case and let it heat up.
__________________
ReVolt AZ testing thread:

http://ecomodder.com/forum/showthrea...ting-9325.html
  Reply With Quote
Old 08-04-2009, 11:33 AM   #2146 (permalink)
PaulH
 
MPaulHolmes's Avatar
 
Join Date: Feb 2008
Location: Maricopa, AZ (sort of. Actually outside of town)
Posts: 3,832

Michael's Electric Beetle - '71 Volkswagen Superbeetle 500000
Thanks: 1,368
Thanked 1,202 Times in 765 Posts
Hey Joe! Yes, the gate resistors were 30, but I changed them to 20 in the last 3 (yours, Bens, Adrians).

Here's the capacitor datasheet:
http://www.panasonic.com/industrial/..._ed_ts_dne.pdf

These are some pretty robust caps.

I don't have any info on the number of hours for the mosfets/diodes at a given temp.
__________________
kits and boards
  Reply With Quote
Old 08-04-2009, 11:58 AM   #2147 (permalink)
Joe
 
Join Date: Feb 2009
Location: phx
Posts: 260
Thanks: 0
Thanked 48 Times in 38 Posts
Quote:
Originally Posted by MPaulHolmes View Post
Hey Joe! Yes, the gate resistors were 30, but I changed them to 20 in the last 3 (yours, Bens, Adrians).
oh, that changes things slightly!

Heat generation at full frequency: 334W
Heat generation at half frequency: 217W
change: 35% reduction

Predicted temps should now be:
mosfet: 58
heatsink: 51

So, I guess the prediction is still too low, but it's a hair closer.

The numbers at the bottom of my post for reduction in heat generation were assuming 30 ohm gate resistors. They've dropped a little:

15 Ohm Rgate - 16% less heat generation
10 Ohm Rgate - 33% less heat generation
5 Ohm Rgate - 51% less heat generation

I'd like to put my scope on there and check out the voltage spikes...

Quote:
Originally Posted by MPaulHolmes View Post
I don't have any info on the number of hours for the mosfets/diodes at a given temp.
I asked about that - apparently, thermal cycles play a bigger role than actual temperature. I guess actual life is hard to estimate.
__________________
ReVolt AZ testing thread:

http://ecomodder.com/forum/showthrea...ting-9325.html
  Reply With Quote
Old 08-04-2009, 05:09 PM   #2148 (permalink)
EcoModding Lurker
 
bones007's Avatar
 
Join Date: May 2009
Location: Brampton, Ontario, Canada
Posts: 15
Thanks: 0
Thanked 2 Times in 2 Posts
Power steering too?

I have been reading this thread for a couple months now and what attracted me here in the first place was a search for a power steering / accessory motor controller. There are a couple gasoline powered vehicles that have an electric-hydraulic power steering pump that can be scavenged, or new commercial solutions exist, but I see a couple problems with these solutions:

-If you are choosing a used electric power steering pump from an old vehicle (ex MR-2: Installing the Electro-Hydraulic Power Steering System) there is a limited supply and their availability at a good price is hit or miss

-New commercial versions are expensive. I had a quote for almost 800 buck from Power Steering Kit.

-Both solutions require sizing your 12V system to be able to handle the large peak current draws that can occur with those systems (~60A). Running off pack voltage would be better for efficiency sake.

I don't currently have an EV but I am planning a conversion next summer and I was thinking that why not take advantage of the power steering pump that came with my "glider" in the first place. All I need is a motor to turn the pump.

Perhaps a motor like one from an electric lawn mower or some other motor.

Then I thought that it would be nice to reduce the power steering boost when running above a certain speed to avoid wasting energy....I need a controller.

I was thinking that a single mosfet/diode/cap stage would probably be enough for the power steering pump motor. The canev.com 12V systems have a peak 60A = 720W. At 120V that current is only 6A for the same power. That should nicely fit into a single mosfet/diode/cap stage.

If the microcontroller was fitted with a main motor RPM sensor, and could output a second PWM signal to a separate mosfet driver circuit, there you have it - a power steering motor controller inside the main motor controller.

Those of you with an EV, what are you doing for power steering? Simply looping the lines is not an option for me as I would like my wife to be able to drive this thing, and I don't know if she could handle it without power steering.

Can the current micro-controller handle two PWM channels. Is there enough computational cycles leftover to handle the adjustment of the PWM of the power steering pump motor according to the motor RPM?

I have enjoyed reading these posts, all 2147 of them. Great work everyone. I can't wait until I can place an order for a kit.
  Reply With Quote
Old 08-05-2009, 12:42 AM   #2149 (permalink)
PaulH
 
MPaulHolmes's Avatar
 
Join Date: Feb 2008
Location: Maricopa, AZ (sort of. Actually outside of town)
Posts: 3,832

Michael's Electric Beetle - '71 Volkswagen Superbeetle 500000
Thanks: 1,368
Thanked 1,202 Times in 765 Posts
It's a simple(ish) thing to use a different micro. The One of the Atmel chips that I have looked at for Sync-Rect. has 6 pwm channels. I don't think the coding is that different.
__________________
kits and boards
  Reply With Quote
Old 08-05-2009, 08:03 AM   #2150 (permalink)
EcoModding Lurker
 
Join Date: Jun 2009
Location: Australia
Posts: 35
Thanks: 0
Thanked 3 Times in 3 Posts
I just noticed in the controller schematic that the throttle pot input doesn't have any clamp diodes to stop the input voltage going over +5 or under gnd. On the Zilla site throttle pot wiring interference is specifically mentioned as a problem. Maybe that's what is causing Joe's controller to lock up.

  Reply With Quote
Reply  Post New Thread




Similar Threads
Thread Thread Starter Forum Replies Last Post
Paul and Sabrina's Cheap 3 Phase Inverter (AC Controller) with Field Oriented Control MPaulHolmes Fossil Fuel Free 3480 05-04-2022 05:43 PM
Paul & Sabrina's Cheap EV Conversion MPaulHolmes Fossil Fuel Free 542 11-12-2016 09:09 PM
Three Dirt Cheap DIY Electric Cars - Part 5 SVOboy EcoModder Blog Discussion 0 12-12-2008 04:10 PM



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