강의

멘토링

로드맵

The Essence of Embedded Systems - Basic Edition (Embedded Systems Essentials)

An introductory course to experience the entire flow of embedded development, from Linux installation to robot control. When starting with embedded systems, it can be overwhelming to know where to begin. This course is designed for those people, structured so you can experience the entire process—from a single PC to moving a robot—all at once. We cover everything from Linux installation, basic configuration, and Raspberry Pi preparation to reading schematics and datasheets, as well as hands-on practice with basic communication interfaces. The focus is on understanding the overall structure rather than deep technical complexity.

(5.0) 16 reviews

85 learners

Level Basic

Course period Unlimited

Raspberry Pi
Raspberry Pi
Embedded
Embedded
robot
robot
embedded-systems
embedded-systems
python3
python3
Raspberry Pi
Raspberry Pi
Embedded
Embedded
robot
robot
embedded-systems
embedded-systems
python3
python3

[News] You don't have to read datasheets from start to finish.

Hello.
I'm Pepper's Dad from the Coding Newbie Rescue Squad.


When you start studying embedded systems, it might feel like you need to understand the datasheets of sensors or modules from start to finish.
However, in the practice stage, it is sufficient to approach it by looking for the necessary information first.
For example, if you are connecting a new sensor, try checking the following items first.

  • Operating voltage

  • Pin configuration

  • Communication method

  • Device address

  • Initial configuration values

  • How to read data

For an I2C sensor, you would check the address and key registers first, and for a PWM device, you would look for the period and pulse width first.
If you try to understand every page from the beginning, you are more likely to miss important details.
It is much more efficient to find the information needed for practice first, verify the operation, and then gradually expand on related content.


Even in the basic course, if you compare the datasheet and example code when connecting each device, you can learn much more than just typing along with the code.
If you have any questions while taking the course, please feel free to ask at any time.


Thank you.
Best regards, Corini Rescue Team

Comment