element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Technical Library
  • Products
  • Dev Tools
  • Technical Library
  • More
  • Cancel
Technical Library
Documents Arduino: Arduino Fio Reference Design based on Atmel ATmega328P Microcontroller
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Technical Library to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: sunnyzhuo1
  • Date Created: 8 Aug 2012 7:58 AM Date Created
  • Last Updated Last Updated: 29 Jan 2013 6:54 AM
  • Views 1384 views
  • Likes 0 likes
  • Comments 0 comments
Related
Recommended

Arduino: Arduino Fio Reference Design based on Atmel ATmega328P Microcontroller

Buy NowDevelopment ToolsTechnical DocumentsVideoFeaturesKit Contents

image

Kit Overview


The Arduino Fio is a microcontroller board based on the ATmega328PATmega328P 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 ATmega328PATmega328P is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture. By executing powerful instructions in a single clock cycle, theATmega328PATmega328P achieves throughputs approaching 1 MIPS per MHz allowing the system designer to optimize power consumption versus processing speed. The AVR core combines a rich instruction set with 32 general purpose working registers. All the 32 registers are directly connected to the Arithmetic Logic Unit (ALU), allowing two independent registers to be accessed in one single instruction executed in one clock cycle. The resulting architecture is more code efficient while achieving throughputs up to ten times faster than con- ventional CISC microcontrollers.

 

Key Applications: Wireless communication.

More Development Kits and Tools
imageAtmel Development KitsimageAtmel Overview
imageDevelopment Platforms & Kitsimageelement14 Knode

 

Development Tools


 

Software Development Tools:

 

Tool TypeSupplierMPNSupported FamilyDescription
IDEAtmel

Atmel Studio 6

 

ALL AVR

Atmel Studio 6 Integrated Development Environment (IDE) is the integrated development environment (IDE) for developing and debugging Atmel ARMRegistered CortexTm-M and Atmel AVRRegistered microcontroller (MCU) based applications. The Atmel Studio 6 IDE gives you a seamless and easy-to-use environment to write, build and debug your applications written in C/C++ or assembly code. Learn More


 

Hardware Development Tools:

 

Tool TypeSupplierMPNSupported FamilyDescription
Debuggers, Emulators & JTAG ToolsAtmel

ATAVRDRAGONATAVRDRAGON

AVR UC3 / AVR XMEGA / megaAVR / tinyAVRAVR Dragon JTAG Debugger Starter Kit for for 8-bit and 32-bit AVR devices
Debuggers, Emulators & JTAG ToolsAtmel

ATAVRONEKITATAVRONEKIT

AVR UC3 / AVR XMEGA / megaAVR / tinyAVRAVR ONE! professional development tool for all Atmel 8-bit and 32-bit AVR devices
Debuggers, Emulators & JTAG ToolsAtmel

ATJTAGICE2ATJTAGICE2

AVR UC3 / AVR XMEGA / megaAVR / tinyAVRAVR JTAGICE mkII mid-range development tool for Atmel 8-bit and 32-bit AVR devices
Debuggers, Emulators & JTAG ToolsAtmel

ATAVRISP2ATAVRISP2

AVR XMEGA / megaAVR / tinyAVRAVRISP mkII Programmer for field upgrades of Atmel 8-bit AVR microcontrollers with ISP or PDI interfaces

 

 

Back to top

 

Technical Documents


Learning Center
TypeDescription
DatasheetAtmel: Datasheet for ATmega48A/48PA/88A/88PA/168A/168PA/328/328P

 

Design Elements
TypeDescription
SchematicsArduino: Arduino Fio Schematics
Reference DesignArduino: Arduino Fio EAGLE Files
Code SnippetArduino: EEPROM.write()
Code SnippetArduino: EEPROM.read()
Code SnippetArduino: SD Card Datalogger
Code SnippetArduino: SD Card File Dump
Code SnippetArduino: SD Card Basic File Example
Code SnippetArduino: SD Card Read/Write
Code SnippetArduino: SD Card Test

 

 

Back to top

 

Video


You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

Back to top

 

Kit Features


image

 

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

 

 

 

 

 

Back to top

Kit Contents


 

Arduino Fio board

 

 

Back to top

 


  • fio
  • atmega48pa
  • atmega328p
  • atmega168pa
  • arduino
  • atmega88pa
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube