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 How to I give my robot brains?
  • 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 8 replies
  • Subscribers 66 subscribers
  • Views 817 views
  • Users 0 members are here
Related

How to I give my robot brains?

the_future
the_future over 11 years ago

I've been doing a bit of independent homework on the web as i plan to advance from

being the novice I am and what came to mind was that some engineers and coders

were able to give robots the ability to think like an animal or give the robot the power

to learn or do a task better than it was shown to do the task.

 

So how do we give robots brains, are there any special functions I

could use in coding?

  • Sign in to reply
  • Cancel

Top Replies

  • johnbeetem
    johnbeetem over 11 years ago +1
    Hire a zombie. It will find brains. The hard part is getting the zombie to bring the brains back to you
  • Anonymous-237891
    0 Anonymous-237891 over 11 years ago

    Giving to a robot a "brain" is not that simple. You should restrict his "knowledge" to a limited set of situations and choose the main behavior that you want for the robot to accomplish.

    Then when you have the basic behavior coded inside your robot build some add-on features on top of that basic feature.

     

    Always check if the basic feature is working properly when you add new things on top, especially when dealing with interrupt.

    Good luck anyway. But forget about the "brain"... A.I. (artificial intelligence) is very high tech stuff, you should take specialized courses to understand properly what it is all about.

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

    Hire a zombie.  It will find brains.  The hard part is getting the zombie to bring the brains back to you image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • tusharp
    0 tusharp over 11 years ago

    Brain : depends on what you would like your bot to do. (Search n Destroy humans image)

     

    If you want the brain to be responsive to surrounding changes, microcontroller+ sensors will be fine.

    If you want the brain to be packed with heavy computing or video or image processing stuff then processors will do.

     

    when you say brain these days AI mostly comes to mind (purely sci-fi impact).

    Not sure if you need a brain like Transcendence

    you may need to write complex coding depending on your requirement and may need to think on below stuff like :

    - how to give reasoning to your robot

    - how the robot will plan to deter obstacles and judge environment based on partial visibility (check opencv).

    - how the robot perceives the environment (is it hot outside, raining outside , what ever it is blah blah blah ...)

    - how it plans its next move, whether its a if-else algo or its something different based on its some AI algorithm or from stored data sets.

     

    If its a robot you need to find tune not only on inputs(sensors) but also on its movements (actuators).

    Again there are intelligent projects like the blue brain project (crazy ppl trying to understand and emulate their own mind).

     

    Infact these things are redefining and setting new standards on what we call Engineering.

     

    Regards

    Tushar

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

    Any microcontroller or computer can be programmed to learn and make decisions that could be classed as thinking. Of course, the more complex the thinking behaviour you want to implement, the more power the computer will need. So choose the maximum computer power you are comfortable programming and start figuring out how to make the computer make decisions differently depending on what they have already "experienced" or recorded or even just depending on feedback from sensors. Then build a robot chassis to carry the computer. As you learn more about the rules and logic involved in this type of programming, you will be able to expand the "thinking" capabilities of your program.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • lexbryan
    0 lexbryan over 11 years ago in reply to dougw

    Is it a good idea to use an android phone as  a brain and have arduino control sensors, motors, etc? I mean, the logic and decisions will be done by an android phone.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • royston02
    0 royston02 over 11 years ago in reply to lexbryan

    If you want to make very complex task you need a microcontroller(because AI is very difficult) You should know progrmming(advanced) and if program is lenghty, use I2C

    -Arduino Playground - I2C

    -I2C between Arduino's 

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

    Thanks everyone for commenting

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

    It really depends on how smart you want it. You can have a look at these:

    Robot Operating System - http://www.ros.org/

    Learning Machine Learning and AI - seek for free courses at https://www.coursera.org/

    Control of robots is a good start that I would definitely recommend - https://www.coursera.org/course/conrob

    You can use OpenCV to make your robot see http://opencv.org/

    Aforge is a nice .Net library with some features and is easy to start with http://www.aforgenet.com/aforge/framework/

    • 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