Skip to content

Split View: 생명공학 & 기계공학 입문 — 드론 제작에 필요한 공학 기초

|

생명공학 & 기계공학 입문 — 드론 제작에 필요한 공학 기초

들어가며

드론은 현대 공학의 교차점에 있는 대표적인 융합 기술 제품입니다. 하나의 드론을 설계하고 제작하려면 전기전자, 기계공학, 소프트웨어, 그리고 최근에는 생명공학까지 다양한 분야의 지식이 필요합니다.

이 글에서는 드론 제작을 중심축으로 삼아 세 가지 공학 분야의 핵심 기초를 다룹니다.

  • Part 1 - 전기전자 기초 (드론의 핵심 동력과 제어)
  • Part 2 - 기계공학 기초 (프레임, 역학, 유체역학)
  • Part 3 - 생명공학 기초 (바이오센서, DNA, 바이오인포매틱스)
  ┌──────────────────────────────────────────────┐
  │             드론 융합 공학 체계도              │
  │                                              │
  │   ┌──────────┐  ┌──────────┐  ┌──────────┐  │
  │   │ 전기전자 │  │ 기계공학 │  │ 생명공학 │  │
  │   │          │  │          │  │          │  │
  │   │ 모터     │  │ 역학     │  │ DNA      │  │
  │   │ 회로     │  │ 재료     │  │ 세포     │  │
  │   │ 센서     │  │ 유체     │  │ 바이오   │  │
  │   │ PID제어  │  │ 열역학   │  │ 센서     │  │
  │   └────┬─────┘  └────┬─────┘  └────┬─────┘  │
  │        │             │             │         │
  │        └─────────────┼─────────────┘         │
  │                      ▼                       │
[ 드론 시스템 ]  └──────────────────────────────────────────────┘

Part 1: 전기전자 기초 (드론 핵심)

1. 전기 기초

드론을 움직이려면 전기가 필요합니다. 전기의 세 가지 기본 물리량을 이해하는 것이 출발점입니다.

전압, 전류, 저항

물리량기호단위설명
전압 (Voltage)V볼트 (V)전하를 밀어내는 힘. 수도관의 수압과 비슷합니다
전류 (Current)I암페어 (A)단위 시간당 흐르는 전하의 양. 수도관의 물 흐름량과 비슷합니다
저항 (Resistance)R옴 (Ohm)전류의 흐름을 방해하는 정도. 수도관의 좁은 부분과 비슷합니다

옴의 법칙

전압, 전류, 저항의 관계를 나타내는 가장 기본적인 법칙입니다.

  옴의 법칙: V = I x R

  예시: 저항이 10옴이고 전류가 2A라면
        V = 2 x 10 = 20V

  ┌─────────┐
V  │  ─────  │
IR  └─────────┘
  V = I x R
  I = V / R
  R = V / I

키르히호프 법칙

복잡한 회로를 분석할 때 필수적인 두 가지 법칙입니다.

전류 법칙 (KCL): 한 노드(분기점)로 들어오는 전류의 합은 나가는 전류의 합과 같습니다.

        I1
  ──────●──────
   I2 ◄─┤─► I3
        I4

  I1 = I2 + I3 + I4

전압 법칙 (KVL): 닫힌 회로에서 전압 강하의 합은 0입니다.

  +V ──[ R1 ]──[ R2 ]──┐
  │                     │
  └──────[ R3 ]─────────┘

  V - V_R1 - V_R2 - V_R3 = 0

2. 회로 설계

직렬과 병렬 회로

드론의 전원 시스템을 설계할 때 직렬과 병렬의 차이를 이해해야 합니다.

  직렬 연결 (전류가 같고, 전압이 나뉨)
  ──[ R1 ]──[ R2 ]──[ R3 ]──
  R_total = R1 + R2 + R3

  병렬 연결 (전압이 같고, 전류가 나뉨)
      ┌──[ R1 ]──┐
  ────┤──[ R2 ]──├────
      └──[ R3 ]──┘
  1/R_total = 1/R1 + 1/R2 + 1/R3

분압기 (Voltage Divider)

센서 신호를 마이크로컨트롤러에 맞는 전압으로 변환할 때 자주 사용합니다.

  Vin ──[ R1 ]──●──[ R2 ]── GND
               Vout

  Vout = Vin x R2 / (R1 + R2)

  : Vin=12V, R1=10k, R2=10k
  Vout = 12 x 10000 / (10000 + 10000) = 6V

필터 회로

센서 데이터에서 노이즈를 제거하는 데 사용합니다.

  • 로우패스 필터 (LPF): 저주파만 통과 (느린 변화 유지, 노이즈 제거)
  • 하이패스 필터 (HPF): 고주파만 통과 (빠른 변화 감지)
  • 밴드패스 필터: 특정 주파수 대역만 통과
  RC 로우패스 필터

  Vin ──[ R ]──●── Vout
              [C]
              GND

  차단 주파수: fc = 1 / (2 x pi x R x C)

PCB 설계 기초

시제품 단계를 넘어서면 PCB(인쇄 회로 기판)를 직접 설계해야 합니다.

  • 회로도 작성: KiCad, Eagle 등의 EDA 도구 사용
  • 부품 배치: 전원부, 신호부, 고주파부 분리
  • 배선 규칙: 전력선은 굵게, 신호선은 짧게
  • 그라운드 플레인: 노이즈 감소를 위한 넓은 접지면 확보

3. 모터의 종류

드론에서 모터는 프로펠러를 돌려 양력을 만드는 핵심 부품입니다.

DC 모터

