What programming language can we use for arduino? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 15

What programming language can we use for arduino?

27th Feb 2018, 10:50 AM
Spider012
Spider012 - avatar
14 Answers
+ 7
@Tom no Python If you wanna use Python for physical computing dont buy Arduino but Microbit or Calliope or Adafruit Microcontroller. Micropython (python with some special libraries) does the job.
27th Feb 2018, 11:45 AM
Oma Falk
Oma Falk - avatar
+ 7
@Abdur One still has to use processing or c for working with Arduino. The Tutorial shows how to communicate with a python program via serial interface. This is possible with Python... ... and all languages providing a library for serial interfaces.
27th Feb 2018, 12:02 PM
Oma Falk
Oma Falk - avatar
+ 6
processing
27th Feb 2018, 11:30 AM
Oma Falk
Oma Falk - avatar
27th Feb 2018, 11:55 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 5
embedded c++
23rd May 2018, 1:26 AM
Vijay Kumar Kanchukommala
Vijay Kumar Kanchukommala - avatar
+ 3
processing also c
27th Feb 2018, 11:39 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 3
question did not put restrictions
27th Feb 2018, 12:03 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 3
@saxena officially inspired from processing
27th Feb 2018, 6:43 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 3
c++ or python
4th Mar 2018, 6:11 AM
⭐彡[ Toufik Jamal Mondal ]彡⭐
⭐彡[ Toufik Jamal Mondal ]彡⭐ - avatar
+ 2
@Oma Falk Can be python used for it?
27th Feb 2018, 11:35 AM
Sad
Sad - avatar
+ 2
@Oma Falk Thank you
27th Feb 2018, 11:46 AM
Sad
Sad - avatar
+ 2
Oh nice, thanks!
27th Feb 2018, 11:56 AM
Sad
Sad - avatar
+ 2
Embedded C programming
4th Mar 2018, 2:45 AM
Prince T MATHEW
Prince T MATHEW - avatar
+ 1
only to point out few things as misconceptions got mixed up badly along the thread: Processing sketches are written in java. Arduino sketches are written in c++. both ides look similar because Wiring/Arduino is ispired by the simplicity of Processing. both platforms use libraries to make their sintax simplier than their native languages. you CANNOT use java or python to program an Arduino. you CAN interface any program so that it can communicate with an Arduino that is programmed in c++ to understand/use such communication protocol.
29th Mar 2018, 5:15 PM
seamiki
seamiki - avatar