![](/html/eb/eb17/eb17d0e07641d51e87d7caf9462513cdab703393d163b00c3586c13d4f691009/bg1.png)
IDUINO for maker’s life
User Manual
For IDUINO development Board
www.openplatform.cc
![](/html/eb/eb17/eb17d0e07641d51e87d7caf9462513cdab703393d163b00c3586c13d4f691009/bg2.png)
IDUINO for maker’s life
1.Overview
1.1 what is Arduino?
Arduino is an open-source prototyping platform based on easy-to-use hardware
and software. Arduino boards are able to read inputs - light on a sensor, a finger on a
button, or a Twitter message - and turn it into an output - activating a motor, turning
on an LED, publishing something online. You can tell your board what to do by sending
a set of instructions to the microcontroller on the board. To do so you use the Arduino
programming language (based on Wiring), and the Arduino Software (IDE), based on
Processing.
The official website is www.arduino.cc and www.arduino.org.
1.2 what is IDUINO ?
Because of the arduino technology is totally opensource, so anyone can use this
facility to create more valuable products.
IDUINO is a series of Ardunio opensource products collection, which includes not
only motherboard, but hundreds of sensors and modules used for Arduino board, and
many kinds of Arduino Starter Kit, many kinds of Arduino projects, many kinds of car
chassis , expansion board, accessories , Arduino DIY 3D Printer.
IDUINO are more focused on manufacturing and constructing Arduino project
system.
1.3 What’s the difference between Arduino and IDUINO?
For the development, IDUINO is just a different brand comparing with the Arduino
development.
For other categories, IDUINO’s quantity exceeds Arduino a lot.
www.openplatform.cc
![](/html/eb/eb17/eb17d0e07641d51e87d7caf9462513cdab703393d163b00c3586c13d4f691009/bg3.png)
IDUINO for maker’s life
2. IDUINO uno
The IDUINO uno is 100 percent compatible with Arduino uno(Re3). It is a
microcontroller board based on the ATmega328P. It has 14 digital input/output pins
(of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a
USB connection, a power jack, an ICSP header and a reset button. It contains
everything needed to support the microcontroller; simply connect it to a computer
with a USB cable or power it with a AC-to-DC adapter or battery to get started. You can
tinker with your UNO without worrying too much about doing something wrong, worst
case scenario you can replace the chip for a few dollars and start over again.
Pinout:
www.openplatform.cc
![](/html/eb/eb17/eb17d0e07641d51e87d7caf9462513cdab703393d163b00c3586c13d4f691009/bg4.png)
Input Voltage (recommended)
14 (of which 6 provide PWM output)
32 KB (ATmega328P)
of which 0.5 KB used by bootloader
Specifications:
IDUINO for maker’s life
3. IDUINO Mega 2560
The Mega 2560 is a microcontroller board based on the ATmega2560. It has 54
digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs,
4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power
jack, an ICSP header, and a reset button. It contains everything needed to support the
microcontroller; simply connect it to a computer with a USB cable or power it with a
AC-to-DC adapter or battery to get started.
Pinout:
www.openplatform.cc