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 06-11-2011, 11:08 AM   #11 (permalink)
Computer/EV enthusiast
 
Join Date: Jan 2010
Location: Indiana, USA
Posts: 32
Thanks: 2
Thanked 7 Times in 5 Posts
You can get a 7/8" Chinese import Android tablet these days for ~$100. There are even 10" ones in the $150-$170 range. Just search for tablets that use the WM8650 chipset. I'd be really tempted to dash mount a tablet and load it with Torque and a music player. It's like a poor man's carputer!

Another possibility might be to turn the Cougar into an actual Android accessory. I think there was already one person who ran a Cougar with an Arduino, so it's definitely a possibility.

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 06-28-2011, 08:59 PM   #12 (permalink)
EcoModding Apprentice
 
Join Date: Nov 2010
Location: Annapolis
Posts: 159
Thanks: 0
Thanked 32 Times in 27 Posts
I've created a new project on Google Code named 'obd2-instruments'.

http://code.google.com/p/obd2-instruments/

This project contains multiple subsystem.

The Cougar add-on OBD2 code is there, unchanged from its early January snapshot.

There are more recent versions for both the AVR (e.g. Arduino hardware, and the Cougar hardware) and the STM32.

The AVR version supports multiple chips. Our first motor controller used an Arduino Mega1280 board, which soon added a MCP2515 CAN controller. At that point I rewrote our firmware to be partially compatible with the Cougar config structure in the hope that the CAN interface code would be useful for Cougar users.

I later added a driver for the CAN controller built into the AT90CAN32 series, although that is untested and there is no GPIO setup code for those chips.

The STM32 version started with our use of the STM32VLDiscovery board. We wired up a MCP2515 controller, since I had known-working code. (That was supposed to be easy, but we lost a few *days* to chip bugs that made that specific SPI port unusable.) I later added support for the '103 and '105 chips and their 'bxCAN' on-chip CAN controllers once our controller PC board was fabricated.

BTW, thank you 'Laen' at DorkbotPDX for making it easy and inexpensive to have our controller PC board made, along with all of the other random PC boards for our EV project.

Last edited by DJBecker; 06-28-2011 at 09:17 PM..
  Reply With Quote
Old 07-17-2011, 08:22 AM   #13 (permalink)
EcoModding Lurker
 
Join Date: Jul 2011
Location: Tampa, Florida, United States
Posts: 28
Thanks: 5
Thanked 2 Times in 2 Posts
Wow DJ Your really rocking with that. Its awesome! =)
  Reply With Quote
Old 08-06-2011, 10:54 AM   #14 (permalink)
ReVolt Enthusiast
 
Join Date: Jun 2009
Location: Michigan, USA
Posts: 239
Thanks: 98
Thanked 47 Times in 40 Posts
Quote:
Originally Posted by DJBecker View Post
There are more recent versions for both the AVR (e.g. Arduino hardware, and the Cougar hardware) and the STM32.

Our first motor controller used an Arduino Mega1280 board, which soon added a MCP2515 CAN controller. At that point I rewrote our firmware to be partially compatible with the Cougar config structure in the hope that the CAN interface code would be useful for Cougar users.

I later added support for the '103 and '105 chips and their 'bxCAN' on-chip CAN controllers once our controller PC board was fabricated.

Our controller PC board made, along with all of the other random PC boards for our EV project.
DJB,

Are you selling these motor controllers your developing? or are they open source EV projects?

-Mark
  Reply With Quote
Old 08-06-2011, 12:05 PM   #15 (permalink)
EcoModding Apprentice
 
Join Date: Nov 2010
Location: Annapolis
Posts: 159
Thanks: 0
Thanked 32 Times in 27 Posts
Quote:
Originally Posted by sawickm View Post
DJB,

Are you selling these motor controllers your developing? or are they open source EV projects?

-Mark
Everything is Open Source -- GPL for the firmware.

I've put most of the CAN related code on

obd2-instruments - Automotive CAN bus implemention including OBD2 reporting and gauge/display drivers - Google Project Hosting
and
arm-utilities - ARM processor toolchain utilies - Google Project Hosting

I haven't yet called this a release or made our circuit boards available because of a long-running problem that was only recently resolved.

Our drivetrain would make a horrible squeal when under load, such as when going uphill or accelerating. Everything was under suspicion, including oscillations caused by the board layout and the firmware. Only recently was the problem tracked down to the armature winding structure slipping on the shaft(!) under high load. We had been sold a bad motor.

That mechanical problem is now resolved, but it delayed development by months and caused me to rip many features out of the firmware. I'm working on the west coast most of the summer which makes development of the motor controller section more difficult, so I've focused on other aspects.

  Reply With Quote
The Following User Says Thank You to DJBecker For This Useful Post:
sawickm (08-06-2011)
Reply  Post New Thread


Thread Tools




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