which programming language is the most relevant when i want to program robots?
macro processor
i think the best id audrino programming language, its syntax is just like C, so you dont have to learn anything new (assuming that you already know C) then , the audrino boards available in the market are really cheap, and its all open source, YES the hardware itself is open source, (the audrino ide is also open source) learn more about audrino here, http://arduino.cc/hu/Guide/Introduction
basic
i know c++ and did a little bit of basic and busy with assembly i think this audrino sounds intresting i guess i will check it out. and thank y'all for your inputs
stom where can i get the arduino material like books for free download?
To answer your question C and assembly is the most relevant. Arduino is nice I I play with Arduino too but even Arduino is using C. It is just converted for you. Arduino syntax is very similar to C. I would most diffidently start with an Arduino Uno board and use their IDE and program using their API to start off with. After learning a few things or two, I would dive into C and program the Arduino ATMega328 with the C language to see how it is done. Also, dive into how to create your own boot loader for the ATMega328. Arduino is very flexible and a great place to start.
C would be your best bet
First code in Assembly then convert .asm to .hex and burn on hardware. Its quite difficult procedure yet very interesting.
C is your best bet for robotics. You may have to sprinkle in some assembly either by linkage or (if your compiler supports it) asm{} declaration
thanks for your valuable input guys
Join our real-time social learning platform and learn together with your friends!