Difference between revisions of "Iteaduino V1.1"

From ITEAD Wiki
Jump to: navigation, search
(Created page with "Pending")
 
Line 1: Line 1:
Pending
+
Here is the wiki page for Both Seeeduino V2.2 Atmega 168P and Seeeduino V2.2 Atmega 328P.<br>
 +
And Now Seeeduino V2.2 Atmega 168P is out of stock.
 +
 
 +
== Introduction ==
 +
Seeeduino is Arduino compatible board. Its design is based on Diecimila scheme, 100% compatible to its existing program, shield and IDEs. On the hardware part, remarkable changes are taken to improve the flexibility and user experience.
 +
 
 +
Seeeduino V2.2 Atmega 328 Model:[http://www.seeedstudio.com/depot/seeeduino-v22-atmega-328p-p-669.html?cPath=80 ARD128D2P]
 +
 
 +
[[File:Seeeduino-168p.jpg]] [[File:Seeeduino fritzing.png|400px]]
 +
 
 +
== Features ==
 +
* Inherits all of Arduino Diecimila's features.
 +
* Compatible to Diecimila's pin layout, screw hole and dimensions.
 +
* Evolved with SMD components
 +
* Improved on extensibility and convenience
 +
 
 +
== Application Ideas  ==
 +
 
 +
*Data logging
 +
*Remote sensor node
 +
*Robotic control
 +
 
 +
== Cautions  ==
 +
 
 +
The warnings and wrong operations possible cause dangerous.
 +
 
 +
== Schematic  ==
 +
 
 +
It is the schematic, the circuit about Eagle resource like .pdf should linked here in order to avoid memory exhausted.
 +
 
 +
== Specification  ==
 +
 
 +
May include key specification and other specifications.
 +
 
 +
== Pin definition and Rating  ==
 +
 
 +
== Mechanic Dimensions  ==
 +
 
 +
== Usage  ==
 +
 
 +
If you are using the Arduino Development Environment to program the board, select the Anduino Duemilanove board from the boards list.
 +
 
 +
If the serial port does not show up when you connect the Seeeduino to the computer, you have to download the appropriate USB to serial drivers.
 +
The Windows, Linux, and Mac drivers can be downloaded here: http://www.ftdichip.com/Drivers/VCP.htm
 +
 
 +
=== Hardware Installation  ===
 +
 
 +
=== Programming  ===
 +
 
 +
Includes important code snippet.
 +
Demo code like :
 +
<syntaxhighlight lang="Arduino">
 +
 
 +
Demo code
 +
{
 +
}
 +
 
 +
</syntaxhighlight>
 +
 
 +
=== Example  ===
 +
 
 +
The projects and application examples.
 +
 
 +
== Bill of Materials (BOM) /parts list  ==
 +
 
 +
All the components used to produce the product.
 +
== FAQ  ==
 +
 
 +
Here is the Seeeduino FAQ, now the version is V2.2, users can list the Frequently Asked Questions here, example as below:
 +
=== What is Seeeduino  ===
 +
'''Answer:''' Seeeduino  is a ...
 +
 
 +
== Support  ==
 +
 
 +
If you have questions or other better design ideas, you can go to our [http://www.seeedstudio.com/forum forum] or [http://wish.seeedstudio.com wish] to discuss.
 +
 
 +
<br>
 +
 
 +
== Version Tracker  ==
 +
 
 +
{| class="wikitable" border="1"
 +
!Revision
 +
!Descriptions
 +
!Release Date
 +
|- style="font-size: 90%"
 +
| align="center" width="300px"| Seeeduino V0.9
 +
| align="center" width="500px"| Initial public release
 +
| align="center" width="200px"|
 +
|- style="font-size: 90%"
 +
| align="center" | Seeeduino V1.1
 +
| align="center" |
 +
#Fixed bug - unnessesary via on Pin4 wire.
 +
#Fixed bug - Lable mistakenly covered by switches.
 +
#Added I2C and sensor port.
 +
#Added an 100uF capacitor for vcc switch.
 +
#Grouped new 100mil grid pins.
 +
#Replaced reset buttons with metal ones.
 +
#Rearranged texts and lables for clearer indications.
 +
| align="center" |
 +
|- style="font-size: 90%"
 +
| align="center" | Seeeduino V2.12
 +
| align="center" |
 +
#Zero external power consumption when switched off
 +
#Stronger Switches
 +
#Second power supply for 5V direct input. [Caution] USE 5V ONLY!
 +
#150mA driver capacity under 3.3V
 +
#1.0mm slim PCB for lighter weighs
 +
#Extra row reserved for pin headers
 +
| align="center" |
 +
|- style="font-size: 90%"
 +
| align="center" | Seeeduino V2.2
 +
| align="center" |
 +
#USB/EXT power auto select
 +
#Upgrade power capacitor
 +
#Clean up layouts
 +
#Reset easier
 +
#Real Quartz Crystal
 +
#Extern power Diode change to 1N4004(more power on Vin pin)
 +
| align="center" | Dec 16, 2010
 +
|}
 +
 
 +
== Bug Tracker  ==
 +
 
 +
Bug Tracker is the place you can publish any bugs you think you might have found during use. Please write down what you have to say, your answers will help us improve our products.
 +
 
 +
* The mini-USB connector can break off the board very easily if you apply sidewise force while a mini-USB cable is connected. Consider using an extension USB cable and refrain for plugging/unplugging the mini-USB cable to/from the Seeduino board very often.
 +
 
 +
== Additional Idea  ==
 +
 
 +
The Additional Idea is the place to write your project ideas about this product, or other usages you've found. Or you can write them on Projects page.
 +
 
 +
== Resources  ==
 +
*[http://www.seeedstudio.com/depot/source/seeeduinov22.zip Source file]
 +
 
 +
== How to buy  ==
 +
Here to buy Seeeduino V2.2 [http://www.seeedstudio.com/depot/microcontrollers-seeeduino-c-79_80.html Atmega 168P] and [http://www.seeedstudio.com/depot/seeeduino-v22-atmega-328p-p-669.html?cPath=79_80 Atmega 328P] on SEEED [http://www.seeedstudio.com/depot Bazaar].
 +
 
 +
== See Also  ==
 +
 
 +
Other related products and resources.
 +
 
 +
== Licensing  ==
 +
 
 +
This documentation is licensed under the Creative Commons [http://creativecommons.org/licenses/by-sa/3.0/ Attribution-ShareAlike License 3.0] Source code and libraries are licensed under [http://www.gnu.org/licenses/gpl.html GPL/LGPL], see source code files for details.
 +
 
 +
 
 +
== External Links  ==
 +
 
 +
Links to external webpages which provide more application ideas, documents/datasheet or software libraries
 +
 
 +
 
 +
[[Category:MicroControllers|Product]]

Revision as of 12:02, 28 September 2011

Here is the wiki page for Both Seeeduino V2.2 Atmega 168P and Seeeduino V2.2 Atmega 328P.
And Now Seeeduino V2.2 Atmega 168P is out of stock.

Introduction

Seeeduino is Arduino compatible board. Its design is based on Diecimila scheme, 100% compatible to its existing program, shield and IDEs. On the hardware part, remarkable changes are taken to improve the flexibility and user experience.

Seeeduino V2.2 Atmega 328 Model:ARD128D2P

File:Seeeduino-168p.jpg 400px

Features

  • Inherits all of Arduino Diecimila's features.
  • Compatible to Diecimila's pin layout, screw hole and dimensions.
  • Evolved with SMD components
  • Improved on extensibility and convenience

Application Ideas

  • Data logging
  • Remote sensor node
  • Robotic control

Cautions

The warnings and wrong operations possible cause dangerous.

Schematic

It is the schematic, the circuit about Eagle resource like .pdf should linked here in order to avoid memory exhausted.

Specification

May include key specification and other specifications.

Pin definition and Rating

Mechanic Dimensions

Usage

If you are using the Arduino Development Environment to program the board, select the Anduino Duemilanove board from the boards list.

If the serial port does not show up when you connect the Seeeduino to the computer, you have to download the appropriate USB to serial drivers. The Windows, Linux, and Mac drivers can be downloaded here: http://www.ftdichip.com/Drivers/VCP.htm

Hardware Installation

Programming

Includes important code snippet. Demo code like : <syntaxhighlight lang="Arduino">

Demo code { }

</syntaxhighlight>

Example

The projects and application examples.

Bill of Materials (BOM) /parts list

All the components used to produce the product.

FAQ

Here is the Seeeduino FAQ, now the version is V2.2, users can list the Frequently Asked Questions here, example as below:

What is Seeeduino

Answer: Seeeduino is a ...

Support

If you have questions or other better design ideas, you can go to our forum or wish to discuss.


Version Tracker

Revision Descriptions Release Date
Seeeduino V0.9 Initial public release
Seeeduino V1.1
  1. Fixed bug - unnessesary via on Pin4 wire.
  2. Fixed bug - Lable mistakenly covered by switches.
  3. Added I2C and sensor port.
  4. Added an 100uF capacitor for vcc switch.
  5. Grouped new 100mil grid pins.
  6. Replaced reset buttons with metal ones.
  7. Rearranged texts and lables for clearer indications.
Seeeduino V2.12
  1. Zero external power consumption when switched off
  2. Stronger Switches
  3. Second power supply for 5V direct input. [Caution] USE 5V ONLY!
  4. 150mA driver capacity under 3.3V
  5. 1.0mm slim PCB for lighter weighs
  6. Extra row reserved for pin headers
Seeeduino V2.2
  1. USB/EXT power auto select
  2. Upgrade power capacitor
  3. Clean up layouts
  4. Reset easier
  5. Real Quartz Crystal
  6. Extern power Diode change to 1N4004(more power on Vin pin)
Dec 16, 2010

Bug Tracker

Bug Tracker is the place you can publish any bugs you think you might have found during use. Please write down what you have to say, your answers will help us improve our products.

  • The mini-USB connector can break off the board very easily if you apply sidewise force while a mini-USB cable is connected. Consider using an extension USB cable and refrain for plugging/unplugging the mini-USB cable to/from the Seeduino board very often.

Additional Idea

The Additional Idea is the place to write your project ideas about this product, or other usages you've found. Or you can write them on Projects page.

Resources

How to buy

Here to buy Seeeduino V2.2 Atmega 168P and Atmega 328P on SEEED Bazaar.

See Also

Other related products and resources.

Licensing

This documentation is licensed under the Creative Commons Attribution-ShareAlike License 3.0 Source code and libraries are licensed under GPL/LGPL, see source code files for details.


External Links

Links to external webpages which provide more application ideas, documents/datasheet or software libraries