๊ฐ•์˜

๋ฉ˜ํ† ๋ง

๋กœ๋“œ๋งต

The Essence of Embedded Systems - Fundamentals (Embedded Systems Essentials)

An introductory course that lets you experience the entire embedded development process at onceโ€”from installing Linux to controlling a robot When you want to get started with embedded systems, it can be overwhelming to know where to begin. This course is designed for those people to experience the entire process at once, starting with a single PC and ending with making a robot move. It covers everything from Linux installation and basic configuration, and preparing a Raspberry Pi, to reading circuit diagrams and datasheets, and practicing basic communication interfaces. Rather than focusing on depth, it focuses on understanding the overall structure.

(4.9) 17 reviews

108 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