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

密碼:

忘記密碼
加入會員
  首頁 | 原廠 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 系列 » *Feather 系列 » 22684
商品搜尋 進階
 |  購物車內容  |  結帳   
商品分類
  *新版 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
服務台
公司簡介
退換貨服務
訂購方式
聯絡我們
匯款確認
[<< 前一頁]  瀏覽相同分類產品 29 / 30  [下一頁 >>]
新品 美國原廠 RP2040+MCP2515 CAN Bus開發板(ada5724)STEMMA QT/QwiiC 接口
NT$1,000
運費NT$50
條碼22684
產品說明0

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

 

 

美國原廠 RP2040+MCP2515 CAN Bus開發板(ada5724)STEMMA QT/QwiiC 接口

Adafruit RP2040 CAN Bus Feather with MCP2515 CAN Controller - STEMMA QT/QwiiC

帶有 MCP2515 CAN 控制器的 Adafruit RP2040 CAN 總線 Feather - STEMMA QT

2020/3/4新版影片(從1:55開始):https://youtu.be/MEkKPNr-KBk

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

Description

  If you'd like quickly get started with CAN bus interfacing, with no soldering required, our Adafruit RP2040 CAN Bus Feather comes ready-to-rock with a microcontroller, CAN chipset, and terminal blocks for instant gratification. The controller used is the MCP25625 (aka an MCP2515 with built-in transceiver), an extremely popular and well-supported chipset that has drivers in Arduino and CircuitPython and only requires an SPI port and two pins for chip-select and IRQ. Use it to send and receive messages in either standard or extended format at up to 1 Mbps.

  Feather is the development board specification from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. We have other boards in the Feather family, check'em out here.

  CAN Bus is a small-scale networking standard, originally designed for cars and, yes, busses, but is now used for many robotics or sensor networks that need better range and addressing than I2C and don't have the pins or computational ability to talk on Ethernet. CAN is 2 wire differential, which means it's good for long distances and noisy environments.

  Messages are sent at about 1Mbps rate - you set the frequency for the bus and then all 'joiners' must match it, and have an address before the packet so that each node can listen in to messages just for it. New nodes can be attached easily because they just need to connect to the two data lines anywhere in the shared net. Each CAN device sends messages whenever it wants, and thanks to some clever data encoding, can detect if there's a message collision and retransmit later.

  We've added a few nice extras to this Feather to make it useful in many common CAN scenarios:

  •   5V charge-pump voltage generator, so even though you are running 3.3V on a Feather board, it will generate a nice clean 5V as required by the interal transceiver.
  •   3.5mm soldered terminal block quick access to the High and Low data lines as well as a ground pin, without any soldering.
  •   120-ohm termination resistor on board, you can remove the termination easily by cutting the jumper marked TERM on the top of the board.
  •   CAN control CS, Reset, Int, standby pins connected internally so you can use any FeatherWing without pin conflicts.

  At the Feather's heart is an RP2040 chip, clocked at 133 MHz and at 3.3V logic, the same one used in the Raspberry Pi Pico. This chip has a whopping 8 MB of onboard QSPI FLASH and 264K of RAM! There's even room left over for a STEMMA QT connector for plug-and-play of I2C devices.

  To make it easy to use for portable projects, we added a connector for any of our 3.7V Lithium polymer batteries and built-in battery charging. You don't need a battery, it will run just fine straight from the USB Type C connector. But, if you do have a battery, you can take it on the go, then plug in the USB to recharge. The Feather will automatically switch over to USB power when it's available./為了便於在攜帶型專案中使用,我們為任何 3.7V 鋰聚合物電池內置電池充電添加了一個連接器。您不需要電池,它可以直接從USB C型連接器運行。但是,如果您有電池,則可以隨身攜帶,然後插入USB充電。羽毛將在可用時自動切換到USB電源。

Here's some handy specs! Like all Feather 32u4's you get:

    • Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in
    • Light as a (large?) feather - 6.3 grams
    • RP2040 32-bit Cortex M0+ dual core running at ~133 MHz @ 3.3V logic and power
    • 264 KB RAM
    • 8 MB SPI FLASH chip for storing files, images and CircuitPython/MicroPython code storage. No EEPROM
    • Tons of GPIO! 21 x GPIO pins with following capabilities:
    • Four 12-bit ADCs (one more than Pico)
    • Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations
    • 16 x PWM outputs - for servos, LEDs, etc
    • Built-in 200mA+ lipoly charger with charging status indicator LED
    • Pin #13 red LED for general purpose blinking
    • RGB NeoPixel for full-color indication.
    • On-board STEMMA QT connector that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering!
    • Both Reset button and Bootloader select button for quick restarts (no unplugging-replugging to relaunch code)
    • USB Type C connector lets you access built-in ROM USB bootloader and serial port debugging
    • 3.3V regulator with 500mA peak current output and power enable pin
    • 4 mounting holes
    • 12 MHz crystal for perfect timing.
    • Support circuitry for CAN Bus using SPI interface

    Comes assembled and tested, with some header. You'll need a soldering iron to attach the header for installing onto your Feather. Stacking headers will let you put another FeatherWing on top./已組裝並經過測試,帶有一些接頭您需要一個烙鐵來連接接頭,以便安裝到您的 Feather 上。堆疊標題可以讓您在頂部放置另一個 FeatherWing。

 

 

 

產品規格

 

Technical Details

  • 52.2mm x 22.8mm x 12mm / 2.1" x 0.9" x 0.5"
  • Weight 6.5g

 

RoHS 2 2011 65 EU Compliant

 

RoHS 2 2015 863 EU Compliant

 

 

問與答

目前沒有任何商品問答!
本商品上架日期:2023-08-22.
評價
購物車 更多
空的...
查詢訂單狀態
 
請輸入您的訂單編號
商品通知狀態 更多
通知新品 美國原廠 RP2040+MCP2515 CAN Bus開發板(ada5724)STEMMA QT/QwiiC 接口
更新時通知我
推薦給朋友
 
推薦這個商品給朋友

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