Embedded systems | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Embedded systems

I want to create my own embedded systems. I already know c,c++,java. Which programming language to choose between c,c++,java. How to learn embedded systems. Any book suggestions.

18th Jan 2021, 12:58 PM
Muzammil
Muzammil - avatar
1 Answer
+ 3
Choose C then C++. Most frameworks and examples are written in these languages. You may start with Arduino or ESP32 from Espressif using a development board. You may try install VSCode and the PlatformIO extension for the development environment. Then try to write some simple program to connect to WiFi, publish some data with MQTT protocol, use UART, etc. A good understanding of electronics and microcontrollers is required though. 😉
18th Jan 2021, 5:33 PM
Vasile Eftodii
Vasile Eftodii - avatar