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

密碼:

忘記密碼
加入會員
  首頁 | 原廠 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 系列 » Development Boards » Metro » 17171
商品搜尋 進階
 |  購物車內容  |  結帳   
商品分類
  *新版 STEMMA QT / Qwiic接頭系列
  *轉接板
  Sensors/Parts
  *Feather 系列
  *FLORA 系列&配件
  Arduino
  BeagleBone 狗骨頭
  Development Boards
    ARM Development
    Metro
    Trinkets
  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
服務台
公司簡介
退換貨服務
訂購方式
聯絡我們
匯款確認
[<< 前一頁]  瀏覽相同分類產品 3 / 6  [下一頁 >>]
Adafruit METRO M0 Express 開發板-配ATSAMD21G18芯片(ada3505)
NT$1,050
運費NT$50
條碼17171
產品說明0

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

Adafruit METRO M0 Express - designed for CircuitPython - ATSAMD21G18

Adafruit METRO M0 Express 開發板-配ATSAMD21G18芯片(ada3505)

Revision History:

  As of April 27, 2018 we have updated the design to have lower analog noise, replaced the SMT DC jack and headers with through-hole headers and jack, and now ship with CircuitPython already loaded.
 自 2018 年 4 月 27 日起,我們更新了設計以降低模擬噪聲,將 SMT DC 插孔和接頭替換為通孔接頭和插孔,現在已加載 CircuitPython。

  Metro is our series of microcontroller boards for use with the Arduino IDE. This new Metro M0 Express board looks a whole lot like our original Metro 328, but with a huge upgrade. Instead of the ATmega328, this Metro features a ATSAMD21G18 chip, an ARM Cortex M0+.

  At the Metro M0's heart is an ATSAMD21G18 ARM Cortex M0 processor, clocked at 48 MHz and at 3.3V logic, the same one used in the new Arduino Zero. This chip has a whopping 256K of FLASH (8x more than the Atmega328) and 32K of RAM (16x as much)! This chip comes with built in USB so it has USB-to-Serial program & debug capability built in with no need for an FTDI-like chip. Not only can you use CircuitPython, but the Metro M0 is also great for use in the Arduino IDE.

Please note that while this board was our first for CircuitPython usage, better and bigger chips have come out since then! We recommend the Metro M4 for a roomy, speedy, experience.
  • Power the METRO with 7-9V polarity protected DC or the micro USB connector to any 5V USB source. The 2.1mm DC jack has an on/off switch next to it so you can turn off your setup easily. The METRO will automagically switch between USB and DC.

  • METRO has 25 GPIO pins, 12 of which are analog in, and one of which is a true analog out. There's a hardware SPI port, hardware I2C port and hardware UART. Logic level is 3.3V

  • Native USB, there's no need for a hardware USB to Serial converter as the Metro M0 has built in USB support. When used to act like a serial device, the USB interface can be used by any computer to listen/send data to the METRO, and can also be used to launch and update code via the bootloader. It can also act like a keyboard, mouse or MIDI device as well.

  • Four indicator LEDs and one NeoPixel, on the front edge of the PCB, for easy debugging. One green power LED, two RX/TX LEDs for data being sent over USB, and a red LED connected. Next to the reset button there is an RGB NeoPixel that can be used for any purpose.

  • 2 MB SPI Flash storage chip is included on board. You can use the SPI Flash storage like a very tiny hard drive. When used in Circuit Python, the 2 MB flash acts as storage for all your scripts, libraries and files. When used in Arduino, you can read/write files to it, like a little datalogger or SD card, and then with our helper program, access the files over USB.

  • Easy reprogramming, comes pre-loaded with the UF2 bootloader, which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython, PXT/MakeCode or Arduino IDE (it is bossa-compatible)

  Comes fully assembled with headers, tested, and with the UF2 bootloader loaded on. We also include 4 rubber bumpers to keep it from slipping off your desk. No soldering required to use, plug and play!/完全組裝有接頭,經過測試,並加載了 UF2 引導加載程序。我們還包括 4 個橡膠緩衝器,以防止它從您的桌子上滑落。無需焊接即可使用,即插即用!
Good news, CircuitPython now comes preloaded!/現已預裝CircuitPython

Check out our full guide for pinouts, schematics, drivers, instructions, Fritzing object, and more!

 

產品規格

Detailed specifications:
  • ATSAMD21G18 @ 48MHz with 3.3V logic/power
  • 256KB of FLASH + 32KB of RAM
  • 2 MB SPI Flash chip
  • No EEPROM
  • 32.768 KHz crystal for clock generation & RTC
  • 3.3V regulator with 500mA peak current output
  • USB native support, comes with USB bootloader and serial port debugging
  • You also get tons of pins - 25 GPIO pins, 5 more than the Metro 328
  • Hardware Serial, hardware I2C, hardware SPI support
  • PWM outputs on almost all pins
  • 6 x 12-bit analog inputs
  • 1 x 10-bit analog output (DAC)
  • Built in NeoPixel on pin #40
  • Pin #13 red LED for general purpose blinking
  • Power on/off switch
  • 4 mounting holes
  • We also include 4 rubber bumpers to keep it from slipping off your desk
  • Reset button
  • Adafruit Black PCB with gold plate on pads
  • Dimensions: 71mm x 53mm / 2.8" x 2.1"
  • Height (w/ barrel jack): 13mm / 0.5"
  • Weight: 20g
RoHS 2 2011 65 EU Compliant
RoHS 2 2015 863 EU Compliant

 

產品圖片

Top down view of a Adafruit METRO M0 Express - designed for CircuitPython  next to rubber bumpers.

Back view of a Adafruit METRO M0 Express - designed for CircuitPython next to US quarter for scale.

Side view of a Adafruit METRO M0 Express - designed for CircuitPython.

 

相關文件

Check out our full guide for pinouts, schematics, drivers, instructions, Fritzing object, and more!

 

2017影片:https://youtu.be/6a_d6TrGMlU

2018影片:https://youtu.be/0_tJlf5XpZo

   
 
 
CircuitPython, Arduino IDE or even MakeCode with this Metro M0
Plot all the things!
¿Nuevo a CircuitPython? Este es el lugar para iniciar.
Learn how to control digital inputs and outputs with CircuitPython!

 

備註

 
問與答

目前沒有任何商品問答!
本商品上架日期:2016-08-18.
評價
購物車 更多
空的...
查詢訂單狀態
 
請輸入您的訂單編號
商品通知狀態 更多
通知Adafruit METRO M0 Express 開發板-配ATSAMD21G18芯片(ada3505)
更新時通知我
推薦給朋友
 
推薦這個商品給朋友

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