Which language is good for programming an arduino & is it possible for me to use this app or if not then which is the best app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which language is good for programming an arduino & is it possible for me to use this app or if not then which is the best app?

Arduino programming

30th Apr 2019, 4:29 AM
Kitty Kate 🐱
Kitty Kate 🐱 - avatar
4 Answers
+ 1
https://www.arduino.cc/en/Tutorial/HomePage?from=Main.Tutorials i heard arduino use similar syntax to C/C++ maybe you can learn some basic of it here
30th Apr 2019, 4:58 AM
Taste
Taste - avatar
+ 6
You can use both C and C++ syntax (and functions) in arduino. The build process (which is done by the arduino IDE automatically) is a bit different. It is explained in detail here: https://github.com/arduino/Arduino/wiki/Build-Process So, yes. It makes sense to both finish the C and the C++ course on sololearn if you want to program an arduino. But additionally you should do a course where the board itself is explained (input, output, pins etc.). There are nice online resources for testing arduino circuits like fritzing and tinkercad btw. So you don't even need an arduino for taking your first steps.
30th Apr 2019, 6:36 AM
Thoq!
Thoq! - avatar
+ 1
Hi, I bought an Arduino before I learned any programming and learned to program it from "Arduino for Dummies", a great book. But I recommend C or C++ for the Arduino. Good luck!
12th May 2019, 11:11 PM
Jesse
Jesse - avatar
0
Thanks so much for the website 😊.I got the app but there are just too many MBs for my phone.
1st May 2019, 8:30 AM
Kitty Kate 🐱
Kitty Kate 🐱 - avatar