Quote:
Originally Posted by retepsnikrep
What chip are you using?
|
I'm using an ATmega328 with the Arduino environment.
The board I'm using is a 2"x3" perforated board from radioshack.
Every wire, including all the jumpers and harness wires are all copper core silver wires with PTFE insulator. Most of the harness wires are silver braided twisted pair wires to keep the interference down (It may be overkill, but that's me lol).
I think a solution to the MAMODE2 issue is if the car wants assist or engine start, it'll disable regen. This should keep from throwing the light.
I've successfully passed, and am able to change, all the car's stock signals with my system. Auto-stop restarts and all (thanks to retepsnikrep).
The interface is really amazing. Wii nunchuks have 2 buttons, a joystick, XYZ accelerometers, and connect to the host with 2 data lines. The accelerometers allow you to use orientation to enable different features. For example hold the nunchuk to the left to allow the joystick to control LED brightness or LCD color in a certain mode. I've used the accelerometers to "flick" right/left through the menus and pages as well as a few enables here and there.
To save pins on the MCU and make things simpler, I made a simple shift register PCB for the LCD screen and modified the LCD library to adapt it.
