德源科技 
德源科技德源科技
公司簡介訂購方式匯款確認檔案下載 聯絡我們保固說明訂單查詢討論區
電子郵件:

密碼:

忘記密碼
加入會員
  首頁 | 原廠 Arduino® | 特殊服務設計 | 轉接座及轉接板/麵包板 | 開發板/燒錄器/模擬器 | 相容 For Arudino® 週邊及配件 | OKdo系列 | Saleae 系列 | Adafruit 系列 | ArduCam 系列 | Camera 攝像頭 | ROCK 系列 | Debix系列開發板 | Raspberry Pi 樹莓派 | Banana Pi 香蕉派 | BeagleBone 狗骨頭 | M5Stack系列 | Micro:bit (BBC)系列 | NVIDIA Jetson Nano系列 | Pololu 系列 | Pycom 系列 | Seeed 系列 | Sparkfun 系列 | WeMos 系列 | 傳感器 | Cubieboard/CubieTruck系列 | Firefly 系列 | Microduino系列 | Orange Pi 香橙派 | PCB板 | PLC 系列 | Robot 機器人 | UDOO 系列 | RedBearLab 系列 | LattePanda系列 | LittleBits 系列 | Libelium 系列 | Luxonis 相機系列 | PCduino | RobotElectronics 系列 | MageDok 顯示屏 | LCD/LCM/TFT/LVDC | Dimension Engineer 系列 | 通訊模組 | 影音器材(含轉換器) | 線材/連結器/轉換器 | 測量儀器 | 馬達/馬逹控制器/電源模組 | 其他 | 焊接/維修工具 | IC零件 | LED燈-裝飾燈 | 工作站迷你電腦 mini PC | 擴大器 | 雕刻機 | 電池 | 電腦周邊 | 檢定考套件 | 停售商品
  首頁 » 商品目錄 » Adafruit 系列 » 435412779
商品搜尋 進階
 |  購物車內容  |  結帳   
商品分類
  *新版 STEMMA QT / Qwiic接頭系列
  *轉接板
  Sensors/Parts
  *Feather 系列
  *FLORA 系列&配件
  Arduino
  BeagleBone 狗骨頭
  Development Boards
  Kits 套件 套餐
  LCDs & Displays 屏
  SMT SMD 轉板 轉接座
  Bluetooth 藍芽
  Breakout Boards 模組
  Buttons 按鍵& Switches搖桿
  Cameras 攝像頭
  CNC 舵機 馬達 零件
  EL Wire/Tape/Panel
  Laser 雷射激光
  LEDs 燈
  Materials 導電
  NeoPixel 系列 LE燈燈
  Photon 系列&配件
  Power 電源、電池...
  RFID / NFC
  Robotics
  停產 停售 DISCONTINUED
  SIM800系列(台灣不能用)
Arduino
Pololu
Seeed
Sparkfun
robot-electronics
dimensionengineering
libelium
adafruit
udoo
redbearlab
Arducam
goembed
Saleae
okdo
服務台
公司簡介
退換貨服務
訂購方式
聯絡我們
匯款確認
[<< 前一頁]  瀏覽相同分類產品 1 / 37  [下一頁 >>]
●美國原廠 MCP2221A模組...USB to GPIO ADC I2C-Stemma QT/Qwiic(ada4471)
NT$350
運費NT$50
條碼435412779
產品說明2

 

※本產品原廠代理從國外進口,有些交期較長,下訂前請詢問!

Adafruit MCP2221A Breakout - General Purpose USB to GPIO ADC I2C - Stemma QT / Qwiic (ada4471) 

影片:https://youtu.be/u4DSzp77xwk