가장 기본적인 모터로, 전압을 가하면 회전합니다.

  • 구조가 단순하고 저렴
  • 브러시 마모로 수명이 제한적
  • 소형 완구 드론에 주로 사용

BLDC 모터 (Brushless DC)

드론에서 가장 많이 사용하는 모터입니다.

  BLDC 모터 구조

       N
      ╱ ╲
     ╱   ╲
    S     S    ← 영구자석 회전자 (로터)
     ╲   ╱
      ╲ ╱
       N

  ┌─────────────┐
A  B  C     │  ← 3상 코일 고정자 (스테이터)
  │ 코일 코일   │
  └─────────────┘

  장점: 고효율, 긴 수명, 높은 출력 대비 무게
  단점: ESC(전자 속도 제어기) 필요

KV 값: BLDC 모터의 핵심 스펙입니다. 1V당 무부하 RPM을 의미합니다.

  • 높은 KV (예: 2300KV): 작은 프로펠러, 빠른 회전, 레이싱 드론
  • 낮은 KV (예: 700KV): 큰 프로펠러, 느린 회전, 촬영 드론

서보 모터

정확한 각도 제어가 필요한 곳에 사용합니다. 드론의 짐벌(카메라 안정장치)에 활용됩니다.

스테퍼 모터

정밀한 위치 제어에 사용하며, 3D 프린터나 CNC에서 주로 볼 수 있습니다.

ESC (Electronic Speed Controller)

BLDC 모터를 제어하는 전자 장치입니다.

  비행 컨트롤러 ──(PWM 신호)──> ESC ──(3상 전류)──> BLDC 모터

  ESC의 역할:
  1. 배터리의 DC 전류를 3AC로 변환
  2. PWM 신호에 따라 모터 속도 조절
  3. BEC(Battery Eliminator Circuit)로 전자장치 전원 공급

4. 센서

드론이 공중에서 안정적으로 비행하려면 다양한 센서가 필요합니다.

가속도계 (Accelerometer)

3축 방향의 가속도(중력 포함)를 측정합니다. 기울기를 알 수 있습니다.

  3축 가속도계

       Y ()
       └──────── X ()
    Z (오른쪽)

  정지 상태: X=0, Y=9.8, Z=0 (중력만 감지)
  기울어진 상태: 각 축의 값 변화로 기울기 계산

자이로스코프 (Gyroscope)

3축의 각속도(회전 속도)를 측정합니다. 자세 변화를 빠르게 감지합니다.

  드론의 3축 회전

  Roll (옆으로 기울기)X축 회전
  Pitch (앞뒤로 기울기)Y축 회전
  Yaw (좌우 회전)Z축 회전

기압계 (Barometer)

기압 변화로 고도를 추정합니다. 정밀도는 약 0.5~1m 수준입니다.

GPS

위성 신호로 위도, 경도, 고도를 파악합니다. 자율 비행과 귀환 기능에 필수입니다.

IMU 센서 융합

여러 센서의 데이터를 결합하여 더 정확한 자세를 추정합니다.

  센서 융합 흐름

  가속도계 ──┐
             ├──> [칼만 필터 / 상보 필터] ──> 정확한 자세
  자이로    ──┤                                (Roll, Pitch, Yaw)
  기압계    ──┤──> 고도 추정
  GPS       ──┘──> 위치 추정

  가속도계: 느리지만 안정적 (드리프트 없음)
  자이로:   빠르지만 시간이 지나면 오차 누적 (드리프트)
  -> 두 센서를 결합하면 빠르고 안정적인 결과

5. PID 제어

드론이 바람에 흔들리지 않고 안정적으로 비행하는 비결이 PID 제어입니다.

PID 구성 요소

P (비례, Proportional): 오차에 비례하여 제어합니다.

  • 오차가 크면 크게, 작으면 작게 보정
  • P만 사용하면 목표에 근접하지만 정확히 도달하지 못합니다 (잔류 오차)

I (적분, Integral): 누적 오차를 보정합니다.

  • 시간이 지나도 목표에 도달하지 못하면 점점 더 큰 힘으로 보정
  • 과도하면 진동(오버슈트)이 발생합니다

D (미분, Derivative): 오차의 변화율을 감지합니다.

  • 오차가 빠르게 줄어들면 보정을 줄여 급격한 반응을 방지
  • 시스템을 부드럽게 만듭니다
  PID 제어 블록 다이어그램

  목표값 ──(+)──> [P] ──┐
            │            ├──> 합산 ──> 모터 출력
  오차  ────┼──> [I] ──┤
            │            │
            └──> [D] ──┘
  현재값 ──(-)

  출력 = Kp x e(t) + Ki x 적분(e) + Kd x 미분(e)

  여기서 e(t)는 목표값 - 현재값

PID 튜닝 방법

  1. P 값부터 시작: 서서히 올려서 적당한 반응 속도를 찾습니다
  2. D 값 추가: 진동이 줄어들 때까지 올립니다
  3. I 값 추가: 잔류 오차가 사라질 때까지 소량 추가합니다
  PID 튜닝에 따른 응답 변화

  높이
PP+D        P+I+D (최적)
  │   ╱╲╱╲──     ╱───       ╱────────
  │  ╱        ╱           ╱
  │ ╱         ╱           ╱
  │╱          ╱           ╱
  └──────────────────────────────── 시간
       진동         과감쇠         최적 응답

드론에서의 PID 적용

드론에는 보통 3개의 독립적인 PID 루프가 동작합니다.

  • Roll PID: 좌우 기울기 제어
  • Pitch PID: 앞뒤 기울기 제어
  • Yaw PID: 좌우 회전 제어

