There's probably a few people typing the same response as I type...
The term Arduino can be a bit confusing for beginners. There is the Arduino microcontroller, which stores the executable code and contains inputs and outputs, and the Arduino IDE, which compiles code and uploads it to the Arduino microcontroller. As mentioned in How is programming an Arduino different than standard C?, the programming language used to program the Arduino microcontroller is C or C++.
If a human-like robot is defined as a basic robot with two legs that move in a predefined routine, an Arduino should suffice.
To get started building a robot using an Arduino, Beginning Arduino and Arduino Robotics are two recent books that have been getting good reviews. I recommend starting with one of these books. If you have questions specific to microcontrollers or electronics, https://electronics.stackexchange.com/ would be a good resource.
发布评论
评论(1)
可能有几个人输入的响应与我输入的相同...
Arduino 一词对于初学者来说可能有点令人困惑。 Arduino 微控制器存储可执行代码并包含输入和输出,Arduino IDE 编译代码并将其上传到 Arduino 微控制器。正如中所述,Arduino 编程与标准C?,用于对Arduino微控制器进行编程的编程语言是C或C++。
如果将类人机器人定义为具有两条腿、按照预定义程序移动的基本机器人,那么 Arduino 就足够了。
要开始使用 Arduino 构建机器人,请入门 Arduino 和Arduino 《机器人学》是最近获得好评的两本书。我建议从其中一本开始。如果您有关于微控制器或电子产品的问题,https:// electronics.stackexchange.com/ 将是一个很好的资源。
There's probably a few people typing the same response as I type...
The term Arduino can be a bit confusing for beginners. There is the Arduino microcontroller, which stores the executable code and contains inputs and outputs, and the Arduino IDE, which compiles code and uploads it to the Arduino microcontroller. As mentioned in How is programming an Arduino different than standard C?, the programming language used to program the Arduino microcontroller is C or C++.
If a human-like robot is defined as a basic robot with two legs that move in a predefined routine, an Arduino should suffice.
To get started building a robot using an Arduino, Beginning Arduino and Arduino Robotics are two recent books that have been getting good reviews. I recommend starting with one of these books. If you have questions specific to microcontrollers or electronics, https://electronics.stackexchange.com/ would be a good resource.