What is STEMMA QT 影片說明 https://youtu.be/6GXRRuFuFy0

   Wouldn't it be cool to drive a tiny OLED display, read a color sensor, or even just flash some LEDs directly from your computer?  Sure you can program an Arduino or Trinket to talk to these devices and your computer, but why can't your computer just talk to those devices and sensors itself?  Well, now your computer can talk to devices using the Adafruit MCP2221A breakout board!/驅動一個微型 OLED 顯示器、讀取顏色傳感器,甚至直接從計算機上閃爍一些 LED 不是很酷嗎? 當然,您可以編寫一個 Arduino 或 Trinket 來與這些設備和您的計算機對話,但為什麼您的計算機不能只與這些設備和傳感器本身對話呢? 好了,現在您的計算機可以使用 Adafruit MCP2221A 分線板與設備通信了!

 

  What can the MCP2221 chip do?  This chip from Microchip is similar to a USB to serial converter chips but adds a GPIO and I2C interface as well. The analog/digital GPIO pins can act as 10-bit analog inputs (ADC) and there's even a 5-bit DAC output. The I2C interface is great for talking to OLEDs, sensors, PWM drivers, its the most popular interface for small devices. You can use the GPIO to do things like flash LEDs, read switches or buttons, and more. The MCP2221A breakout is like adding a little swiss army knife for serial protocols to your computer!/MCP2221芯片能做什麼? Microchip 的這款芯片類似於 USB 到串行轉換器芯片,但也增加了 GPIO 和 I2C 接口。 模擬/數字 GPIO 引腳可以用作 10 位模擬輸入 (ADC),甚至還有 5 位 DAC 輸出。 I2C 接口非常適合與 OLED、傳感器、PWM 驅動器通信,它是小型設備最流行的接口。 您可以使用 GPIO 來執行閃爍 LED、讀取開關或按鈕等操作。 MCP2221A 突破就像為您的計算機添加了一把用於串行協議的瑞士軍刀!
 
  This chip is powerful and useful to have when you want to use Python (for example) to quickly iterate and test a device that uses I2C or general purpose digital and analog I/O. There's no firmware to deal with, so you don't have to deal with how to "send data to and from an Arduino which is then sent to and from" an electronic sensor or display or part./當您想使用 Python(例如)快速迭代和測試使用 I2C 通用數字和模擬 I/O 的設備時,該芯片功能強大且非常有用。 無需處理固件,因此您不必處理如何“向 Arduino 發送數據和從 Arduino 發送數據,然後從 Arduino 發送數據”,然後從電子傳感器或顯示器或部件發送數據。
 
  This breakout has an MCP2221A chip, USB C connector, on-board 3V regulator, and a 4 pin JST SH port for I2C connectivity with 3V power and logic. This port is Stemma QT / Qwiic compatible for use with any sensor or chip that that has a matching port - you can even wire in Grove I2C devices with an adapter cable with no soldering required! See this guide for more info on Stemma QT
 
此分線板具有 MCP2221A 芯片、USB C 連接器、板載 3V 穩壓器和 4 針 JST SH 端口,用於 I2C 連接,具有 3V 電源和邏輯。 此端口與 Stemma QT / Qwiic 兼容,可與任何具有匹配端口的傳感器或芯片一起使用 - 您甚至可以使用適配器電纜連接 Grove I2C 設備,無需焊接! 有關 Stemma QT 的更多信息,請參閱本指南
在此處查看您可以使用的所有 Stemma QT 傳感器、電纜和設備。

在 Python 中使用此板非常簡單 - 查看我們的教程,了解如何開始使用我們的 Python 代碼通過 Mac/Win/Linux 控制 MCP2221A,並訪問我們的數百個 CircuitPython 庫和教程。

 
 



 
https://cdn-shop.adafruit.com/product-videos/1200x900/4471-04.mp4

 

相關文件

Learn
A simple way to get I2C, GPIO, ADC, and DAC support on any PC with USB.
Interact with sensors in real-time with Interactive Jupyter Notebooks and CircuitPython Libraries

Log sensor data from your PC to a Google Docs Sheet. 

問與答

目前沒有任何商品問答!
本商品上架日期:2014-02-18.
評價
建議購買的商品清單!可以參考看看喔
●極細鍍金探棒 三用電錶探棒、萬用電錶探棒、電表測試棒 表筆
●極細鍍金探棒 三用電錶探棒、萬用電錶探棒、電表測試棒 表筆
B0505LS-1W USB轉TTL USB轉串口UART模塊(FT232RL 帶電壓隔離)信號隔離
B0505LS-1W USB轉TTL USB轉串口UART模塊(FT232RL 帶電壓隔離)信號隔離
●2017年最新 現貨 台灣公司貨 15新型數字萬用表 美國福祿克FLUKE-17B+ 數字萬用表 + K型熱電偶
●2017年最新 現貨 台灣公司貨 15新型數字萬用表 美國福祿克FLUKE-17B+ 數字萬用表 + K型熱電偶
●Fluke AC10 鱷魚夾 10A 直插測試棒
●Fluke AC10 鱷魚夾 10A 直插測試棒
購物車 更多
空的...
查詢訂單狀態
 
請輸入您的訂單編號
商品通知狀態 更多
通知●美國原廠 MCP2221A模組...USB to GPIO ADC I2C-Stemma QT/Qwiic(ada4471)
更新時通知我
推薦給朋友
 
推薦這個商品給朋友

聯絡方式:手機:0933807110 或 0968222607
E-mail:[email protected](主要信箱) & [email protected](次要) & [email protected] & [email protected] & [email protected]