강의

멘토링

로드맵

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

[Regarding the Lecture] raspi-gpio Termination

Hello.
This is Heochoo Dad from Korini Rescue.


raspi-gpio GitHub repo

The raspi-gpio tool used when the course was recorded is no longer maintained.
Therefore, on the latest Raspberry Pi OS, you should use the successor tool, pinctrl.

The command shown below in the lecture is
$ raspi-gpio get 0
Please run it as follows in the current environment.
$ pinctrl get 0


The basic get/set commands used in the course
can be followed in the same way by replacing raspi-gpio with pinctrl.


Thank you.
Sincerely, the Coding Beginner Rescue Team


Comment