Which language is enough for operating arduino and resberypi. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which language is enough for operating arduino and resberypi.

And robotics

22nd Oct 2020, 4:33 PM
Akbar Hasan
Akbar Hasan - avatar
2 Answers
+ 7
The C/C++ language is one of the most widely used programming languages in robotics. The Arduino microcontroller uses a programming language based on C and is a great way to learn the basics of this important language whilst doing hands-on robotics.
22nd Oct 2020, 5:01 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 2
For the Raspberry Pi, I've always just used Python.
22nd Oct 2020, 5:56 PM
Maxwell Anderson
Maxwell Anderson - avatar