Arduino學習入門
  • Introduction
  • 基本介紹
    • 簡介
    • 0.相關名詞
    • 1.準備工作
    • 2.開發流程
    • 3.認識 I/O接腳
    • 4.上傳程式
    • 5.程式碼解說
    • 6.常用指令介紹
    • 7.線上學習資源
  • 程式實作
    • 1.液晶螢幕顯示溫濕度
    • 2.藍芽APP之RGB燈泡控制
Powered by GitBook
On this page

Was this helpful?

  1. 基本介紹

4.上傳程式

1.撰寫Arduino程式

2.編譯程式並檢查錯誤(左上角驗證按鈕)

3.設定Arduino板子型號:工具>開發版>Arduino Nano/ ATmega328P

4.設定序列阜:工具>序列阜>COM

5.上傳程式至Arduino板子(左上角上傳按鈕)

Previous3.認識 I/O接腳Next5.程式碼解說

Last updated 5 years ago

Was this helpful?