Arduino | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Arduino

Where can I learn to program in Arduino? Is Arduino it’s own language or can I use languages like Python in the Arduino IDE?

26th Oct 2021, 3:00 PM
Ethan Dessner
Ethan Dessner - avatar
3 Answers
+ 2
Ethan Dessner if you do a search in Discuss here in Sololearn there are a number of posts with the info you seek. For example regarding Python... https://www.sololearn.com/Discuss/2587627/?ref=app
26th Oct 2021, 3:09 PM
Paul K Sadler
Paul K Sadler - avatar
26th Oct 2021, 5:56 PM
Arun Jamson
Arun Jamson - avatar
+ 1
Hi! Primary language for programming Arduino boards is C++. For connecting via other languages using Firmata's Sketch in Arduino or Serial connecting. For Python use PySerial or PyFirmata. If you have ESP-like boards, using MicroPython.
27th Oct 2021, 7:40 PM
Ilya Fedosseyev
Ilya Fedosseyev - avatar