Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. New hobby...maybe.

New hobby...maybe.

Scheduled Pinned Locked Moved The Lounge
designquestion
17 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B blackjack2150

    Lego_Mindstorms[^]... maybe?

    T Offline
    T Offline
    TommyTomToms
    wrote on last edited by
    #6

    I second that :) Became a lego-holic (technics department) just recently - that toy is just awesome. Looking forward to getting mindstorm this X-mas :cool:

    A dogged, arrogant belief in self and the childlike idealism that comes with not knowing my limits. This is my greatest blessing, my priceless attribute.

    B 1 Reply Last reply
    0
    • T TommyTomToms

      I second that :) Became a lego-holic (technics department) just recently - that toy is just awesome. Looking forward to getting mindstorm this X-mas :cool:

      A dogged, arrogant belief in self and the childlike idealism that comes with not knowing my limits. This is my greatest blessing, my priceless attribute.

      B Offline
      B Offline
      Brady Kelly
      wrote on last edited by
      #7

      I won one in a draw last year, but forfeited because I forgot to attend the event. :(

      All Sorted

      1 Reply Last reply
      0
      • Z Zhat

        Looking into making/building robots as a hobby...where can I get good info and learn? I'd like to make something with some nice software features..scalable in design, fun to play and learn. Thanks

        S Offline
        S Offline
        sajjy
        wrote on last edited by
        #8

        here: http://en.wikipedia.org/wiki/Robot[^] :)

        Z 1 Reply Last reply
        0
        • Z Zhat

          Looking into making/building robots as a hobby...where can I get good info and learn? I'd like to make something with some nice software features..scalable in design, fun to play and learn. Thanks

          S Offline
          S Offline
          stephen hazel
          wrote on last edited by
          #9

          My new hobby, too :) There are a lot of robot kits out there. Lots aren't very programmable. (Just chips that run "servo sequences" - a sequence of "servo position sets" are sent in time) Impressive to watch, but there's no code to speak of... I just got an AVR Butterfly board. An ATMega169 cpu with a bunch of teeny i/o devices on board. Only $20! A brush up on soldering skills (soldering headers and serial port plug to the board) Buy a breadboard, and you can program the thing in c by sending the board a download via your serial port. (board has serial interface on it). c compiler with lots of pre-written code is freeware. You can program that little microcontroller in c. And I'd hazzard to call the thing a full cpu, almost. Anyways, that'll be my robot brain once I figure it out better. Not sure what servo/wheel/sensor stuff to get yet. So what =i= did was get subscriptions to http://botmag.com/[^] and http://www.nutsvolts.com/[^] Read the ads and google the sites they mention. Then you start the deciding process... hoo boy... VERY interesting stuff tho. ...Steve http://shazware.com

          Z 1 Reply Last reply
          0
          • Z Zhat

            Looking into making/building robots as a hobby...where can I get good info and learn? I'd like to make something with some nice software features..scalable in design, fun to play and learn. Thanks

            R Offline
            R Offline
            Robert Surtees
            wrote on last edited by
            #10

            My daughter and I built this lynxmotion robot arm kit[^] There is a newish book out now that describes running it via the Microsoft robotics studio. Great fun. Well made kit. ...that, or Lego.

            Z 1 Reply Last reply
            0
            • R Richard Jones

              Microsoft has a Robotics lab. Just released a new version a few days ago too. http://msdn.microsoft.com/en-us/robotics/default.aspx[^]

              Cheetah. Ferret. Gonads. What more can I say? - Pete O'Hanlon

              Z Offline
              Z Offline
              Zhat
              wrote on last edited by
              #11

              I saw that. Thanks, I'll research more on what MS can offer.

              1 Reply Last reply
              0
              • B blackjack2150

                Lego_Mindstorms[^]... maybe?

                Z Offline
                Z Offline
                Zhat
                wrote on last edited by
                #12

                Was looking at that yesterday....has some nice features...8-)

                1 Reply Last reply
                0
                • M Marcus_Idle

                  try http://letsmakerobots.com/node/17[^]

                  Z Offline
                  Z Offline
                  Zhat
                  wrote on last edited by
                  #13

                  Will check that out today, thanks...

                  1 Reply Last reply
                  0
                  • S Smithers Jones

                    Maybe these articles by Andrew Kirillov are interesting for you: http://www.codeproject.com/KB/audio-video/lego_pan_tilt_camera.aspx [^] http://www.codeproject.com/KB/recipes/driving_lego_bot.aspx[^]

                    Z Offline
                    Z Offline
                    Zhat
                    wrote on last edited by
                    #14

                    Will take a look...seems Lego is all about robotics these days...

                    1 Reply Last reply
                    0
                    • S sajjy

                      here: http://en.wikipedia.org/wiki/Robot[^] :)

                      Z Offline
                      Z Offline
                      Zhat
                      wrote on last edited by
                      #15

                      Thanks ;)

                      1 Reply Last reply
                      0
                      • S stephen hazel

                        My new hobby, too :) There are a lot of robot kits out there. Lots aren't very programmable. (Just chips that run "servo sequences" - a sequence of "servo position sets" are sent in time) Impressive to watch, but there's no code to speak of... I just got an AVR Butterfly board. An ATMega169 cpu with a bunch of teeny i/o devices on board. Only $20! A brush up on soldering skills (soldering headers and serial port plug to the board) Buy a breadboard, and you can program the thing in c by sending the board a download via your serial port. (board has serial interface on it). c compiler with lots of pre-written code is freeware. You can program that little microcontroller in c. And I'd hazzard to call the thing a full cpu, almost. Anyways, that'll be my robot brain once I figure it out better. Not sure what servo/wheel/sensor stuff to get yet. So what =i= did was get subscriptions to http://botmag.com/[^] and http://www.nutsvolts.com/[^] Read the ads and google the sites they mention. Then you start the deciding process... hoo boy... VERY interesting stuff tho. ...Steve http://shazware.com

                        Z Offline
                        Z Offline
                        Zhat
                        wrote on last edited by
                        #16

                        Wow, nice....might just be the stuff I'm looking for. I use to do some soldering/servo/sensor work in the Navy (Electronic Tech) and that stuff is fascinating...

                        1 Reply Last reply
                        0
                        • R Robert Surtees

                          My daughter and I built this lynxmotion robot arm kit[^] There is a newish book out now that describes running it via the Microsoft robotics studio. Great fun. Well made kit. ...that, or Lego.

                          Z Offline
                          Z Offline
                          Zhat
                          wrote on last edited by
                          #17

                          I'll look at that. Saw something on the MS site yesterday, but haven't had the time to really look yet. Thanks for the link. ;)

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups