How do you program a real robot?

How do you program a real robot to move according to a program? Just programming a robot in a simulated world is boring. I want a real robot. And what programming language can I use to program something like that?

1 vote, average: 1.00 out of 1 (1 rating, 1 votes, rated)
You need to be a registered member to rate this.
Loading...
Subscribe
Notify of
3 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
julienvh
1 year ago

I would devote a little more to hardware programming. This can be done, for example, with the Arduino, since the programming contents with the respective hardware components are well represented.

For example, you can control a small motor, control lamps and use an LCD monitor.

The whole is programmed in Arduino's own language, which is very C. Later off the Arduino you can translate this into any programming language, often in C but there are also solutions like MicroPython, TinyGo, or other low-level (hardware) languages ​​​​like Rust also go.

There are also sets for Arduinos such as a robot arm.

Starter kit for Arduino: https://store.arduino.cc/products/arduino-starter-kit-multi-language

J0T4T4
1 year ago

First and foremost, you need a real robot 😀

If you have it, the rest depends on it. Previously you could build and program with Lego

xdanix77
1 year ago

For entry there are finished kits, "Robots" is otherwise as non-specific as possible.