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?
3 Respuestas
+ 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
+ 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.