각 PID 루프는 초당 수백~수천 번 실행되며, 센서 데이터를 기반으로 모터 출력을 실시간 조정합니다.


Part 2: 기계공학 기초

6. 역학 (Mechanics)

뉴턴의 운동 법칙

제1법칙 (관성의 법칙): 외력이 작용하지 않으면 정지한 물체는 계속 정지하고, 움직이는 물체는 등속 직선 운동을 합니다.

제2법칙 (가속도의 법칙): 힘은 질량과 가속도의 곱입니다.

  F = m x a

  드론 예시:
  드론 무게 = 1.5kg, 원하는 가속도 = 2 m/s^2
  필요한 힘 = 1.5 x 2 = 3N (중력 별도)

제3법칙 (작용-반작용): 모든 작용에는 크기가 같고 방향이 반대인 반작용이 있습니다. 드론 프로펠러가 공기를 아래로 밀면, 공기가 드론을 위로 밉니다.

양력, 항력, 추력

  드론에 작용하는 힘

            양력 (Lift)
    항력 ◄────■────► 추력 방향
    (Drag)          (Thrust)
            중력 (Gravity)

  호버링 조건: 양력 = 중력
  상승 조건:   양력 > 중력
  전진 조건:   드론이 기울어져 추력의 수평 성분 발생

토크 (Torque)

회전력을 나타내는 물리량입니다. 드론에서는 모터가 프로펠러를 돌릴 때 토크가 중요합니다.

  토크 = 힘 x 거리

  프로펠러가 길수록 같은 힘에도 더 큰 토크 필요
  -> 큰 프로펠러는 낮은 KV 모터와 짝을 이룹니다

반토크 효과: 모터가 프로펠러를 한 방향으로 돌리면, 기체는 반대 방향으로 돌려는 힘을 받습니다. 그래서 쿼드콥터는 대각선 모터가 같은 방향으로 회전하여 토크를 상쇄합니다.

  쿼드콥터 모터 회전 방향 (위에서 본 모습)

     CW ────── CCW
      ╲        ╱
       ╲      ╱
        ╲    ╱
         중심
        ╱    ╲
       ╱      ╲
      ╱        ╲
    CCW ────── CW

  CW = 시계방향, CCW = 반시계방향
  대각선끼리 같은 방향 -> 토크 상쇄

7. 재료역학

응력과 변형

응력 (Stress): 재료에 가해지는 단위 면적당 힘입니다.

  응력(sigma) = (F) / 면적(A)

  단위: Pa (파스칼) = N/m^2
  1 MPa = 100Pa

변형 (Strain): 원래 길이 대비 변형된 비율입니다.

  변형률(epsilon) = 변형량(delta L) / 원래 길이(L)

  단위: 없음 (비율)

