element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Robotics
  • Technologies
  • More
Robotics
Forum What hardware should I start with..??
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robotics to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 17 replies
  • Subscribers 63 subscribers
  • Views 1462 views
  • Users 0 members are here
  • sensors
  • maturity
Related

What hardware should I start with..??

Former Member
Former Member over 11 years ago

I manufacture a small part in a garage on my property and have for many years.

I have made as many mechanical tools as is practical.

I now need to begin building digitally controlled robots.

My thought was the following...

I could build a very complex robotic system from two types of controlled motors.

Linear actuator with encoder ring or other sensor I do not know about

and a gear step motor also with position sensors.

 

I have python installed on my pc in a virtual OS and have been doing tutorials.

So far I am having no problems understanding code or the way in which a step motor is controlled.

 

Question:

Is raspberry pi starter kit with gert board the way to get my self acquainted with digital motor control and building working robots.?

Any one who is in the know I sure would appericate a little guidance.

Adam R.

  • Sign in to reply
  • Cancel
Parents
  • D_Hersey
    0 D_Hersey over 11 years ago

    If you want to get simple stuff done quickly, go MSP430, the jellybean-killer!

     

    If you want to get complicated, still, I would run my peripherals with MSP430, code them to think they were IIC chips, and connect them to the big box that way.  Von Neumann is not the only model for control!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to D_Hersey

    ?CCS?...is Python the same thing or do I need a different software set up.?

    I have installed Debian Linux using Python as a mirror of what PI is supposed to be. I think.

     

    the 430 tutorials start on CCS?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 11 years ago in reply to D_Hersey

    ?CCS?...is Python the same thing or do I need a different software set up.?

    I have installed Debian Linux using Python as a mirror of what PI is supposed to be. I think.

     

    the 430 tutorials start on CCS?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • D_Hersey
    0 D_Hersey over 11 years ago in reply to Former Member

    430 uses a really good C++ compiler.  C++ can get kinda arcane on a big-computer.  On an MSP 430 what we are doing is typically fairly simple in software terms.  One typically doesn't load an rtos so in that sense it is closer to the iron.  The one thing that takes some getting used to is that most of the effort is in service routines and interrupt routines rather than a top-down draw.  Since this is the way, probably, we should code medium and larger apps anyway, I've resolved to make the adjustment.  They have good code examples, and it seems easy to get up and running.  Stuff that is easier, seems to me, is handicapping when I wanna do real stuff.  Documentation can be terse and wonkish.  Ti has a great fab, so there device has lotsa peripherals, including, sometimes a pretty good A/D w/ mux.  I'd recommend biting the bullet and just learn all of the I/O, they did a pretty nice job at making it balanced and canonical.  If you have any problems, you can e-mail me,  Ti answers their phone and are always willing to help, I've found.  Personally, I haven't hit them up for much anyway, 'cause I've always been able to answer my own questions by wading through the docs.

     

    There are some good introductory texts in electronics, I'd recommend Horowitz and Hill and ARRL pubs to start.  You should learn OpAmps and JellyBeans if only to be aware of some of your alternatives.

     

    Computers seem to cause people to rush.  One question to ask, before getting out the solder pen is:  Can this problem be solved by a protocol?  Is there an electro-mechanical solution?  How did people cope with this problem in past?

    Unless your project is for learning of an artistic nature, then you don't have a problem, per se.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube