Ass Clowns Coup d’etat — or Art Linkletter – Don’t Kids Say the Darndest Things.

Tactically, a coup d’état involves control, by an active minority of usurpers, who block the remaining (non-participant) defenders of the state’s possible defence of the attacked government, by either capturing or expelling the politico-military leaders, and seizing physical control of the country’s key government offices, communications media, and infrastructure

This week, the majority of our episode involves the environmental air conditioning and heating systems of the 1974 Karmann Ghia. Brain and Jamie run amuck on this rusty version of what was supposed to be a perfect restoration of a classic of my era. I graduated high school in 1973 and the Karmann Ghia was a quirky but admired vehicle of the time. No match for the muscle car Z28’s and Chargers of the day, it was economical and oddly stylish. Brain continues with what is shaping up as a fantastic build and we should wind up with an all-season all-weather small car.

The amount of space required for the environmentals is non-trivial however. The front compartment of the car is destined to be pretty much devoted to that. We MIGHT squeeze in a charger or DC-DC converter, but not likely. But it’s going to have 5kw of hot water heat and an electric compressor air conditioning system.

[jwplayer streamer=”rtmp://s3einxnpkaij93.cloudfront.net/cfx/st/” provider=”rtmp” file=”news102513-iPhone.m4v” hd.file=”news102513-1280.mov” image=”http://media3.ev-tv.me/news102513.jpg”  width=”950″ height=”584″ html5_file=”http://media3.ev-tv.me/news102513-1280.mov”]

But the drama of the week arose from a surprise announcement by Collin Kidder and Michael Neuweiller that THEY controlled GEVCU and had always intended to. Kind of like Alexahder Haig’s announcement when Reagaon was shot. “I AM IN CONTROL.”

I rather portrayed this as getting “kicked out” of the GEVCU group. Not precisely accurate. It was more of an entirely puzzling attempted coup d’etat accomplishing little other than minor abrasions to my personal feelings and some inconvenience in rearranging some logistics surrounding the project. While inconvenient, it’s hardly qualifies as a setback to anything other than my always optimistic view of my fellow human beings.

I kind of live in a fantasy world where everyone is honest and clean and driven by devotion to a higher cause. As many of you observe, I get my bell rung pretty badly on this with all too much regularity.

While it does make me look youthfully naive, I simply CHOOSE to believe in Abe Lincolns “better angels” of mankind and I simply won’t give it up to the narcissistic negativity of Sodom and a search for “one good man.”

But the history of this one is surreal.

Subsequent to our windfall of a large quantity of Digital Motor Controllers (DMOC) and Siemens Motors last fall, we have a device that promises a true liquid-cooled AC drive for electric vehicle builds at a reasonable price and with acceptable power of up to 118kw that we’ve since dynomometered at 144 HP. From my perspective, this has been the holy grail of EV drive trains from the beginning. An OEM quality AC drive train for under $10K. Seems a reasonable request when they are readily SELLING them to OEM’s for about $5k.

The only problem was that it also used the OEM model of a Vehicle COntrol Unit driving the system by Controller Area Network or CAN messages. The VCU in the Azure Dynamics was a bit of closed firmware. We could probably use it, but we would have had to spoof things like the Johnson Controls battery pack. And so it would require a $500 VCU that was entirely closed, entirely NOT configurable, and of limited utility.

We approached New Eagle, who had supplied the initial VCU package to AZD. But werather failed in describing a “configurable” VCU. That was a foreign concept to them and kind of anathema to their business model of basically selling the same software over and over with minor changes for each vehicle. If the end user could make minor changes through a configuration screen, how does THAT work. Men are from Mars. Women are from Venus. From my point of view, they were all gurlz.

Meanwhile, the RechargeCar guys had taken an Arduino Mega and redesigned it to have two CAN bus ports on it. There was a CAN library in the Arduino community to drive it. If we could duplicate the CAN messages using this device, we could control the DMOC and make it go. Arduino was open. And it was cheap.

So we announced an entirely made up fantasy program we called the Generalized Electric Vehicle Control Unit. A VCU that you could configure for any electric car and have it operate your way, but one that would operate the DMOC and drive the Siemens motor. In this way, you could drop the whole drive train into any car you wanted to convert, and “configure” it for whatever type of accelerator pedal you had to work with, brake transducer or potentiometer if you had one, and deal with all the minutia of interlocks, brake lights, the “feel” of the regenerative braking – a lot of things that are very much a personal choice in doing a build.

Any OEM does the same thing, and they “tune” this for what they think their customer will like. We wanted ANY of the customers – in this case, guys building EVs, to be able to do that same level of fine tuning, and not have to code in C or assembly language to do so.

The GEVCU was designed as an open source project from inception. Not only should you be able to tune it with provided configuration options, but you should have access to the source code for the whole thing. That made it kind of endlessly extensible into the future to ADD features we hadn’t thought of. Small startups and prototypers would be able to afford features found only among the big boys.

And I sat down and wrote a 27 page technical description titled the GENERALIZED ELECTRIC VEHICLE CONTROL UNIT SPECIFICATION outlining everything from philosophy down to individual EEPROM variable names. it was the master design document for the software.

I bought a kind of pricey logging version of the Kvaiser CAN bus tool and drove the Azure Dynamics eTransit Connect about, capturing massive files of CAN traffic so we had some hope of decoding the control messages between DMOC645 and VCU.

From the beginning the project fired the imagination of our viewership. The need for an AC drive system was kind of universally recognized. In learning the vagaries of using the MCP2515 CAN controller and MCP2551 CAN transceiver chips used on the Macchina to do CAN, I encountered Collin Kidder, a very young man making minor changes to the Arduino library for CAN. I showed him the spec sheet for these chips and noted that the library hardly made use of any of the features, most notably the masks and filters that Microchip had provided allowing the chips to simply ignore completely most ofthe CAN traffic, accepting and processing only the messages of interest by message ID. I was really quite seriously impressed when he replied with code to fully implement the mask/filter schema in about ONE DAY.

He volunteered to set up a github repository for the new MCP2515 library as well as the GEVCU. Sounds good to me. I know what GIT and Subversion IS and recall the battle with one that led to the other, but actually using it was not something I was familiar with syntactically.

The Arduino IDE is kind of curious. Everyone decries it and most of the Arduinoites believe it is kind of a modified C compiler. Actually it is more C++ and has pretty full Object Oriented Programming, streams, etc implemented – just no STL library per se. So WHILE generating libraries, the concept of OOP just barely grazes the Arduino body politic. But in fact it pretty much has everything you need.
Very early, I was convinced we needed to have a strong object oriented architecture where you could plug in different objects to account for different types of accelerator for example. You could have an accelerator class, but have objects of type 5K pot, halle effect, CAN based throttles, etc A differing object for each type of throttle.

Throttle’s weren’t really the concern of course. We have a limited number of DMOC645’s and when they are sold out I really don’t have any more. But when we bought our Rinehart Motion Systms controller for the Mini Cooper, they had kind of coached us that most of the race teams and OEMs they were TRYING to sell it to, used the VCU architecture and really just controlled the inverter by CAN. Siemens inverters work the same way. So do the ones in Toyotas, Leaf’s Volts, UQM etc. And so I suggested a strongly object oriented architecture with the specific view of adding inverters as we wanted by simply employing their unique message digests as they all did essentially the same thing, using different messages.

Young Kidder followed this to the letter to such success that it drew Michael Neuweiller of Sweden to immediately start on an object for the BRUSA controller he was using, and ultimately a CAN throttle as well as he could get throttle position from his VOlvo 80 over the vehicle CAN bus. Charles Galpin did start work on the throttle as well.

This kind of led to the visualization of how large this could all get. And could the mighty Macchina handle it. Turns out there are DOZENS of Arduino like boards out there some over 100MHz and using ARM CORTEX risc type controllers of amazing capacity (to me anyway). Arduino had just introduced their Arduino Due version based on the Atmel SAM3X8E ARM Cortex-M3 CPU. This was a 32-bit 84MHz processor a far step beyond the 16MHz 8-bit processor in the Arduino Mega.

But Arduino is just a very rich environment. There are literally hundreds of sheilds, software programs, and hardware developed by what some estimate as over 3.5 million ARduino fans. I actually saw a HEAD advertised for $2500 that talked and moved lips and eyes and eyebrows – specifically made for Arduino. I expect to see Arduino based Androids walking down the street any day now.

Interestingly, the Atmel chip on Due had the controllers for TWO CANbus channels BUILT INTO THE CHIP. But oddly, the Arduino team had not added the necessary transceivers and software library to do this.

Ed Clausen had volunteered some hardware for spoofing the Mass Air Flow sensor in the Gadillac Escalade. It just came in the mail one day from Massachusetts. I asked him if he could design a shield with the necessary transceivers for the CAN channels and noted another Arduino omission. They had no EEPROM to store non-volatile memory items – where you could turn it off and retain some configuration data for the next power up. Ed said he could do it, but he wanted me to purchase the professional version of the EAGLE pc board and shematic design program for both he and Collin which would make it all doable. It was $2400 for a heroically ugly software program I thought, and at that not the best of the breed. but it is true it was the one that had become the linga franca of Arduino largely because the version that would do booard sizes up to the size of most Arduino shields was free.

Well, I wrote the check and got them the software. They suggested a project to do JUST a CAN bus shield first, and that sounded like a reasonable step. Ed designed it, and I paid about $6500 to get the boards made, the components sourced, and an assembly house, Screaming Circuits, to do the soldering and assembly of these. The FIRST batch of 100 PC boards was tragically flawed in that we did not notice that one of the Arduino pin connectors was reversed on the Mega Shield EAGLE file he started with. So about $880 in boards had to be redone. He then worked with Screaming Circuits on the assembly, and to my astonishment, we received 100 of these boards with the Arduino pins mounted on the TOP side of the board rather than the bottom. I guess that’s why they call it Screaming Circuits. When you get your dicked up boards from them you’ll be screaming alright.

Because of this, none of the boards could be used AT ALL. They wouldn’t plug into the Arduino Due. And they have so many pins, it’s almost impossible to remove the little connectors and put them on the bottom side without burning the board. Six grand down a rathole because we told them that ALL the components should be on the same side. Except, of course, for the ones we wanted mounted on the OTHER side.

But things went better with what we termed GEVCU 2. I wanted the connection to the Arduino to be through an external, robust, automotive style connector. We picked the AMPSEAL and Ed devised a board with some excellent isolated analog input buffers, some MOSFET outputs, and the pins on this much larger board allowing us to plug an Arduino Due into it upside down. The large board could then be mounted in an enclosure to keep out the weather and we found weathertight USB ports and of course the AMPSEAL weather-proof connector. This is what drives the 1974 VW THING to this day.

Along the way, I learned that the Atmel SAM chip had much more advanced timers than the earlier Arduino had and you could use these as interrupts. It was a little esoteric, but a very young Brazilian named Ivan Seidel had done a library titled DueTimer that allowed you to select up to 3 timers, each with multiple levels, and all timers and all levels able to generate interrupts. I suggested that if we adopted this DueTimer, each object could have its own timer based interrupt, and in a strange sense we would very nearly achieve a real time operating system like FreeTOS. Again Mr. Kidder seized on this and we had a “tickhandler” in the software within days.

One of the requirements in the original specification was that the configuration be done without any specific software, hardware, or operating system – ideally a web page you could access from a Tablet, laptop, etc of any current or future operating system. Ed found a WiFi module from ConnectOne that is really kind of amazing. It had just what we needed, a web site with forms on it but if the end user changed any of the variables on the page, it would automatically manage the changes and give our software JUST the variables that got changed. It had its own multicontroller chip that handled all the hard work of parsing the html using GET or POST. It’s pricey at $58. But it sure cuts down the load on the Arduino Due.

So GeVCU was going extremely well. It seemed with a waive of my hand not only were new features and capabilities being implemented, but above and beyond all expectation and generally immediately. By February we were spinning a motor on a test bench and by EVCCON in August we were driving the VW THING.

Paulo Almeida came to EVCCON with our old friend Celso Menia who had attended the very first EVVCON. Paulo returned to Lisbon and within days was showing a new GEVCU design that had collapsed the Arduino Due, the socket for the WiFi, all the MOSFET outputs and buffered analog inputs, etc into a single board in a 4 x 4 x 2 inch enclosure. We worked a deal through Anne Kloopenborg in Amsterdam to get him a Siemens motor and DMOC645 at half price and as you saw in the video two weeks ago, he not only had GEVCU3 spinning the motor, but had turned me onto laser engravers and Ana Moura’s Fado music.

GEVCU is going famously. It seemed we could do no wrong. Features were added and the entire thing was starting to take on a bit of a glow. It was becoming apparent that this was going to evolve into a special piece of hardware capable of many things quite beyond the original vision – limited basically by the number of pins on the AMPHENOL connector (again, I had directed the increase to 35 pins from the DMOC matching 23 pins we originally had) and your imagination. There are but a handful of humans who at this point even know what GEVCU is, and we’re REALLY excited. It’s gone from an attempt to make an “us little guys too” patch device to something actually new and innovative and immensely powerful.

Giddy with success, I thought to launch ANOTHER project, before this one was even done. An anti-BMS BMS. Really a modernized and more flexible form of our rickety Chinese JLD404 control amp-hour meter. Something to measure voltage, current, and temperature and be programmable, like the GEVCU. This could lead to exotic displays and CAN communication with late model vehicles to run the gas gage and so forth. To make it more fun and exciting, I announced that we would award 100 CA60FI battery cells, the best we have, to whoever submitted the best design we could use going forward. And I did note that we owned the design thereby.

Collin Kidder was hugely offended by this as it did not match his sense of open source religion. Actually we never decided whether or not to open source it. The part about it becoming MINE was meant as in the designer forfeited all proprietary rights to it in exchange for the batteries. But he set off such a storm of whining about it we have decided to withdraw the entire contest. Yes, I suppose it IS a problem what to do about the batteries if two people were to team up. Particularly if one of them is unable to count to a hundred or divide it by two, for example. The BMS competition is hereby terminated.

But it was not to end there. Collin has since announced he is taking over GEVCU and will now control it from here on out. HE runs the git and HE runs the mailing list and that’s that. And he makes much of the fact that simply because I bought him a $2400 software program and have funded about $12,000 of hardware, including all of it he uses, that I have been well and adequately compensated for what I paid for, and of course the REAL value was the heroic efforts and time he put in on the project. Which he does go on at length to measure and specify. It’s like watching the young communists in the morning on MSNBC counting and pontificating about all the good they can do with other peoples money if good sense prevails and laws can be passed to seize it from those greedy bastards who have all of it. Totally surreal. He’s declared a reality free zone around GEVCU.

And it doesn’t even make sense. It’s STILL open software and open hardware. Yes, he runs the GITHUB for EVCU. No problem, we fork it to EVTV-GEVCU. Yes, he runs the mailing list with the original developers. It has about seven people in it. We have a weekly TV show viewed worldwide. And of course, the part the young communists always miss, the money. We submitted Paulo’s GEVCU4 with EIGHT MOSFET output pins to a new assembly house this week to do a first run of 30 units with 100 units to follow if they at all work. Yes, it’s another $7000 for the first run. I pray it doesnt’ come back upside down. Actually they are going to send me three proofs BEFORE doing the 30.

Michael Neuweiller notes that we have no chance to make it without them. Hell I barely knew who they were. We HAVE held them up in public and lauded them as heroes of the GEVCU revolution repeatedly. Our compensation? Effectively kicked out of the club. The dimension of the ingratitude is frankly beyond my ability to measure.

I did kind of spend a week hoping their better natures would prevail and they would come to their senses on this. And I did post a lengthy message on the mailing list noting GEVCU is mine, always was, always will be, and I’m not even certain that’s a good thing but at this point its kind of an inescapable thing. Not only will it go forward just fine Mr. Neuwieller, but the shed remnants of the original defectors will largely be forgotten by the end of November. The rest will sort themselves out I suppose on the EVTV-GEVCU fork, or that other one whatever name it was – see I’ve forgotten already.

I would note that this has apparently not QUITE been as spontaneous as it at first appears or as I rather graciously portray it here.. Mr. Neuweiller had the foresight to register the GEVCU.ORG domain name some time ago. I’m sure anyone preferring to join that team can find them there somehow and they’d love for anyone with a Jack ax to grind to come commiserate with them over what an unfair heartless SOB I really am. I expect that’s about all to come of that. The open source complaint box.

We’re going to get the hardware on order, and probably spend a little time on the software directly. It’s gotten a little over the top, with some things objectized and timeticked kind of beyond what they quite merit, causing some comically unnecessary complication and obscurity. Collin has a module in there for his THINK battery pack with BMS. Again, with a BMS I don’t quite understand how the battery pack has already failed on him. I don’t think we really need a THINK battery pack module. And frankly, while it models exactly what I wanted GEVCU to be, a BRUSA module kind of has a limtied use going forward as the drive train is about $24,000. It can be a GEVCU “plug-in”.

I have located an adult programmer of some reported genius, highly recommended by Mr. John Scrivener, who actually works on CAN and VCU in Detroit for some of the OEMs as a contractor. I’m hoping to expand GEVCU into at least the common public codes common to all OBDII systems on later model cars. Hopefully we can move the gas gage and the tachometer anyway. Maybe talk to the Android Appliation Torque this way. There are a lot of possibilities.

As many of you are aware, I have noted in the past that at the heart of EVERY successful entreprenurial enterprise lies a detail obsessed obsessive compulsive tyrant usually referred to as asshole. If you don’t know who that is, it is probably you. If you actually don’t have one, and desire to succeed, hire one with all due haste. The corollary I perhaps failed to mention is as follows: if you think it IS you, and you are wrong, he’ll probably fire you.

You see the problem the asshole has is he can delegate almost anything, including authority. What he can’t delegate is responsibility. For good or ill, I’ll end responsible for the outcome of GEVCU and I cannot escape it if I wanted to. This will provide probably a needed refresh, perhaps some new skin in the game. We’ll sort out over the next week or so the heavenly choir from the barge of the damned and do a top down revision on the currently kind of wandering software. By the time we get the hardware I am most anxious to share this little device as I think it goes quite beyond what you know to this point.

There are lots of coders in the world. The problem is there are few who know WHAT to code or why. Without a vision of the future, timeticks and objects are simply tools laying on the bench. At one point at Data Systems, I had 35 programmers on staff and it was kind of like herding cats with a five iron in a lightning storm. It’s actually MUCH easier to just do it yourself. I’m just guessing that I won’t have to.

But lest anyone be confused. GEVCU is my project, my vision, and the product of my mind. Always was, always will be, and even I can’t change any of that. There is precisely ONE point of control. Right here. EVERYBODY can of course fork it.

OR GET FORKED…

I do deeply appreciate and am somewhat in awe of all the work contributed by everyone on the GEVCU project thus far. Some immensely talented individuals. And I’m convinced that it is entirely my fault that a tragic few have wandered off the reservation. Had I been a little more snarly and abusive, everyone would be happy to this day. I kind of “let it take its own direction” in a well intentioned but girlish desire to not tramp on anyone’s creativity. And so predictably enough, it did. Lesson learned. Any of you lackeys that want onboard the EVTV-GEVCU won’t find me so easy to deal with. Its beans twice a day and ONE gill of rum in your ration and THAT’S IT. Cat O Nine for the laggards and generous with it. Ayyye….begarrr….

Jack Rickard

95296_1383102562676

41 thoughts on “Ass Clowns Coup d’etat — or Art Linkletter – Don’t Kids Say the Darndest Things.”

  1. Wow, I did not realize that it has come that far. Sorry to hear about the Fork in the GEVCU road. I’m sure both teams will come up with working products. I’m not quite at the point on my build to start jumping into the mix. I’m going to finally drop the old Curtis DC drive-train out this weekend. After that I’ll start assembling my DMOC powertrain “bench” test setup which will require me to join the fray.

  2. Sorry about all the discomfort over the GEVCU: I’m unlikely to need one myself in the near term, but I’d really like it to be a howling success.

    On environmentals, one thing that has been occurring to me is whether there would be an easy way to preheat the Civic in cold weather. I guess the principle is simple: either warm the water in the car’s heating system using mains power from the J1772 connector rather than the battery, or turn on a mains powered space heater in the cabin.

    I have three 120 volt 2kW elements in my heater box. I might consider replacing one with a 240 volt unit or add an option to put two in series when being powered by the mains.

    Useful, but promises to get messy. Does anyone have any suggestions or better still experience?

    1. No, not at all. That was supposed to be a bobble head of our maintenance guy, Charlie Priest. But it did come out looking a bit like Elon didn’t it? These bobblehead guys are just not that accurate in their depictions. Charlie doesn’t really resemble it much. I guess that’s all a little subjective.

      Jack Rickard

  3. On the GEVCU, all I can do at this point is offer moral support. I have had other life issues I have had to deal with since EVCCON.

    Thanks for the updates on the Gia. Adding creature comforts in an older car is never easy. It looks like some good work.

    As for an update on the EVThing, I was FIRST gear that shattered. It stripped all of the teeth off the gear. The builder is going to put in a stronger gear for me. I should have it back in a week or two. I am trying to finish up the last few details on the car. I am taking videos, but do not have enough to submit a segment at this point.

          1. My trans guy said the same thing, so he built me what is basically an off-road racing transaxle, but with 3.44 final drive. He also sent along three quarts of BG Ultra Guard synthetic SAE 75-90 and recommends that over Red Line gear oil.

          2. Hi Jeff,
            I love your build, it’s simply beautiful. On the subject of the gear failure a 1:1 ratio has the most teeth engaged and has the highest ability to handle power. So if you are going to punch it in the future use the highest gear you can and still get the acceleration you are after. 1st gear and reverse have no choice mechanically but to be the weakest due to # of teeth engaged in the reduction.

  4. I’ll expect to see Mister Musk head on your desk this week bobbin away to the opening music. Ooops, not quite bobble head music but what the heck. I was truly thinking you were doing one of good ol Jack. 🙂 Musk will do. Cool.

  5. Did someone say Linux kiddies are undisciplined? Pull yourselves together guys. If everyone worked as a single team Microsoft would of gone broke, Apple wouldn’t of got beyond selling kits and Linux would be the king of operating systems. Instead we see around 200 distributions all fixing the same bit of problems in their own way.
    .
    On a lighter note I’ve found a way for any hard top Ev Volkswagon to have a fitted range extender. http://www.youtube.com/watch?v=1TEu8pTHx1Y
    .
    For the trailer die-hards, have a look at this:
    http://www.youtube.com/watch?v=KtKmCIJC4Vo

      1. Hiya! It’s not a single castor wheel trailer on a stiff single hinge on the vehicle. This one self self aligns while reversing. Brought that up because a French manufacturer is going to market a rental generator on a trailer for the Renault Zoe but the wheelbase is too short to allow easy reversing.
        Odd you thought of that because I’m looking into a MKIII version of my (single wheel) motorbike trailer project which could be modded to remove the annoyances of reversing. A castor wheel would destroy the bikes handling.
        .
        The caravan idea is certainly fun and seems to remove many of the towing, slip streaming, centre of gravity, stability and wheelbase issues. Great for home builders.

      2. Man I want one of those, I used to think 30kw pack back there would do the trick, but then I had conversations with owners and they say they are a real pain to connect and disconnect off the car, being single wheel an all. Maybe that new design would work better with heavy loads.

  6. Jack,

    Out of interest what was the original plan for the GEVCUs? When you started selling them, how much money would each participant in the group have gotten?

    Good luck with the fork. Hope it works out for you. 🙂

    1. There was no plan. It was to be open source hardware and software. But beyond that, it never came up in discussion.

      EVTV was always going to produce hardware for our DMOC customers who did not want to build their own and sell that in our store. We still are.

      But anyone else can do that too.

      Jack Rickard

  7. One of the mistakes I saw was your prototype batch was to big. You only make 5 or 10 boards not 100. You want to check the fit of components, fit of enclosures, unexpected thermal issues and the pesky I should have connected that signal to pin 8 instead of pin 2. You get a resemblance of the circuit working even if couple of the engineering changes are hanging on wires off to the side. When you’re confident it’s as right as you can get it then you order a pre-production batch of 100.

    1. Yeah, it was pretty big. Of course, this entire shield had THREE chips on it and a half dozen caps and resistors. It did have two ethernet ports. The issue was the standard Arduino shield pins which them soldered to the wrong side of the board. It was kind of a fluke.

      We were trying to knock out a quick CANBus board for the Arduino Due community which didn’t have one. Turns out there’s not much demand anyway. Which is fortunate as we managed to hose up the simplest shield ever designed.

      Yes, we’ll start with 30 of the more expensive GEVCU boards and ramp up from there. I’m still a little shaky over it but I’ve found an asembly house and I’m working with them directly myself. If I hose it up, it’s just me.

      Jack

    1. Nothing much to tell Fred, except I’m always AMAZED at how many of you actually watch the shop cam. If I pull a wedgey Ed Pezant calls from Gonzales before I get it out good. I forget the camera is there.

      We did a prototype of an electric cobra for Aptima motors. B&B Motors of Granby built the frame and body. Brian of B&B convinced Paul HE could build the second one for much less money than we did. As we spent about $6000 more than we charged on the first one, and found it a very difficult build, we were pretty ok with that. Turns out, Brian couldn’t build squat and wound up just makiing a mess of some perfectly good batteries and a pretty rough car. They have since fallen out and in fact B&B has gone out of business. Aptima shipped the carcass to us and there it sits. We’re kind of hoping they come pick them both up soon.

      BUT in the meantime the WarpDrive Industrial Controlelr was not so industrial at all and we blew up the freewheeling diodes on it at EVCCON this year. It’s been sent to Ryan Bohm whom you can time with a Mayan Calendar in all things. So there they sit. We’re not doing anything currently. We’ll bolt the controller back in. If it backs the car up it goes on a shipping van I hope. I need the space.

      Jack RIckard

      1. Yeah, I guess some of us have way too much free time. I just remember seeing the Swallow in your shop at the first EVCCON and that eventually turned into a very interesting build that started me on the road to my evTD project. Anyway, I was thinking that a light weight Dual AC35 setup might be a lot of fun in a Cobra kit.

  8. Hey Jack,
    Great show again, And in the morning I’ll be joining you on those Dec 225’s 😉
    I mainly wanted to let you know that my landlord showed up in a Fiat 500e to chat about something, and my wife and I went to the Fiat “Salon” to drive one. I love it and drove it home the next day. I then found out from the manager that my landlord has leased a total of eight 500e’s for his family, and several of his friends have made the leap. My wife told a friend of ours about mine and two days later both he and his brother leased one each. So, that’s like 11 or so Fiat 500e’s that I know of sold within the last month.
    Mine looks like this one: http://www.fiatusa.com/en/2013/500e/

    1. Raul:

      The Fiat 500e looks to me like another sleeper, a really engaging concept in a very small package. It appears to be a CAFE “compliance” car marketed in California with no aspirations to sell it elsewhere or in quantity. Unfortunate because it looks very engaging.

      Sounds like a cult is forming around it. Yes, electric cars that work are just hypnotic.

      Went to a movie with the wife the other night – Last Vegas – in the Model S. It is actually surreal. It is hard to believe you are in an electric car, driving noiselessly, and on zero gasoline. It’s so “normal” its abnormal. I kind of prefer the Escalade because it has “cues” that all is not right and it is after all an electric car. The Model S is almost too normal. But it sure is a slick ride. As I said to my wife about the car, “Somebody must just adore you woman.”

      Jack Rickard

    1. We have been as well. We have applied for permits and the AMEREN UE $2 per installed watt rebate. Ameren UE is manfully trying to delay us until next year when the rebate drops to $1.50 per watt. As I love the drama of a courtroom, and am accustomed to filling out paper to the uttermost comma, I don’t think this is going to work out for them. But you never know.

      The Missouri rebate was overwhelmingly passed by the Missouri electorate as Proposition C a few years ago. In May of this year, after intense lobbying, Ameren got some serious limitations to it passed by the legislature, in attempting to have it say something it did not say. Right now, they are manfually trying to reinterpret what the legislature said. No sooner than we get all the cars changed to electric, we will have another mission to prevent the legislative confiscation of our rooftops by the utility companies. It’s already underway.

      The greed of the corporate interests and their desires to have the power of taxation enjoyed by government simply knows no bounds. And their success leads them to come to believe they ARE governments themselves. Our inability to act in concert at the ballot box can only ultimately lead to smaller groups acting in concert by torchlight. I fear the resulting “clash of mobs” in the night.

      We have received the components and are awaiting the necessary papers. Meanwhile our much lighter and more flexible panels for electric vehicles are ready to ship today, albeit to some confusion as to who is to ship what to whom and by what carrier.

      All part of a day in the life.

      Jack RIckard

      1. In the Phoenix metro area APS is buying radio spots to try to CONvince the public that solar panel owners need to pay an inflated maintenance fee on the infrastructure cause”they’re gettin a free ride”. APS is trying to change the rules of the game after the coin toss. SRP is remaining silent but they cut their rebates to the bone first. Do these barons play golf at the same club or what?

      2. “legislative confiscation of our rooftops by the utility companies.”. How right you are, Jack.
        Con-fiscation comes in one of two ways:-
        Con-tract, (signing your rights away to private companies) or brute force that claims itself to be democracy.
        .
        The UK saw figures like £0.40/KWH paid for Solar generation up to 4 KWH/day. The suppliers turned round and said no, we’ll pay you £0.03/KWH for what you give us instead of ~£0.12~0.17/KWH but the electric you buy back is full price. The standing charges remain.
        .
        Now the carbon tax figure has been reduced by the Gov’t to 24p/KWH.
        The best way for the UK now, import and fit oneself and never involve any third parties.
        .
        No CON-tract, no CON-trol. Your investment and your profit. Just don’t let the electric man see your meter turning backwards! Haha.
        .
        A cheaper scheme, (pure theft and will earn prison time.). Is con-verting the inductive loads from your electric devices into a capacitive load. i.e. phase shift the Voltage/current to slow the meter.
        .
        Nothing of the above applies to intelligent meters apparently.

      3. We are planning on going fully off grid. By the end of December we will have a full 13kW system up and running. We will fully disconnect from the grid and BE the island. I need good used cells to build our storage.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Verified by MonsterInsights