| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Arduino

Page history last edited by Robert Striemer 10 years, 1 month ago

Arduino

 

An Arduino is an open-source single-board microcontroller or small computer containing a processor core, memory, and programmable input/output peripherals. Microcontrollers are used in automatically controlled devices, such as automobile engine control systems and implantable medical devices. An Arduino microcontroller makes using electronics in projects relatively cheap and easy. The Arduino development environment  or IDE is designed to introduce programming to newcomers unfamiliar with software development. It is capable of compiling and uploading programs to the board with a single click. A program written for Arduino is called a "sketch". Arduino programs are written in C++. The Arduino IDE comes with a software library, which makes many common input/output operations much easier. Users only need to define two functions to make a runnable cyclic executive program:

1)       setup(): a function run once at the start of a program that can initialize settings

2)       loop(): a function called repeatedly until the board powers off

 

Arduinos are used in SHARP devices like the cut-down circuit and in data loggers.

The Arduino Uno Revision 3

 

The Arduino Uno sells for less than $30. Here are a few Arduino stores you can visit online and on the street. Active Electronics has a store in Winnipeg on St. James Street near Polo Park.

 

RobotShop

Adafruit

Amazon

Active

 

Shrinkify Your Arduino Projects Video

 

 

December 2013


Electronics 

 

Using Breadboards/Protoboards Video

Soldering Video

Soldering Pins (DB9 connector) 

Basic Multimeter Tutorial

Resistor Colour Code

LED Resistor Calculator

 

 

December 2013

 

 


 

Comments (0)

You don't have permission to comment on this page.