Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
index.md
Go to the documentation of this file.
1 Welcome to the Linduino Source Code Home Page {#mainpage}
2 =============================================
3 
4 For The Latest Information See [Linduino Home Page](http://www.linear.com/designtools/linduino.php)
5 
6 ![](..\Doxygen\Include\dc2026.jpg)
7 
8 
9 What is a Linduino?
10 -------------------
11 
12 Linduino is Linear Technology's Arduino-compatible system for developing and distributing firmware libraries
13 and example code for Linear Technology's integrated circuits. The code is designed to be highly portable to
14 other microcontroller platforms, and is written in C using as few processor specific functions as possible.
15 The code libraries can be downloaded below and used as-is in your project. The Linduino One board
16 (Demonstration Circuit DC2026B) allows you to test out the code directly, using the standard demo board for
17 the particular IC.
18 
19 The Linduino One board is compatible with the Arduino Uno, using the Atmel ATmega28 processor. This board
20 features a 14-pin "QuikEval" connector that can be plugged into nearly 100 daughter boards for various Linear
21 Technology parts, including Analog to Digital converters, Digital to Analog Converters, high-voltage power
22 monitors, temperature measurement devices, RF synthesizers, battery stack monitors, and more.
23 
24 An LTM2884 USB Isolator breaks the ground connection to the PC, allowing projects to operate at a different
25 ground potential than the computer that is controlling it.
26 
27 
28 Setup is Simple:
29 ----------------
30 [Download the Demo Manual](http://cds.linear.com/docs/en/demo-board-manual/DC2026CFD.PDF) for
31 detailed instructions. Three files are required to follow the complete procedure in the demo manual:
32 
33 1) The latest [Linduino sketchbook](http://www.linear.com/docs/43958). This file contains the Linduino code base, demo board schematics and board files. If you are only interested in the code, stop here.
34 
35 2) The [QuikEval](http://www.linear.com/quikeval) program. The Linduino board ships with firmware that allows it to communicate with the QuikEval program, which provides all of the GUIs for compatible demo boards. Installing QuikEval is also the recommended way to install the correct USB drivers for the Linduino One board.
36 
37 3) The [Arduino 1.6.4 IDE](http://arduino.cc/download_handler.php?f=/arduino-1.6.4-windows.zip). This is the development environment for the Arduino, and is required to modify the code, and to load programs into the Linduino One.
38 
39 [Schematic of DC2026 PDF](http://cds.linear.com/docs/en/demo-board-schematic/DC2026C1-SCH.PDF)
40 
41 We also recommend: Notepad Plus Plus, an excellent code editor: http://notepad-plus-plus.org/
42 
43 Atmel Studio, for more advanced development and debugging with the Linduino hardware, and Atmel processors in general: http://www.atmel.com/microsite/atmel_studio6/