How do build a Wii nunchuck remote?

No, it doesn’t take much space on the board at all. Without the nunchuck and the small lipo in the nunchuck (which I’m sure you can buy for very cheap) I’d say it costed me less than 10€ Let’s add 10€ for the lipo and small bms for it and you’re done for 20€ -> cheapest controller ever (it still needs quite a bit of time to build it) I don’t know how much is a nunchuck if you ain’t got one already but its gotta be cheap

Alright cool. Probably anywhere from $10-$20 where I’m from. Could you tell me how you did this?

Yeah of course Just give me a little bit of time so I can write a good post with pictures, the code for the controllers, the wiring and links to the different parts :slight_smile:

3 Likes

Looking forward to it :blush:. It’s 2am for me now so I gotta sleep, but I’ll check first thing in the morning.

Would try it aswell with a good guide !

Hey @Paulf, which code do you use? Is it your own or someones from E-S forum maybe? I’d like to build similar remote (preferably with Rolinggeckos code, cause it’s UART has cruise control, reverse, led indikators for remote & board battery, and an oled wich i would skip). But I really could need some help also.

A good guide would be a great tribute to the community!

I had the same question, does your nunchunk also feature the cruisecontrol function? And maybe other functions?

The code is mine, it has cruise control Atmegas/arduinos does support uart so, I think that I can easily tweak the code in order to make it uart compatible However my remote ain’t got all the other features (battery LEDs and screen) (The remote battery is more than big enough so that i never have to worry about and I mounted a led on the top of my board which I can always see while riding and which blinks according to the boards battery level ) By the way, have you got a link to the remote/code you’re talking about? Seems interesting I’m happy to help you with all the electronics/code questions you have

My remote features cruise control and I can also change the color of the led strips under my board with one button on the remote

Ok guys, I’m definitely doing a detailed guide soon! but please give me a bit of time cause I got a lot of exams to prepare these days :confused: Hope you understand

Rollonggecko github link in the first post there. Required Vesc code for this project is already merged into VESC firmware!

Hi @Paulf. Would please you do a turtorial on this please?

He Paul! I Just ordered All the parts you Lister above here and I want to try to build this controller. But could you post a link too your code. Or tot a tutorial. Code would be good enough I love to experiment with my projects and learn while doing but only if I get it eventually.

I’m sorry guys I really can’t find the time to do a proper tutorial now but my code is always up to date here https://github.com/PaulFl/Arduino I’ve been making another of these remotes not long ago, it works well

The code you wanna check is esk8_v2_remote for the remote and esk8_v2_sensitive for the remote Although I don’t have the time to write a full tutorial, I would be very happy to help you whenever you have a doubt or a question

3 Likes

NO worries! Thanks for the code tho! Its atleast something. If you ever get the time do the tutorial let is know. Thanks man!

1 Like

I know I am a bit late, but @Paulf do you have a schematic?

I currently don’t but I might be able to do one for you if I find time in the week-end

If you still have time to make a quick schematic that would be greatly appreciated!

I cant find a pinout of the joystick in the remote, how did u determine it?

Sorry for the very late reply but I finally found some time for a schematic, here it is: https://github.com/PaulFl/Arduino/blob/master/esk8_v2_remote/Eks8_remote.pdf For the joystick of the remote, for each axis, you do have 3 pins, the middle one is the analog signal and the ones on the sides are for VCC and GND