탄성과 소성

  • 탄성 변형: 힘을 제거하면 원래로 돌아오는 변형 (고무줄처럼)
  • 소성 변형: 힘을 제거해도 돌아오지 않는 영구 변형 (종이접기처럼)
  • 영률 (Young's Modulus): 재료의 강성을 나타내는 지표
  응력-변형 곡선

  응력
  │        항복점
  │       ╱─────╲
  │      ╱       ╲ 파단
  │     ╱
  │    ╱  ← 탄성 영역 (직선)
  │   ╱
  │  ╱
  │ ╱
  └──────────────── 변형
   탄성    소성

프레임 재료 선택

드론 프레임에 사용되는 대표 재료를 비교해봅니다.

재료밀도강도가격특징
카본파이버낮음매우 높음높음가볍고 강하지만 취성이 있음
알루미늄중간높음중간가공이 쉽고 가성비 좋음
ABS 플라스틱낮음낮음낮음3D 프린팅 가능, 충격에 약함
나일론낮음중간낮음유연성 좋음, 프로펠러에 적합

레이싱 드론은 카본파이버, 입문자용은 ABS + 알루미늄 조합이 일반적입니다.


8. 열역학 기초

엔진과 모터 효율

열역학 제1법칙(에너지 보존)에 따라, 에너지는 생성되거나 소멸되지 않고 변환될 뿐입니다.

  에너지 변환 효율

  배터리(화학) -> ESC(전기) -> 모터(기계) -> 프로펠러(양력)

  각 단계의 효율:
  배터리 방전: ~95%
  ESC 변환:   ~97%
  BLDC 모터:  ~80-90%
  프로펠러:    ~50-70%

  종합 효율: 0.95 x 0.97 x 0.85 x 0.60 =47%
  -> 배터리 에너지의 절반 정도만 양력으로 변환됩니다

열관리

모터와 ESC는 작동 중 열이 발생하며, 과열되면 효율이 떨어지고 고장의 원인이 됩니다.

  • 방열판: ESC에 알루미늄 방열판 장착
  • 공기 흐름: 프로펠러 바람을 활용한 자연 냉각
  • 열 전도: 모터 마운트를 통한 열 분산
  • 온도 모니터링: ESC 온도 센서로 과열 방지

9. 유체역학

베르누이 원리

유체(공기)의 속도가 빨라지면 압력이 낮아진다는 원리입니다. 비행기 날개와 드론 프로펠러의 양력 발생 원리의 기초입니다.

  베르누이 원리와 양력

  빠른 공기 흐름 (낮은 압력)
  ─────────────────────────>
  ═══════════════════════════  ← 날개/프로펠러 단면
  ─────────────────────>
  느린 공기 흐름 (높은 압력)

  압력 차이 -> 위로 향하는  (양력)

프로펠러 설계

드론 프로펠러의 핵심 파라미터는 두 가지입니다.

직경 (Diameter): 프로펠러의 크기

  • 클수록 더 많은 공기를 밀어서 효율적
  • 하지만 무겁고 반응이 느림

피치 (Pitch): 프로펠러가 1회전할 때 이론적으로 전진하는 거리

  • 높은 피치: 빠른 속도, 낮은 토크 효율
  • 낮은 피치: 느린 속도, 높은 토크 효율
  프로펠러 표기법: 직경 x 피치 (인치)

  : 5045
  -> 직경 5인치, 피치 4.5인치

  레이싱 드론: 5인치, 높은 피치 (5045, 5051)
  촬영 드론:   10인치 이상, 낮은 피치
  마이크로 드론: 3인치 이하

공기역학 기초

드론이 비행할 때 고려해야 할 공기역학적 요소입니다.

  • 유도 항력: 양력 생성 과정에서 불가피하게 발생
  • 기생 항력: 기체의 형상에 의한 공기 저항
  • 다운워시: 프로펠러가 아래로 밀어내는 공기 흐름
  • 지면 효과: 지면 가까이에서 양력이 증가하는 현상
  쿼드콥터의 다운워시 패턴 (측면)

  [M1]   [M2]   [M3]   [M4]
   │╲     │╲     │╲     │╲
   │ ╲    │ ╲    │ ╲    │ ╲
   │  ╲   │  ╲   │  ╲   │  ╲
   ▼   ▼  ▼   ▼  ▼   ▼  ▼   ▼
   ========================
          지면

  프로펠러 사이의 다운워시 간섭을 줄이기 위해
  적절한 모터 간격 유지가 중요합니다

Part 3: 생명공학 기초

10. DNA와 유전자

최근 드론은 환경 모니터링, 야생 동물 추적, 시료 수집 등 생명공학과의 접점이 늘어나고 있습니다. 생명공학의 기초를 이해하면 이러한 융합 분야에 도전할 수 있습니다.

중심 원리 (Central Dogma)

생명 정보의 흐름을 설명하는 핵심 개념입니다.

  생명 정보의 흐름 (중심 원리)

  ┌──────┐   전사    ┌──────┐   번역    ┌──────────┐
DNA  │ ───────>RNA  │ ───────> │ 단백질   │
  └──────┘          └──────┘          └──────────┘
     │                                     │
복제 (자기복제)                     │ 기능 수행
     └──> DNA                              └──> 효소, 구조체, 항체 등

  DNA: 유전 정보 저장소 (설계도)
  RNA: 정보 전달자 (메신저)
  단백질: 실제 기능 수행 (기계)

DNA 구조

DNA는 4종류의 염기(A, T, G, C)로 구성된 이중 나선 구조입니다.

  DNA 이중 나선 (간략 표현)

  5'                        3'
  ──A═══T──
  ──T═══A──
  ──G═══C──
  ──C═══G──
  ──A═══T──
  ──T═══A──
  3'                        5'

  A-T: 수소결합 2  G-C: 수소결합 3
  인간 게놈:30억 염기쌍
  -> 데이터로 환산하면 약 700MB

CRISPR 유전자 편집

CRISPR-Cas9은 유전자를 정밀하게 잘라내고 수정할 수 있는 혁명적 기술입니다.

  CRISPR 작동 원리

  1. 가이드 RNA가 목표 DNA 서열을 찾아 결합
  2. Cas9 효소가 해당 위치의 DNA를 절단
  3. 세포의 복구 메커니즘이 작동
     - 단순 절단: 유전자 비활성화
     - 템플릿 제공: 새로운 서열 삽입

  가이드 RNA
  ────╳──────  ← DNA 절단 지점
  ════════════
     Cas9 효소

응용 분야:

  • 유전 질환 치료
  • 작물 개량
  • 바이러스 저항성 생물 개발
  • 합성 생물학

11. 세포 생물학

세포 구조

  동물 세포의 주요 구조

  ┌──────────────────────────────────┐
  │          세포막                   │
  │  ┌────────────┐                  │
  │  │   핵       │   ○ 리보솜       │
  (DNA 보관)│                  │
  │  │ ┌────┐    │   ≋≋≋ 소포체     │
  │  │ │핵인│    │                  │
  │  │ └────┘    │   ⊙ 미토콘드리아 │
  │  └────────────┘                  │
  │                                  │
  │  □ 골지체      ◇ 리소좀          │
  │                                  │
  └──────────────────────────────────┘

미토콘드리아

세포의 에너지 공장으로, ATP(아데노신 삼인산)를 생산합니다.

  에너지 생산 과정

  포도당 (C6H12O6)
  [해당 과정] ──> 2 ATP
  [시트르산 회로] ──> 2 ATP
  [전자전달계] ──> 34 ATP
  총 약 38 ATP + CO2 + H2O

  미토콘드리아는 자체 DNA를 가지고 있습니다
  -> 모계 유전 (어머니에게서만 물려받음)

줄기세포

분화되지 않은 세포로, 다양한 종류의 세포로 변할 수 있는 능력을 가집니다.

  • 전능 줄기세포: 모든 세포 유형으로 분화 가능 (수정란)
  • 만능 줄기세포: 대부분의 세포로 분화 가능 (배아 줄기세포, iPSC)
  • 다능 줄기세포: 제한된 범위의 세포로 분화 (조혈모세포 등)

재생 의학, 약물 테스트, 질병 모델링 등에 활용됩니다.


12. 바이오인포매틱스

유전체 분석

대량의 생물학적 데이터를 컴퓨터로 분석하는 학문입니다.

  유전체 분석 파이프라인

  [시료 채취] -> [DNA 추출] -> [시퀀싱]
  [원시 데이터] -> [품질 검사] -> [정렬/매핑]
  [변이 검출] -> [주석 달기] -> [해석/리포팅]

  주요 도구:
  - FASTQ: 시퀀싱 원시 데이터 형식
  - BWA/Bowtie: 서열 정렬 도구
  - GATK: 변이 검출 도구
  - BLAST: 서열 유사도 검색

AI in 바이오

인공지능이 생명공학에서 혁신을 이끌고 있는 분야입니다.

  • 단백질 구조 예측: AlphaFold가 단백질의 3D 구조를 예측
  • 신약 개발: AI가 후보 물질을 탐색하고 최적화
  • 유전체 해석: 딥러닝으로 유전 변이의 의미 분석
  • 의료 영상: CNN으로 X-ray, MRI 자동 판독
  AI 기반 신약 개발 과정

  [질병 타깃] -> [AI 분자 생성] -> [가상 스크리닝]
  [후보 물질 최적화] -> [전임상 시험] -> [임상 시험]

  기존: 10~15, 수조 원
  AI 활용: 기간과 비용 대폭 절감 기대

13. 바이오센서

생물학적 요소를 이용하여 화학 물질이나 생체 신호를 감지하는 센서입니다.

바이오센서의 기본 구조

  바이오센서 구성 요소

  [분석 대상] -> [생체 인식 요소] -> [변환기] -> [신호 처리] -> [출력]

  생체 인식 요소: 효소, 항체, DNA, 세포 등
  변환기: 전기화학, 광학, 질량 변화 등을 전기 신호로 변환

혈당 센서

가장 널리 사용되는 바이오센서로, 당뇨 환자가 매일 사용합니다.

  혈당 센서 작동 원리

  혈액 (포도당) ──> 글루코스 옥시데이스(효소)
                    과산화수소(H2O2) 생성
                    전극에서 전류 발생
                    전류량으로 혈당 농도 계산

  연속 혈당 측정기 (CGM):
  - 피하에 센서 삽입
  - 5분마다 자동 측정
  - 스마트폰으로 실시간 확인

바이오칩

한 장의 칩 위에 수천~수만 개의 바이오센서를 집적한 장치입니다.

  • DNA 마이크로어레이: 수만 개의 유전자 발현을 동시에 분석
  • 단백질 칩: 수천 개의 단백질 상호작용을 동시에 검출
  • 장기 칩 (Organ-on-a-chip): 칩 위에 미니 장기를 구현하여 약물 테스트
  장기 칩 개념도

  ┌─────────────────────────────────┐
  │        미세 유체 채널            │
  │  ┌────┐  ┌────┐  ┌────┐       │
  │  │ 폐 │──│ 간 │──│ 신장│       │
  │  │세포│  │세포│  │세포│       │
  │  └────┘  └────┘  └────┘       │
  │        │     │     │           │
  │        └─────┴─────┘           │
  │         혈액 대체 유체          │
  └─────────────────────────────────┘

  약물의 체내 반응을 칩 위에서 재현
  -> 동물 실험 대체 가능성

웨어러블 바이오센서

몸에 착용하여 건강 상태를 실시간으로 모니터링하는 장치입니다.

측정 항목센서 방식적용 기기
심박수광용적맥파 (PPG)스마트워치
혈중 산소산소포화도 (SpO2)스마트워치
땀 분석전기화학 센서스마트 패치
체온적외선 온도 센서스마트 밴드
혈당CGM 센서부착형 패치
스트레스피부 전기 반응 (GSR)스마트 링
  웨어러블 바이오센서 시스템

  [인체] -> [센서] -> [MCU] -> [BLE/WiFi] -> [스마트폰 앱]
                              [클라우드 서버]
                              [AI 분석/알림]

  드론과의 융합:
  - 재난 현장에서 드론이 바이오센서 데이터 수집
  - 원격지 환자의 건강 데이터 드론 운송
  - 환경 오염 모니터링 드론에 바이오센서 탑재

마무리: 드론 제작 로드맵

지금까지 다룬 내용을 바탕으로 드론 제작의 단계별 로드맵을 정리합니다.

  드론 제작 로드맵

  [1단계: 이론]
    - 전기전자 기초 학습
    - 기계공학 기초 이해
    - 아두이노/라즈베리파이 경험
  [2단계: 부품 선정]
    - 프레임 (카본/ABS)
    - 모터 + ESC + 프로펠러 매칭
    - 비행 컨트롤러 (FC)
    - 배터리 (LiPo)
    - 수신기/송신기
  [3단계: 조립]
    - 프레임 조립
    - 모터/ESC 장착 및 배선
    - FC 설치 및 센서 보정
    - 수신기 연결
  [4단계: 소프트웨어]
    - 펌웨어 설치 (Betaflight, ArduPilot)
    - PID 튜닝
    - 비행 모드 설정
  [5단계: 시험 비행]
    - 실내 저고도 테스트
    - 야외 호버링 테스트
    - 각 축 제어 확인
  [6단계: 고급 기능]
    - GPS 기반 자율 비행
    - 카메라/짐벌 장착
    - 바이오센서 통합
    - 텔레메트리 시스템

추천 학습 자료

분야추천 시작점난이도
전기전자아두이노로 LED 제어초급
모터 제어ESC + BLDC 실습중급
PID자세 제어 시뮬레이션중급
기계공학CAD 도구로 프레임 설계중급
생명공학온라인 분자생물학 강좌초급
바이오센서아두이노 + 심박 센서 실습초급

핵심 정리

전기전자: 옴의 법칙, 회로 설계, BLDC 모터 + ESC, 센서 융합, PID 제어가 드론의 핵심입니다.

기계공학: 뉴턴 역학으로 힘을 이해하고, 재료역학으로 프레임을 설계하며, 유체역학으로 프로펠러를 최적화합니다.

생명공학: DNA/유전자 기술, 세포 생물학, 바이오인포매틱스, 바이오센서까지 이해하면 드론과 생명공학의 융합 분야에서 새로운 가능성을 열 수 있습니다.

이 세 분야의 기초를 탄탄히 다지면, 단순한 드론 제작을 넘어 환경 모니터링 드론, 의료 배송 드론, 스마트 농업 드론 등 혁신적인 융합 프로젝트에 도전할 수 있습니다.

Introduction to Biotech & Mechanical Engineering -- Engineering Fundamentals for Building Drones

Introduction

Drones are a quintessential convergence technology product sitting at the intersection of modern engineering. Designing and building a single drone requires knowledge from various fields including electrical/electronic engineering, mechanical engineering, software, and recently even biotechnology.

This article uses drone construction as a central axis to cover the fundamental basics of three engineering disciplines.

  • Part 1 - Electrical/Electronic Fundamentals (The core power and control of drones)
  • Part 2 - Mechanical Engineering Fundamentals (Frame, mechanics, fluid dynamics)
  • Part 3 - Biotechnology Fundamentals (Biosensors, DNA, bioinformatics)
  Drone Convergence Engineering System Diagram

   Electrical/     Mechanical      Biotech
   Electronics     Engineering     Engineering

   Motors          Mechanics       DNA
   Circuits        Materials       Cells
   Sensors         Fluids          Bio-
   PID Control     Thermodynamics  sensors

        All converge into the Drone System

Part 1: Electrical/Electronic Fundamentals (Drone Core)

1. Electricity Basics

To make a drone move, you need electricity. Understanding three fundamental physical quantities is the starting point.

Voltage, Current, Resistance

QuantitySymbolUnitDescription
VoltageVVolts (V)The force that pushes charge. Similar to water pressure in a pipe
CurrentIAmperes (A)Amount of charge flowing per unit time. Similar to water flow volume
ResistanceROhmsDegree of opposition to current flow. Similar to a narrow section in a pipe

Ohm's Law

The most fundamental law relating voltage, current, and resistance.

  Ohm's Law: V = I x R

  Example: If resistance is 10 ohms and current is 2A
           V = 2 x 10 = 20V

  V = I x R
  I = V / R
  R = V / I

Kirchhoff's Laws

Two essential laws for analyzing complex circuits.

Current Law (KCL): The sum of currents entering a node equals the sum of currents leaving it.

Voltage Law (KVL): The sum of voltage drops in a closed circuit is zero.


2. Circuit Design

Series and Parallel Circuits

Understanding the difference between series and parallel is essential when designing drone power systems.

  Series connection (same current, voltage divides)
  --[ R1 ]--[ R2 ]--[ R3 ]--
  R_total = R1 + R2 + R3

  Parallel connection (same voltage, current divides)
      +--[ R1 ]--+
  ----+--[ R2 ]--+----
      +--[ R3 ]--+
  1/R_total = 1/R1 + 1/R2 + 1/R3

Voltage Divider

Commonly used to convert sensor signals to voltages suitable for microcontrollers.

  Vin --[ R1 ]--*--[ R2 ]-- GND
                |
               Vout

  Vout = Vin x R2 / (R1 + R2)

  Example: Vin=12V, R1=10k, R2=10k
  Vout = 12 x 10000 / (10000 + 10000) = 6V

Filter Circuits

Used to remove noise from sensor data.

  • Low-pass filter (LPF): Passes low frequencies only (maintains slow changes, removes noise)
  • High-pass filter (HPF): Passes high frequencies only (detects rapid changes)
  • Band-pass filter: Passes only a specific frequency range

PCB Design Basics

Beyond prototyping, you will need to design PCBs (Printed Circuit Boards) directly.

  • Schematic creation: Using EDA tools like KiCad, Eagle
  • Component placement: Separate power, signal, and high-frequency sections
  • Routing rules: Thick traces for power, short traces for signals
  • Ground plane: Large ground areas to reduce noise

3. Types of Motors

Motors are the core components that spin propellers to generate lift in drones.

DC Motor

The most basic motor that rotates when voltage is applied.

  • Simple structure and inexpensive
  • Limited lifespan due to brush wear
  • Mainly used in small toy drones

BLDC Motor (Brushless DC)

The most commonly used motor in drones.

KV Rating: The key spec for BLDC motors. It represents the no-load RPM per 1V.

  • High KV (e.g., 2300KV): Small propeller, fast rotation, racing drones
  • Low KV (e.g., 700KV): Large propeller, slow rotation, photography drones

Servo Motor

Used where precise angle control is needed. Applied in drone gimbals (camera stabilizers).

ESC (Electronic Speed Controller)

An electronic device that controls BLDC motors.

  Flight Controller --(PWM signal)--> ESC --(3-phase current)--> BLDC Motor

  ESC roles:
  1. Convert battery DC to 3-phase AC
  2. Adjust motor speed according to PWM signal
  3. Supply power to electronics via BEC (Battery Eliminator Circuit)

4. Sensors

Various sensors are needed for a drone to fly stably in the air.

Accelerometer

Measures acceleration in 3 axes (including gravity). Determines tilt.

Gyroscope

Measures angular velocity (rotation speed) in 3 axes. Quickly detects attitude changes.

  Drone's 3-axis rotation

  Roll (side tilt)        X-axis rotation
  Pitch (front-back tilt) Y-axis rotation
  Yaw (left-right spin)   Z-axis rotation

Barometer

Estimates altitude through air pressure changes. Accuracy is approximately 0.5-1m.

GPS

Determines latitude, longitude, and altitude through satellite signals. Essential for autonomous flight and return-to-home functions.

IMU Sensor Fusion

Combines data from multiple sensors for more accurate attitude estimation.

  Sensor Fusion Flow

  Accelerometer --+
                  +--> [Kalman Filter / Complementary Filter] --> Accurate Attitude
  Gyroscope     --+                                               (Roll, Pitch, Yaw)
                  |
  Barometer     --+--> Altitude Estimation
                  |
  GPS           --+--> Position Estimation

  Accelerometer: Slow but stable (no drift)
  Gyroscope:     Fast but error accumulates over time (drift)
  -> Combining both yields fast and stable results

5. PID Control

The secret to a drone flying stably without wobbling in the wind is PID control.

PID Components

P (Proportional): Controls proportionally to the error.

  • Large error = large correction, small error = small correction
  • P alone gets close to the target but never reaches it exactly (steady-state error)

I (Integral): Corrects accumulated error.

  • If the target is not reached over time, applies increasingly stronger correction
  • Too much causes oscillation (overshoot)

D (Derivative): Detects the rate of change of error.

  • If error is decreasing rapidly, reduces correction to prevent abrupt response
  • Makes the system smoother
  PID Control Block Diagram

  Setpoint -->(+)--> [P] --+
               |            +--> Sum --> Motor Output
  Error    ----+--> [I] --+
               |            |
               +--> [D] --+
               ^
               |
  Current  -->(-)

  Output = Kp x e(t) + Ki x integral(e) + Kd x derivative(e)

PID Tuning Method

  1. Start with P: Gradually increase to find appropriate response speed
  2. Add D: Increase until oscillation diminishes
  3. Add I: Add small amounts until steady-state error disappears

PID Application in Drones

Drones typically run 3 independent PID loops:

  • Roll PID: Left-right tilt control
  • Pitch PID: Front-back tilt control
  • Yaw PID: Left-right rotation control

Each PID loop executes hundreds to thousands of times per second, adjusting motor output in real-time based on sensor data.


Part 2: Mechanical Engineering Fundamentals

6. Mechanics

Newton's Laws of Motion

First Law (Law of Inertia): Without external force, a stationary object stays at rest, and a moving object continues at constant velocity.

Second Law (Law of Acceleration): Force equals mass times acceleration.

  F = m x a

  Drone example:
  Drone weight = 1.5kg, desired acceleration = 2 m/s^2
  Required force = 1.5 x 2 = 3N (gravity separate)

Third Law (Action-Reaction): Every action has an equal and opposite reaction. When a drone propeller pushes air downward, the air pushes the drone upward.

Lift, Drag, Thrust

  Forces acting on a drone

            Lift
              ^
              |
  Drag <------*------> Thrust direction
              |
              v
           Gravity

  Hovering condition: Lift = Gravity
  Ascent condition:   Lift > Gravity
  Forward condition:  Drone tilts, creating horizontal thrust component

Torque

A physical quantity representing rotational force. Counter-torque effect: when a motor spins a propeller in one direction, the body wants to rotate in the opposite direction. That's why quadcopters have diagonal motors spinning in the same direction to cancel torque.


7. Material Mechanics

Stress and Strain

Stress: Force per unit area applied to a material. Strain: Ratio of deformation to original length.

Elasticity and Plasticity

  • Elastic deformation: Returns to original form when force is removed (like a rubber band)
  • Plastic deformation: Permanent deformation that doesn't return (like paper folding)
  • Young's Modulus: An indicator of material stiffness

Frame Material Selection

Comparing representative materials used for drone frames.

MaterialDensityStrengthCostCharacteristics
Carbon fiberLowVery highHighLight and strong but brittle
AluminumMediumHighMediumEasy to machine, good value
ABS plasticLowLowLow3D printable, weak to impact
NylonLowMediumLowGood flexibility, suitable for propellers

Racing drones use carbon fiber, while beginner models typically use ABS + aluminum combinations.


8. Thermodynamics Basics

Engine and Motor Efficiency

According to the first law of thermodynamics (conservation of energy), energy is not created or destroyed, only transformed.

  Energy Conversion Efficiency

  Battery(Chemical) -> ESC(Electrical) -> Motor(Mechanical) -> Propeller(Lift)

  Efficiency at each stage:
  Battery discharge: ~95%
  ESC conversion:    ~97%
  BLDC motor:        ~80-90%
  Propeller:         ~50-70%

  Overall efficiency: 0.95 x 0.97 x 0.85 x 0.60 = approximately 47%
  -> Only about half of battery energy converts to lift

9. Fluid Dynamics

Bernoulli's Principle

The principle that as fluid (air) speed increases, pressure decreases. This is the foundation for how airplane wings and drone propellers generate lift.

Propeller Design

Two key parameters for drone propellers:

Diameter: Propeller size -- larger means more air moved (efficient) but heavier and slower response.

Pitch: The theoretical distance traveled per revolution -- higher pitch means faster speed but lower torque efficiency.

  Propeller notation: Diameter x Pitch (inches)

  Example: 5045
  -> 5-inch diameter, 4.5-inch pitch

  Racing drones:   5-inch, high pitch (5045, 5051)
  Camera drones:   10+ inches, low pitch
  Micro drones:    3 inches or less

Part 3: Biotechnology Fundamentals

10. DNA and Genes

Recently, drones are increasingly intersecting with biotechnology through environmental monitoring, wildlife tracking, and sample collection. Understanding biotech basics opens doors to these convergence fields.

Central Dogma

The core concept explaining the flow of biological information.

  Flow of Biological Information (Central Dogma)

  DNA  --Transcription-->  RNA  --Translation-->  Protein

  DNA: Genetic information storage (blueprint)
  RNA: Information carrier (messenger)
  Protein: Actual function performer (machine)

DNA Structure

DNA consists of 4 types of bases (A, T, G, C) in a double helix structure.

  • A-T: 2 hydrogen bonds
  • G-C: 3 hydrogen bonds
  • Human genome: approximately 3 billion base pairs (approximately 700MB as data)

CRISPR Gene Editing

CRISPR-Cas9 is a revolutionary technology that can precisely cut and modify genes.

Applications:

  • Genetic disease treatment
  • Crop improvement
  • Virus-resistant organism development
  • Synthetic biology

11. Cell Biology

Mitochondria

The cell's energy factory that produces ATP (adenosine triphosphate).

  Energy Production Process

  Glucose (C6H12O6)
       |
  [Glycolysis]           --> 2 ATP
       |
  [Citric Acid Cycle]    --> 2 ATP
       |
  [Electron Transport]   --> 34 ATP
       |
  Total approximately 38 ATP + CO2 + H2O

  Mitochondria have their own DNA
  -> Maternal inheritance (inherited only from mother)

Stem Cells

Undifferentiated cells with the ability to become various cell types.

  • Totipotent stem cells: Can differentiate into all cell types (fertilized egg)
  • Pluripotent stem cells: Can differentiate into most cell types (embryonic stem cells, iPSC)
  • Multipotent stem cells: Can differentiate into limited cell types (hematopoietic stem cells)

Used in regenerative medicine, drug testing, and disease modeling.


12. Bioinformatics

Genome Analysis

The field of analyzing large-scale biological data using computers.

  Genome Analysis Pipeline

  [Sample Collection] -> [DNA Extraction] -> [Sequencing]
       |
  [Raw Data] -> [Quality Check] -> [Alignment/Mapping]
       |
  [Variant Calling] -> [Annotation] -> [Interpretation/Reporting]

  Key tools:
  - FASTQ: Raw sequencing data format
  - BWA/Bowtie: Sequence alignment tools
  - GATK: Variant calling tool
  - BLAST: Sequence similarity search

AI in Bio

Areas where artificial intelligence is driving innovation in biotechnology:

  • Protein structure prediction: AlphaFold predicts 3D protein structures
  • Drug discovery: AI searches for and optimizes candidate molecules
  • Genome interpretation: Deep learning analyzes the meaning of genetic variants
  • Medical imaging: CNNs automatically read X-rays and MRIs

13. Biosensors

Sensors that use biological elements to detect chemical substances or biological signals.

Blood Glucose Sensor

The most widely used biosensor, used daily by diabetes patients.

  Blood Glucose Sensor Working Principle

  Blood (glucose) --> Glucose oxidase (enzyme)
                          |
                    H2O2 generated
                          |
                    Current generated at electrode
                          |
                    Blood glucose concentration calculated from current

  Continuous Glucose Monitor (CGM):
  - Sensor inserted under the skin
  - Automatic measurement every 5 minutes
  - Real-time monitoring via smartphone

Wearable Biosensors

Devices worn on the body to monitor health status in real-time.

MeasurementSensor TypeApplied Device
Heart ratePPG (photoplethysmography)Smartwatch
Blood oxygenSpO2Smartwatch
Sweat analysisElectrochemical sensorSmart patch
Body temperatureInfrared sensorSmart band
Blood glucoseCGM sensorAdhesive patch
StressGSR (galvanic skin response)Smart ring
  Drone + Biosensor Convergence:
  - Drones collecting biosensor data at disaster sites
  - Drone transport of remote patient health data
  - Environmental pollution monitoring drones with biosensors

Conclusion: Drone Building Roadmap

A step-by-step roadmap for building drones based on everything covered.

  Drone Building Roadmap

  [Step 1: Theory]
    - Learn electrical/electronic basics
    - Understand mechanical engineering fundamentals
    - Get hands-on with Arduino/Raspberry Pi

  [Step 2: Component Selection]
    - Frame (carbon/ABS)
    - Motor + ESC + propeller matching
    - Flight controller (FC)
    - Battery (LiPo)
    - Receiver/transmitter

  [Step 3: Assembly]
    - Frame assembly
    - Motor/ESC mounting and wiring
    - FC installation and sensor calibration
    - Receiver connection

  [Step 4: Software]
    - Firmware installation (Betaflight, ArduPilot)
    - PID tuning
    - Flight mode configuration

  [Step 5: Test Flight]
    - Indoor low-altitude test
    - Outdoor hovering test
    - Axis control verification

  [Step 6: Advanced Features]
    - GPS-based autonomous flight
    - Camera/gimbal mounting
    - Biosensor integration
    - Telemetry system
FieldRecommended Starting PointDifficulty
Electrical/ElectronicsControlling LEDs with ArduinoBeginner
Motor ControlESC + BLDC hands-onIntermediate
PIDAttitude control simulationIntermediate
Mechanical EngineeringFrame design with CAD toolsIntermediate
BiotechnologyOnline molecular biology courseBeginner
BiosensorsArduino + heart rate sensor hands-onBeginner