Show a desktop notification when the AI TA finishes replying
Notify me when classmates post messages in the forum
Play an alert sound whenever there is a new notification
The application layer asks, 'What can drones do for me?'; the Maker layer asks, 'How are drones made?'.
After reading all four sections, you will know which side you want to stand on — or whether you want both.
The word "drone" actually covers two very different activities. Separate them, and the learning pathway becomes clear:
| Application layer | Maker layer | |
|---|---|---|
| Core Issues | What can drones do for me? | How are drones made? |
| Typical model | Consumer-grade ready-to-fly aircraft — unbox and go, with satellite positioning, visual obstacle avoidance, and a camera gimbal all included | Self-assembled machine — choose the frame, flight controller, ESCs and motor yourself; build it screw by screw |
| Key capabilities | Flight operations, regulatory literacy, mission planning, data processing | Electronic circuits, soldering, firmware configuration, debugging |
| Step 1 | Obtain the operating licence and learn to fly safely and legally | Starting with microcontrollers and sensors, understand how signals become actions |
The two layers are not opposed, but the two ends of a spectrum: drone pilots in surveying companies need to understand data processing, and hobby builders also need a licence to fly legally outdoors. Most people start at the application layer, and some are drawn into the maker layer by the question "Why does it fly?".
影像紀錄、活動側拍、地景攝影——最普及的入門應用。
航線規劃、攝影測量,產出正射影像與三維地形模型,應用於地理資訊系統(GIS)。
農藥噴灑、作物監測。農噴屬專業作業,需專業操作證與作業核准。
橋梁、電塔、風機、屋頂——以無人機取代高風險的人工攀爬檢查。
災區空中偵察、熱像搜救、物資投送。
Note the boundary between licences: a recreational aerial photographer only needs a standard operations licence; agricultural spraying and commercial operations are specialist areas, and require a specialist operations licence and the corresponding operation approval — this is exactly why the system guide is designed around progressive licensing.
| Component | role |
|---|---|
| 機架(Frame) | 無人機的骨架,常見如 450 級四軸機架,決定尺寸與酬載能力 |
| 飛控(Flight Controller) | 無人機的大腦,融合感測器資料、執行姿態控制;開源方案如 ArduPilot、PX4 |
| 電變(ESC)與無刷馬達 | 把飛控的指令轉成每顆馬達的轉速,四軸的差速就是姿態控制的本體 |
| 螺旋槳 | 產生升力的地方,尺寸與螺距要與馬達、整機重量匹配 |
| 鋰聚合物電池(LiPo) | 能量密度高但需要正確充放電與保存習慣,是 Maker 的第一堂安全課 |
Flight control is responsible for “flying”, but the real imaginative space for drones lies in the payload — sensing, imaging, computing and communications. This is where the three boards commonly seen in Maker education come in:
| Board | Location | Role on the drone |
|---|---|---|
| Arduino | 微控制器入門 | 學電子與感測的第一塊板子,理解「程式如何控制硬體」。 |
| ESP32 | 無線通訊 | 內建 Wi-Fi 與藍牙的微控制器,適合做遙測與物聯網(IoT)酬載。 |
| Raspberry Pi(樹莓派) | 電腦級運算 | 跑完整作業系統,可承載影像辨識等運算,作為飛控之外的「酬載腦」。 |
Open-source flight control projects (such as ArduPilot and PX4) are the bridge between two worlds: they give home-built aircraft near-production-level automation, and also let you understand 'what exactly the flight control system is calculating'.
| If you want to… | Recommended path |
|---|---|
| Learn to fly first | ReadGuide to the certification system → RegisterHalf-day certification course → Go to the Civil Aeronautics Administration system to sit the general operations certificate exam |
| Hands-on | Start with a small sensing project using Arduino or ESP32 → understand electric motors and motors → take on a self-built 450-class machine (remember: 2 kg or above requires an operating licence) |
| Move towards professional practice | After 1 month of a pilot licence → professional operating licence (basic → advanced) → specialist operational areas such as surveying, inspection and agricultural spraying |
The reader and self-test question bank for Yodo Drone are being built and will be opened later — when that time comes, every section of this map will have corresponding materials to read on.
Regulatory descriptions follow the current announcements of the Civil Aviation Administration, Ministry of Transportation and Communications.