How to start with Robotics :
1) Start learning about electronic components.
2) Learn Soldering.
3) Start with basic micro controllers like Arduino.
4) Learn Arduino Programming.
Arduino :
What is Arduino ?
Arduino is an open-source hardware and software company, project and user community that designs and manufactures single-board micro controllers and micro controller kits for building digital devices. To say simple it is the heart of the project or robot you are making. There are also really inexpensive and easy to use. You may program it easily for your convenience.
Main types of Arduino boards :
1. Arduino UNO
2. Arduino Nano
3. Arduino Mega
Arduino Programming :
Arduino IDE is a special software running on your system that allows you to write sketches (synonym for program in Arduino language) for different Arduino boards. The Arduino programming language is based on a very simple hardware programming language called processing, which is similar to the C language.
No comments:
Post a Comment