Introduction to Arduino Microcontrollers...and how they can be used in Amateur Radio Andrew Rohne, AC8JO October 13, 2011.

Slides:



Advertisements
Similar presentations
Mini-SumoBot Construction and Programming
Advertisements

Introduction to Arduino Microcontrollers...and how they can be used in Amateur Radio Andrew Rohne, KE8P October 18, 2013.
Re-programming the Simon Says with Arduino Linz Craig, Brian Huang.
Intel Galileo Gen 2 & Grove Seeed Starter Kit Gen 1
Intro to Arduino with LilyPad Make a MakerSpace, Artisan’s Asylum Linz Craig, Chris Taylor, Mike Hord & Joel Bartlett.
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Introduction.
Introduction to Arduino Microcontrollers
Colorado Space Grant Consortium Gateway To Space ASEN 1400 / ASTR 2500 Class #12 Gateway To Space ASEN 1400 / ASTR 2500 Class #12 T-58.
Intro to Arduino Zero to Virtual Prototyping in Seven Hours
Getting started with interactive projects using the Arduino, Max and Processing.
DPNM Lab., POSTECH 1/29 CS490K - Internet of Things (IoT) Jonghwan Hyun DPNM Lab. Department of Computer Science and Engineering, POSTECH
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
Aerospace Education STEM Kit Program Aerospace Education STEM Kit Program Dr Jeff Montgomery Lt Col Randy Carlson Lt Col Sherwood Williams Major Gary Dahlke.
Daniel Pickem and Rowland O’Flaherty 12/04/2012 Mechatronics (ME 6405) Student Lecture On Arduinos *Some slides courtesy of Eoin Brazil
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Question ONE What is the name of this component?.
An-Najah National University Faculty of Engineering Department of Mechatronics Engineering Whiteboard Notes Tracking-Erasing System.
Unconventional User Interface // // Mood Based Navigation Sheo // 1Haring, Naderer, Zachhuber Arduino  Open Source Project (HW u. SW)  Analog.
Introduction to Arduino Microcontrollers. What is a Microcontroller ? What is a Microprocessor ? A Microcontroller (8 bit) does one task very fast and.
Microprocessors Tutorial 1: Arduino Basics
Electronics & Microcontrollers
WELCOME TO ARDUINO E-DAY CAR PROJECT MEETING – ITALY MARCH.
Getting Started With the Arduino Uno
Adding tech to your cosplay and other hijinks!
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
Microcontroller Hands-on Workshop #2 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers October 31, 2009.
Arduino A free development system based on Atmel AVR 8 bit microcontrollers. LB8X Tom.
Internet of everything
Lab Components and Breakouts TYWu. Basic Components Arduino UNO12 unitsR3: 7 units, Others: 5 units Breadboard12 unitsL: 9 units, S: 3units Dupont Wire2.
ARDUINO OVERVIEW Bob Wilton – KF5TPQ. ARDUINO UNO.
ICTWays workshop “Creativity and imagination in the classroom: Arduino and its application samples” LLP PT-COMENIUS-CNW
ISA CLICK CONTROL #38 – FALL 2014 ERIC BRUNNGRABER DRAKE ISABIRYE.
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
Electronic Instrumentation Project 202 Project Name: Differential Thermometer Student #1: Name ID Student #2: Name ID Student #3: Name ID.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Arduino Board SHUBHAM PANCHAL: What is an Arduino? A microcontroller board + programming IDE Microcontrollers & Robotics.
EMBEDDED SYSTEMS SDU What is an Embedded System  Combines mechanical, electrical, and chemical components along with a computer, hidden inside,
Having fun with code, using Arduino in a middle school CS classroom
Arduino - Introduction
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
Assist. Prof. Rassim Suliyev - SDU 2017
Prototyping with Microcontrollers and Sensors
Dr. Kyung Eun Park Summer 2017
Arduino - Introduction
Introduction to Arduino Microcontrollers
Introduction to Arduino Microcontrollers
Assist. Prof. Rassim Suliyev - SDU 2017
Analog Input through POT
Arduino and Grove LET’S START.
Introduction to Arduinos
Roller Coaster Design Project
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
All you wanted to know about Arduino (and somethings you didn’t)
Instructor Resources.
What is an Arduino ? Open Source electronic prototyping platform based on flexible easy to use hardware and software.
What is Arduino? By James Tedder.
FeMaidens Programming
Arduino Board.
Chapter 1 Introduction of Arduino
Teacher’s Note (do not include in student packet/slide show)
Arduino Workshop University of Jordan.
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Arduino Workshop University of Jordan.
Arduino and Grove LET’S START.
Introduction to Arduinos
Introduction to arduino
Instructor Resources.
Presentation transcript:

Introduction to Arduino Microcontrollers...and how they can be used in Amateur Radio Andrew Rohne, AC8JO October 13, 2011

Presentation Outline Introduction to Arduino Microcontrollers, Shields, etc. Amateur Radio Applications Examples Getting Started More Information

Open Source Hardware Open Source Development Kit User Community Driven The Basics...

Digital IO (LEDs, switches) Analog IO (resistive sensor data) Serial Connection (Sensors, GPS, etc) Program from your computer Your limit is only your creativity! What do these do?

Terminology I/O Board - main microcontroller Shield - add-on boards Sketch - the program Sensor - components (thermistors, etc.) Modules - serial data (GPS module, etc.)

14 current boards Arduino I/O Boards

Shields

Touchscreen Shield Wave Shield Datalogging Shield Shields

Ethernet Shield XBee Shield Wifi Shield More Shields…

APRS Shield Even more shields!

Gas Sensor Temp & Humidity Flex Sensor Fingerprint Scanner Geiger Counter Sensors

Photo/thermistor, infared, force sensitive resistor, Hall effect, Piezo, tilt sensor.. Sensors

Sketches Includes Globals void setup() void loop()

Amateur Radio Applications

Applications - APRS Argent Data Trackduino

Rig Adjustment for Doppler Effect

Morse Code Keyboard

Arduino Controlled Tuner

Basic Sensor - light + LED Temperature and Humidity Sensor Examples

Sparkfun Getting Started in Arduino Kit ($95) Sparkfun Starter Kit for Arduino ($60) Adafruit Experimentation Kit ($85) Adafruit Starter Pack ($65) OR Arduino Board (Uno $30 or Mega $60) + Breadboard, wires, components, etc. Getting Started

Links to everything mentioned today: Andrew Rohne, AC8JO Web: Resources