DIY Nunchuck Controller for Electric Skateboards!

by comsa42 in Circuits > Wireless

52724 Views, 506 Favorites, 0 Comments

DIY Nunchuck Controller for Electric Skateboards!

IMG_3666.jpg
IMG_3627.jpg
IMG_3670.jpg

Here's how I built/converted a regular Wii Nunchuck into a Bluetooth Nunchuck Controller for my electric skateboard! If you are not familiar with my series of electric skateboards, I have an excellent set of instructables here, here, and here.

I've been using my DIY Smartphone Controller to control the speed of my latest prototype, but I wanted something that was more tactile, and that's what inspired me to build this mini-project! This Nunchuck is also compatible with my old smartphone receiver circuit, meaning you can switch back and forth between using the smartphone app and the nunchuck!

I also included a dead-man's switch for safety, and a settings button, which will cycle between beginner, intermediate, and expert modes by limiting the maximum speed and braking power.

The Nunchuck is powered by a 500mAh lithium-ion cell, which, at a current draw of ~50mA, gives it a run-time of about 10 hours. The cell can also be recharged using a micro-USB plug located at the back of the device.

Watch the Video Tutorial!

DIY Bluetooth Nunchuck Controller for Electric Skateboards!

Here's a short video explaining how the Nunchuck controller works, and how to build it! Give it a watch; it adds a further level of explanation to this Instructable!

Program the AtTiny Using an Arduino

Screen-shot-2011-06-06-at-1.46.39-PM.png
tutorial.png
IMG_3572.jpg
IMG_3575.jpg
IMG_3573.jpg

Most of my projects are based on the Atmel/Arduino platform, so I decided to use it for this project. However, I did not need the full functionality of an Arduino, nor did I need it's power consumption, so I decided to use an AtTiny85 as the "brains" behind this project. Alternatively, you can use the AtTiny45 for this project as well (which is cheaper)

In order to program the "brains" you will need an:

  • Attiny85
  • Breadboard
  • Wires
  • Arduino Uno
  • 10uF Polarized Capacitor

I have included the sketch that I used for the project with this step. In order to program it to the AtTiny, follow these steps:

  1. Program the Arduino Uno with the ArduinoISP sketch
  2. Set the Arduino IDE to program the Attiny85 (check the image above)
  3. Connect the Arduino to the AtTiny with the breadboard according to the diagram above (make sure to connect the capacitor as well!)
  4. Program the software sketch included with this step

For more information about program the AtTiny, consult the following tutorial.

Additionally, you will need to pair the HC-05 to the Bluetooth Receiver before you solder the circuit! Meaning, you will need to build the receiver first, then pair, then build this circuit. Here's a very easy tutorial on how to paid two HC-05 modules together.

Rip the Nunchuck Apart! (Carefully!)

IMG_3613.jpg
IMG_3571.jpg
IMG_3671.jpg
IMG_3604.jpg

The next step is to open up the Nunchuck and make space for the electronics. I did so with the help of a dremel, by grinding the circuit-board off near the screw holes, and making a little hole in the back where the switch will be. I also got rid of some of the supports inside the Nunchuck, as I needed extra space for the electronics.

Now is also a good time to locate the connections to the potentiometer and buttons. Use the diagram above to identify the respective pads, and solder some thin, 5-10cm long wire to each pad. This will help with the other steps.

Build the Circuit!

schem.png
IMG_3594.jpg
IMG_3570.jpg
IMG_3599.jpg
board.png

Now it's time to build the circuit! Here is the parts list:

  • AtTiny85
  • 5mm Blue LED
  • HC 05 Bluetooth Module
  • 10k ohm resistor
  • 1k ohm resistor
  • Male and female headers (optional)

I used the "dead-bug" soldering technique to solder all of the components according to the schematic above. The connections to the Nunchuck are right above the AtTiny85, and they go:

Lower Button - Upper Button - Ground - Potentiometer Output - VCC

from left to right... You can also follow the schematic fully, and put in a programming header and a UART header (for testing the output to the HC05 module. I only put in the programming header, and that allowed me to upgrade the software in the future.

Build the Charging/Power System

power.png

In order to power the circuit that was made in the previous step, it is necessary to make a lithium-ion charging/power circuit. The materials you will need for the power circuit include a:

  • 500mAh Li-Po cell
  • TP4056 Charging Module
  • Micro USB breakout board
  • Small toggle switch
  • Lipo Protection Circuit (1S)

The circuit we built in the previous step can take anywhere from 3.6v to 6v, so a Li-Po cell is the best and easiest way to provide power to it. Build the circuit above using some thin, flexible, stranded wire. Flipping the switch will turn on the Nunchuck!

Secure the Electronics Inside the Nunchuck

IMG_3621.jpg
IMG_3629.jpg

Now it's time to put everything together! The fit might be a bit tight, but the basic premise is to get everything into the Nunchuck without breaking anything. I used tape to temporarily hold everything together, and then I used hot glue when I was satisfied with the fit. The end of the nunchuck (where the USB port is) was hot glued shut, which required pouring layers of hot glue and waiting for them to dry.

Build the Receiver

schem.png
Bluetooth Electric Skateboard Controller Project!
board.png

This Bluetooth Nunchuck is compatible with my Prototype Smartphone Controller for electric skateboards. If you build this project correctly, the Nunchuck will automatically pair with your electric skateboard! If you are paired with the skateboard, you will need to turn off the Nunchuck before you can connect with your smartphone.

Since then, I have updated the schematic and the software behind the controller. I have included the Eagle CAD files, the software, and everything you will need to build the my newest version in this step!

If you have any questions, please ask in the comments! My next instructable will be about my carbon-fiber electric skateboard, and then next one after that will be a full-on, cheap, Boosted Board knockoff! Stay tuned!

Also, if you would like to support me by buying one of these pre-made controllers, you can do so here. Thanks!