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

密碼:

忘記密碼
加入會員
  首頁 | 原廠 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 | 擴大器 | 雕刻機 | 電池 | 電腦周邊 | 檢定考套件 | 停售商品
  首頁 » 商品目錄 » Sparkfun 系列 » Arduino » Boards » 42315935
商品搜尋 進階
 |  購物車內容  |  結帳   
商品分類
  **Teensy
  *Cable 線材
  *FLIR 系列
  *Intel® Edison
  *IQAudio 系列
  *LED EL 燈條
  *LilyPad系列
  *MyoWare 肌肉系列
  *Qwiic系列
  Alchitry 系列
  Audio
  Camera 攝像頭
  Components
  Educators
  ESPRESSIF (ESP)
  IoT
  Programmers
  Prototyping
  Retail
  Robotics
  Swag
  Tools
  Widgets
  Arduino
    Boards
    Other
    Shields
  Biometrics
  Breakout Boards
  cellular
  Development Tools
  Drivers
  E-Textiles
  IC
  LCDs
  Product Categories
  Sensors
  空板
  GPS
  Kits
  Wireless
  停售/停產
Arduino
Pololu
Seeed
Sparkfun
robot-electronics
dimensionengineering
libelium
adafruit
udoo
redbearlab
Arducam
goembed
Saleae
okdo
服務台
公司簡介
退換貨服務
訂購方式
聯絡我們
匯款確認
[<< 前一頁]  瀏覽相同分類產品 6 / 27  [下一頁 >>]
SparkFun原廠 Arduino Fio 微控制器板 基於ATMEGA328P (DEV-10116/E00055)
NT$900
運費NT$50
條碼42315935
產品說明0

 

Overview

The Arduino Fio is a microcontroller board based on the ATmega328P (datasheet) runs at 3.3V and 8 MHz. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 8 analog inputs, an on-board resonator, a reset button, and holes for mounting pin headers. It has connections for a Lithium Polymer battery and includes a charge circuit over USB. An XBee socket is available on the bottom of the board.

 

The Arduino Fio is intended for wireless applications. The user can upload sketches with an a FTDI cable or Sparkfun breakout board. Additionally, by using a modified USB-to-XBee adaptor such as XBee Explorer USB, the user can upload sketches wirelessly. The board comes without pre-mounted headers, allowing the use of various types of connectors or direct soldering of wires.

 

The Arduino Fio was designed by Shigeru Kobayashi and SparkFun Electronics, and manufactured by SparkFun Electronics.

 

Schematic & Reference Design

EAGLE files: arduino-fio-reference-design.zip

Schematic: Arduino-Fio-schematic.pdf

 

Summary

Microcontroller ATmega328P
Operating Voltage 3.3V
Input Voltage 3.35 -12 V
Input Voltage for Charge 3.7 - 7 V
Digital I/O Pins 14 (of which 6 provide PWM output)
Analog Input Pins 8
DC Current per I/O Pin 40 mA
Flash Memory 32 KB (of which 2 KB used by bootloader)
SRAM 2 KB
EEPROM 1 KB
Clock Speed 8 MHz

 

Power

The Arduino Fio can be powered with an FTDI cable or breakout board connected to its six pin headers (as marked on the bottom side), or with a regulated 3.3V supply on the 3V3 pin or a Lithium Polymer battery on the BAT pins.

The power pins are as follows:

  • BAT. For supplying a Lithium Polymer battery to the board.
  • 3V3. The regulated 3.3 volt supply pins.
  • GND. Ground pins.

Memory

The ATmega328P has 32 KB of flash memory for storing code (of which 2 KB is used for the bootloader). It has 2 KB of SRAM and 1 KB of EEPROM (which can be read and written with the EEPROM library).

Input and Output

Each of the 14 digital pins on the Fio can be used as an input or output, using pinMode, digitalWrite, and digitalRead functions. They operate at 3.3 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms. In addition, some pins have specialized functions:

  • Serial: RXI (D0) and TXO (D1). Used to receive (RX) and transmit (TX) TTL serial data. These pins are connected to the DOUT and DIN pins of the XBee modem socket.
  • External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt function for details.
  • PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite function.
  • SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language.
  • LED: 13. There is a built-in LED connected to digital pin 13. When the pin is HIGH value, the LED is on, when the pin is LOW, it's off.

The Fio has 8 analog inputs, each of which provide 10 bits of resolution (i.e. 1024 different values). The analog inputs measure from ground to Vcc. Additionally, some pins have specialized functionality:

  • I2C: 4 (SDA) and 5 (SCL). Support I2C (TWI) communication using the Wire library.

There are couple of another pins on the board:

  • AREF. Reference voltage for the analog inputs. Used with analogReference().
  • DTR. Bring this line LOW to reset the microcontroller. Typically used to add a reset button to shields which block the one on the board.

There are also 8 unsoldered holes on the board:

  • BAT + and BAT -. To be connected to a battery. Typically used when you don't want to connect a battery to the battery connector.
  • CHG 5V and CHG -. To be connected to charging terminals. Typically used to add an external connector for charging.
  • SW. Connected to the power switch on the board. Typically used to add an external power switch.
  • CTS. Connected to the #CTS/DIO7 pin of the XBee socket. Typically used to do sleep control for a XBee modem.
  • DTR. Connected to the #DTR/SLEEP_RQ/DI8 pin of the XBee socket. Typically used to do sleep control for a XBee modem.

See also the mapping between Arduino pins and ATmega328P ports.

Communication

The Arduino Fio has a number of facilities for communicating with a computer, another Arduino, or other microcontrollers. The ATmega328P provides UART TTL serial communication, which is available on digital pins 0 (RX) and 1 (TX). The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the Arduino Fio board via an external serial connection. We recommend using an FTDI Basic or FTDI cable. The on board mini-USB connector is only used for charging and does not allow for serial communication.

A SoftwareSerial library allows for serial communication on any of the Fio's digital pins.

The ATmega328P also supports I2C (TWI) and SPI communication. The Arduino software includes a Wire library to simplify use of the I2C bus; see the reference for details. To use the SPI communication, please see the ATmega328P datasheet.

Physical Characteristics

The dimensions of the Fio PCB are approximately 1.1" x 2.6".

Related Pages

The Arduino Fio can be programmed wirelessly over its XBee radio. See the Arduino Fio Programming page for the details.

Because the Fio communicates over XBee radios, the following Sketch-writing tips will help you avoid unexpected errors.

問與答

目前沒有任何商品問答!
本商品上架日期:2013-05-09.
評價
建議購買的商品清單!可以參考看看喔
FTDI Basic 下載器 STC晶片下載 USB轉TTL (3.3V/5V二用)DFR571 For Arduino®
FTDI Basic 下載器 STC晶片下載 USB轉TTL (3.3V/5V二用)DFR571 For Arduino®
DFROBOT原廠 3.7V電池 (FIT120)
DFROBOT原廠 3.7V電池 (FIT120)
購物車 更多
空的...
查詢訂單狀態
 
請輸入您的訂單編號
商品通知狀態 更多
通知SparkFun原廠 Arduino Fio 微控制器板 基於ATMEGA328P (DEV-10116/E00055)
更新時通知我
推薦給朋友
 
推薦這個商品給朋友

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