Added: 4 years ago
From: andreahaku
Views: 125,028
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (85)

Sign In or Sign Up now to post a comment!
  • Hello! Do you used original Nunchuck or clone?

  • This is a fantactic tool, can you agree that people with a handicap wich cannot move their hands or arms with t his tool they can control a robot arm.

    I got an neck injury in 2005 and try to find a tool to help me keeping things in my right hand so i am sure that your solution makes this possible with your arduino project.

    Lets make a deal together and find a solution for millions of paralised people.

    Greetins Nigel from Belgium

  • this code that you released works only for the decmila board.

    i want to make this work on the arduino mega but i realized that the sda and slc pins would be different how ac i change the code so it works on the mega.

    also, i am using a third party nunchuk and the way these works is different how should i go about rewriting code? do you have a copy of the code with commenting?

  • Not bad! There's no noise at all! Perfect! Awesome work!

    BTW, I've been working with arduino and the nunchuck too ;) See it in my channel :D

  • I have a nice idea! put this camera on a robot.

  • brilliant!

    

  • reminds me of a chicken

  • thats looks like a little chicken

  • can i do it with continuous or full rotation servo ?

  • @widdalightsout Yes I think so but I never tried.

  • Nice! I think ill order an arduino now, lol

  • @marselsipod Arduino is the best phisical computing platform ever. Go buy one and experiment! You'll have lot of fun like I had... and learn a lot of things, like I did ;)

  • Thanks for the code. I had struggled with this for a while and could not get any sensible movement, but your code is spot on. Thanks again.

  • @prestondocks The code is probably "old" and needs to be revised. I'm not in that thing anymore so don't have time to work on it, but I'd be happy to publish an updated version of it, if someone wants to do it.

  • @andreahaku can i have an updated version of the code as i want to reproduce something similar.

  • you should put it on a crane and make a video from the top

  • @ZOOKAROOS that was almost the reason why I developed it :)

  • Can i do that with my iphone too?

  • @ich3210 I think so, but I don't know if there's an easy way to interface with the iPhone. Maybe someone has developed some app for that.. don't know sincerely.

  • That is the best thing EVER :P would be awesome to see it with a video feed from the camera side by side :P

  • @scratchedguitar you're right... I did it as an experiment but then I stopped "recording" my developments.

  • Fantastic apllication, do you realise what sollution you build for people with a fycical handicap which cannot move there hands.With this project people can move with their head and move a robot arm to pick up objects.

    I love this application Compliments Nigel

  • @2nigelstone Thanks Nigel. I'm happy if that can be really helpful for someone. Keep me updated if someone really find some interesting use for that ;)

  • Wow!

  • ..so It's better than anything you could make.

  • Nice! How did you make the pan&tilt mechanism? Did you just glue the servo's together?

  • @Pvsmuntje I used Lynxmotion kit but there are many ways to do that. This is one of the easiest and clean solutions.

  • You could attach a device like this to a snowboarding helmet, including a nunchuck, and smooth out the movements of your head. So just filming straight down the hill.

  • sigh, it moves so fluent ... mine just jerks arround altho I use smoothing for the output :( can u give me some pointers on how I can reduce these "hiccups" ?

  • @VALKIR4636 When processing the data from the nunchuck try using an average from the last three readings, it will add a slight delay but should compensate for such hiccups.

  • wow im pressive.. but creepy as it look alive!!!

  • you suld do a mod here :when you dont press button camera don't move when you press you can move no?but it is realy good great job

  • he actually did it...

  • Very cool!

    Hm, what type of Servos did you use?

  • i second that question

  • HS-422

  • very neat!!

  • love that shit :D its look like a birdie :P

  • very sensitive isnt it

  • i'm making a robot with front, back, left, rifgt, controls, controlled with the nuncuk's analog stick, and a pan&tilt camera holder on top, controlled by the accelarometer :)

    oh and it will be wireless :D

    long term project though, still have to buy another arduino...

  • Very nifty I'm working on something to control a robotic arm with a Wii nunchuck...similar idea

  • Great job! I've been looking for something like this to use as a basis for some animatronic eye-movement creature fx. Thank you for sharing your work!

  • NOW GET THIS ON A RC PLANE! and then we are talking!

  • theres one on a helicopter!

  • This is by far the coolest Arduino project I have seen. Well done.

  • they should install this in FIGHTER JET for controlling guns ;)

  • that my friend...is genious!!!

  • rules!

  • what is the accelerometer part number?

  • Awesome work!

  • Thanks. On my website you can find the code. Maybe it can help you to smooth and speed a little your setup.

    But you have to fine tune it to make it work well with your servos.

    Let me know if you need any help ;)

    Ciao!

  • would you mind sharing your Arduino coding for this application? Love the idea and would like to play around with it.

  • that is totally cool... how does the Wii work? is it liquid murcury craeting connections? any information is great I'm just getting into arduino and this looks bad ass. Great work!

  • It uses accelerometers and gyroscopes, I THINK.

  • only one 3-axis accelerometer!

  • that is sweet, i think that could be really popular with a alittle tweaking

  • I noticed that on line 192-198 it appears as if there is a reference to joystick commands.

    I would like to be able to push either the "C" or "Z" button and be able to use the joystick instead of the accelerometer (add controls for two more servos/stepper motors).

  • I downloaded your sketch to my board... Thanks for making it available on your website.

  • You're welcome. Feel free to contact me if you need help.

  • Wow, excellent work. I've been struggling how to get yaw working with the nunchuck (you must be using a trick since the accelerometers in the nunchuck can't sense yaw - I noticed you were using left/right gestures, very clever). I've got pitch and roll down, perhaps your site will have some information to help. My platform is the propeller, but my POC was on Arduino (just hate that I use 90% of my RAM for a little program - use about 30% for equivalent on prop chip, and it's multicore 32bit)

  • I agree with you but developing with Arduino it's a snap! And now there's a version with double the RAM. But even if Propeller has got much greater potentials I'll probably continue developing in Arduino as actually I don't have time to learn something new :) Thanks!

  • Well, one edge the Arduino certainly has over the propeller is freedom of development platforms. You can basically create your own gcc toolchain if you have the skillset, whereas with the prop you are limited to a BASIC-like language that uses python style delimiting or a flavor of assembler that ends up being interpreted as well. Parralax is good for the beginner, but you are right, the true power lies in C.

  • Can you post a website where I can learn more about writing the code to duplicate your pan/tilt setup? That is really impressive. Thanks!

  • I tink it wood be cool to putt the camera into driver position in a small RC car and integrate the Wii kontorll whitt the transmither :D Sorry for ban englesh.

  • wicked!

    now, just scale up the robot, and you could do anything!

    giant diggers!

    battle mechs!

    etc!

  • ... then conquer the world! :D

  • Sweet Very graceful Motion!

  • I'd like to thank you and all the people that made very nice comments on my works. Really thanks! I hope to have time to continue developing in it and go wireless :)

    Keep in touch!

  • now just add legs controlled by the thumbstick and a beak and you'll have a little bluebird robot. That would be pretty sweet, aye?

  • where do you buy your servos?

  • That took my breath away. Inspiring!

  • Im searching some servos, but i dont know what kind of it, what servos did you use? model? or where tu buy them?

  • what type of connection , protocol does the nunchuck has

  • I think it was essentially an I2C bus, so it should be doable with most micro controllers.

  • dude that is seriously cool!!!

  • Pretty cool, but I was wishing that closer to the end of the vid you'd be shaking the Wiimote more rapidly so I could see how quickly the robot could react.

  • The Servo arrangement is very simple, but looks great. We will be using it for a project.

  • Very amazing, nice work!

    Hey, where did you find the datasheet and code fo the Wi joystick?

    Mail me for share some stuff about ps2 joystick code, at keyboards ...

  • Nice!! Reminds me of military head-motion-actuated camera. Mount the nunchuck and a screen on the helmet and you'll have similar system.

  • That example has been made for the development of a camera linked to a head tracker putted on virtual glasses.

  • GREAT!

  • Is the arduino sketch/source code available?

  • If you click for "more info" you can find the link to the how to. It's in my blog.

    Thanks,

    Andrea

  • That would be an awesome tool in following a target...so hard to do with a joystick, even with experience..

  • were can I get an arduino

  • fricken awesome! i just ordered the new arduino!

  • nice work!

  • whoa nice

  • Redimonis!! és molt precís :)

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more