> For the complete documentation index, see [llms.txt](https://cavedu.gitbook.io/linkit-7697/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cavedu.gitbook.io/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue.md).

# 週邊元件連接教學

此章節將介紹如何連接至其他常用的周邊裝置，請點選下列連結進入對應文章：

* [SMD 按鈕](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/smd-an-niu.md)
* [RGB 三色 LED](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/rgb-san-se-led.md)
* [可變電阻](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/ke-bian-dian-zu.md)
* [九軸感應器 (MPU-9250)](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/jiu-zhou-gan-ying-qi-mpu9250.md)
* [溫度與濕度感應器 (AM2302)](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/wen-du-yu-shi-du-gan-ying-qi-am2302.md)
* [超音波距離感應器](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/chao-yin-bo-ju-li-gan-ying-qi.md)
* [光感應器 (LM358)](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/guang-gan-ying-qi-lm358.md)
* [0.96 吋 OLED 顯示模組 (SSD1308Z)](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/0.96-cun-oled-xian-shi-mo-zu-ssd1308z.md)
* [長條型 LED 顯示模組 (MY9221)](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/chang-tiao-xing-led-xian-shi-mo-zu-my9221.md)
* [繼電器](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/ji-dian-qi.md)
* [伺服馬達 (EMAX 9g ES08A Servo)](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/si-fu-ma-da-emax-9g-es08a-servo.md)
* [使用 74HC595 驅動七段顯示器](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/shi-yong-74hc595-qu-dong-qi-duan-xian-shi-qi.md)
* [使用 MAX7219 驅動七段顯示器](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/shi-yong-max7219-qu-dong-qi-duan-xian-shi-qi.md)
* [使用 MAX7219 驅動 8x8 矩陣式顯示器](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/shi-yong-max7219-qu-dong-8x8-ju-zhen-shi-xian-shi-qi.md)
* [使用 OLED 模組 (如 SH1106 / SSD1306... 等模組)](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/shi-yong-oled-mo-zu-ru-sh1106-ssd1306...-deng-mo-zu.md)
* [使用 PCF8574 / PCF8574A 驅動 1602 LCD](/linkit-7697/linkit-7697-arduinoide/zhou-bian-yuan-jian-lian-jie-jiao-xue/shi-yong-pcf8574-pcf8574a-qu-dong-1602-lcd.md)

以下表格整理了各元件的相關資訊供開發者快速參考：

* 常用元件
* Grove 元件

### 常用元件 <a href="#tutorial-chang-yong-yuan-jian" id="tutorial-chang-yong-yuan-jian"></a>

| 元件名稱                        | 驅動 IC                          | LinkIt 7697 函式庫                                                                                                                                  | 教學 |
| --------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | -- |
| 七段顯示器                       | 74HC595                        | -                                                                                                                                                | ✓  |
| 七段顯示器模組                     | MAX7219                        | -                                                                                                                                                | ✓  |
| 點矩陣顯示器模組                    | MAX7219                        | -                                                                                                                                                | ✓  |
| 通用 OLED 顯示模組                | SH1106 / SSD1306... etc.       | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/U8g2_Arduino-master)                                 | ✓  |
| Hitachi HD44780 1602 LCD 模組 | PCF8574A / PCF8574             | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/LiquidCrystal_I2C)                                   | ✓  |
| 步進馬達模組                      | ULN2003                        | [Arduino 內建類別](https://www.arduino.cc/en/Reference/Stepper)                                                                                      | -  |
| 氣壓與溫度感應器                    | BMP183                         | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Adafruit_BMP183_Library-master)                      | -  |
| NeoPixels                   | WS2812                         | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Adafruit_NeoPixel)                                   | -  |
| HC-SR04 超音波距離感應器            | -                              | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/HCSR04Ultrasonic)                                    | -  |
| 九軸感應器                       | MPU-9250                       | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Grove_IMU_9DOF_MPU9250)                              | ✓  |
| 溫度與濕度感應器                    | AM2302 / DHT22 / DHT11... etc. | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Grove_Temperature_And_Humidity_Sensor_AM2302-master) | ✓  |
| 光感應器                        | LM358                          | -                                                                                                                                                | ✓  |
| 0.96 吋 OLED 顯示模組 (128x64)   | SSD1308                        | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/OLED_Display_128X64_SSD1308Z-master)                 | ✓  |
| 1.12 吋 OLED 顯示模組 (96x96)    | SSD1327                        | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/OLED_Display_96X96_SSD1327-master)                   | -  |
| 長條型 LED 顯示模組                | MY9221                         | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Grove_LED_Bar_MY9221-master)                         | ✓  |
| 伺服馬達                        | -                              | [Arduino 內建類別](https://www.arduino.cc/en/reference/servo)                                                                                        | ✓  |
| IR 紅外線收發                    | -                              | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Arduino-IRremote-master)                             | -  |

### Grove 元件 <a href="#tutorialgrove-yuan-jian" id="tutorialgrove-yuan-jian"></a>

| 元件名稱                            | 驅動 IC                          | LinkIt 7697 函式庫                                                                                                                                  | 教學 |
| ------------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | -- |
| IMU 9 DOF Sensor                | MPU-9250                       | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Grove_IMU_9DOF_MPU9250)                              | ✓  |
| Temperature and Humidity Sensor | AM2302 / DHT22 / DHT11... etc. | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Grove_Temperature_And_Humidity_Sensor_AM2302-master) | ✓  |
| Light Sensor                    | LM358                          | -                                                                                                                                                | ✓  |
| OLED 0.96" (128x64)             | SSD1308                        | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/OLED_Display_128X64_SSD1308Z-master)                 | ✓  |
| OLED 1.12" (96x96)              | SSD1327                        | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/OLED_Display_96X96_SSD1327-master)                   | -  |
| Ultrasonic Ranger               | -                              | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Grove_Ultrasonic_Ranger-master)                      | ✓  |
| LED Bar                         | MY9221                         | [✓](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/master/Grove_LED_Bar_MY9221-master)                         | ✓  |
| EMAX 9g ES08A Mini Servo        | -                              | [Arduino 內建類別](https://www.arduino.cc/en/reference/servo)                                                                                        | ✓  |

### 下載 <a href="#tutorial-xia-zai" id="tutorial-xia-zai"></a>

可至 MediaTek Labs [GitHub repository](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino) 下載相關驅動程式。
