Arduino 教學影片

Arduino

簡介

安裝

LED 範例

跑馬燈

七段顯示器

開關控制

蜂鳴器

紅外線

光敏電阻

觸鬚

BB 避障車

連接電腦

麥克風

無線通訊

影音教材

20130118研習

原始碼

建置

內部結構

原始碼解析

系統軟體

編譯器

IDE

AVR libc

avrDude

miniblog

硬體

專案建置

訊息

相關網站

參考文獻

最新修改

簡體版

English

  1. Arduino electronics
  2. Microcontroller Tutorial - A Beginners Guide (AVR32)
  3. YouTube/sciguy14/Tutorial Series for Arduino (超棒的 Arduino 教學系列)
    • 影片:http://www.youtube.com/playlist?list=PLA567CE235D39FA84&feature=plcp
    • 網頁:http://www.jeremyblum.com/category/arduino-tutorials/
    • Tutorial 01 for Arduino: Getting Acquainted with Arduino
    • Tutorial 02 for Arduino: Buttons, PWM, and Functions
    • Tutorial 03 for Arduino: Electrical Engineering Basics
    • Tutorial 04 for Arduino: Analog Inputs
    • Tutorial 05 for Arduino: Motors and Transistors
    • Tutorial 06 for Arduino: Serial Communication and Processing
    • Tutorial 07 for Arduino: I2C Communication and Processing
    • Tutorial 08 for Arduino: SPI Interfaces
    • Tutorial 09 for Arduino: Wireless Communication
    • Tutorial 10 for Arduino: Interrupts and Hardware Debouncing
    • Tutorial 11 for Arduino: SD Cards and Datalogging
    • Tutorial 12 for Arduino: RFID Card Reading
    • Tutorial 13 for Arduino: Liquid Crystal Displays (LCDs)
    • Tutorial 15 for Arduino: GPS Tracking
    • Tutorial 14 for Arduino: Holiday Lights and Sounds Spectacular!
    • http://www.jeremyblum.com/
    • https://www.facebook.com/JeremyTheEngineer
  4. Stefan Hermann: Learning Arduino Episode (共 14 集)

1. Learning Arduino Episode 001 – Electronic Basics
這集將說明電子基礎,例如電壓 (Voltage)、電流 (Current)、功率 (Power) 以及串聯電路 (Series Circuit) 和並聯電路 (Parallel Circuit)
2. Learning Arduino Episode 002 – Arduino introduction
這集介紹 Arduino 這塊板子
3. Learning Arduino Episode 003 – Digital Out with Blink
這集介紹什麼是數位訊號 (Digital Signal),教你如何上傳程式到 Arduino 板子上,並且介紹 Arduino 的軟體開發環境
4. Learning Arduino Episode 004 – Digital Out with SOS
這集介紹 loop 和 arrays 的使用方法
5. Learning Arduino Episode 005 – Breadboard Prototyping
麵包板 (Breadboard) 是一個可以讓你在短時間做出雛型的方便的工具,這集將介紹麵包板的使用方法
6. Learning Arduino Episode 006 – Digital In with a button
這集介紹 Digital Input 並解釋什麼是下拉電阻 (drop down resistor)
7. Learning Arduino Episode 007 – Amplification with a transistor
有時候你會需要電晶體 (Transistor) 來放大訊號,這集介紹電晶體的主要概念
8. Learning Arduino Episode 008 – Analog Out with Fading
這集說明 digital 和 analog signals 的差別,介紹 PWM (Pulse-Width Modulation),並利用 PWM 控制 LED 達到漸暗漸亮的效果
9. Learning Arduino Episode 009 – Analog In with Servo and Knob
這集介紹可變電阻 (potentiometer) 和伺服馬達 (Servo motor) 的使用方法
10. Learning Arduino Episode 010 – Analog In with Servo and LDR
這集介紹光感電阻 (Light Dependent Resistor, LDR) 並使用 LDR 控制 Servo
11. Learning Arduino Episode 011 – Serial communication
這集介紹怎麼把 Arduino 的資料送到電腦
12. Learning Arduino Episode 012 – FIRMATA
這集介紹如何用 Firmata Library 連接 Arduino 和 Processing
13. Learning Arduino Episode 013 – PCB layout with Fritzing
這集介紹怎麼把你的電路製作成 PCB 電路板
14. Learning Arduino Episode 014 – using modules
這集介紹 Arduino 的擴充模組。註: Arduino 的模組又稱 Shield

Facebook

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License