Adding tech to your cosplay and other hijinks!

Slides:



Advertisements
Similar presentations
Smart Window Blinds By: David Morgan. Idea Origination Repetitive process of opening window blinds Open during the day for plants to absorb sunlight Close.
Advertisements

Introduction to Arduino Microcontrollers...and how they can be used in Amateur Radio Andrew Rohne, KE8P October 18, 2013.
And cheap, yes! River Falls, WI October 30, 2010 Saint Cloud State University, MN.
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
Introduction.
Embedded Programming and Robotics
Working with Arduino: Lesson #1: Getting Acquainted with the Kit EGN1007.
Colorado Space Grant Consortium Gateway To Space ASEN 1400 / ASTR 2500 Class #12 Gateway To Space ASEN 1400 / ASTR 2500 Class #12 T-58.
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
Microprocessors Tutorial 1: Arduino Basics
Last week’s project demos Servo control with potentiometer and enable/disable buttons Demo in class tonight – don’t start on the next project until I’ve.
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.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Arduino 101 Instructors: Ted Markson / Jim Sweeney.
Microcontroller Hands-on Workshop #4 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 14, 2009.
Franz Duran INTRODUCTION TO A RDUINO PROGRAMMING & INTERFACING Engr. Franz Duran, MEP-ECE RapidSignal Electronics.
Tweaking Your Simon Adding a photoresistor and changing code Instruction by Pete Lewis and Linz Craig.
Arduino UNO. Massimo Banzi - Interaction Design Institute Ivrea Co Creators: David Cuartielles and David Mellis.
Microprocessors Tutorial 1: Arduino Basics
Getting Started With the Arduino Uno
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
Microcontrollers, Microcomputers, and Microprocessors
Arduino The Internet of Things: Using the Arduino to Teach Coding.
Internet of everything
ARDUINO OVERVIEW Bob Wilton – KF5TPQ. ARDUINO UNO.
MIDI Controller By: Ronal Inga Jeyner Cespedes. Musical Instrument Digital Interface is a computer language that allows communication with other devices.
Introduction to Arduino Microcontrollers...and how they can be used in Amateur Radio Andrew Rohne, AC8JO October 13, 2011.
Introduction to Arduino A very basic intro to Arduino, the IDE and the Servos class.
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
ME 120: Arduino Programming Arduino Programming Part 1 ME 120 Mechanical and Materials Engineering Portland State University
Introduction to Mechatronics Women in Aeronautics and Astronautics (WIAA) Sponsored by Women in Engineering (WIE) Workshop Leaders: Elena Shrestha Rose.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Arduino Board SHUBHAM PANCHAL: What is an Arduino? A microcontroller board + programming IDE Microcontrollers & Robotics.
What is Arduino? It's an open source electronics prototyping platform: Open source: resources that can be used, redistributed or rewritten free of charge,
Harpeth Hall Jan 2016 Introduction to Arduino Prepared for Harpeth Hall Winterim January 2016.
Having fun with code, using Arduino in a middle school CS classroom
Arduino.
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
Assist. Prof. Rassim Suliyev - SDU 2017
Introduction to Physical Computing
Microcontroller basics
Dr. Kyung Eun Park Summer 2017
ARDUINO UNO.
Microprocessors Tutorial 1: Arduino Basics
UTA010 : Engineering Design – II
An Arduino Workshop A Microcontroller.
Welcome to Arduino A Microcontroller.
Arduino Development for Beginners
Arduino - Introduction
Introduction to Arduino Microcontrollers
Introduction to Arduino Microcontrollers
Assist. Prof. Rassim Suliyev - SDU 2017
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)
What is Arduino? By James Tedder.
FeMaidens Programming
Working with Arduino: Lesson #1: Getting Acquainted with the Kit
Welcome to Digital Electronics using the Arduino Board
Banyule Coding Club: Learn Arduino Richard Counsel Malcolm Macleod Watsonia Library - June 2018 Reference materials here ->
Chapter 1 Introduction of Arduino
Having fun with Arduino
Aeroponic Engineering and Vertical Farming
Introduction to Arduino
Introduction to Arduinos
Introduction to arduino
Presentation transcript:

Adding tech to your cosplay and other hijinks! A super brief Conversation introducing the Arduino controller (and others) and Idea exchange for Cosplay and other projects. Chris Hoffman Choffman321@gmail.com

What is an Arduino? It’s a Microcontroller – a little computer… Open source = free everything (Almost…). Tutorials, code, plans, etc. Huge worldwide community of sharers Low cost. More than just Lighting

What can you do with an Arduino? Whatever you can think up! Home automation Robotics Practical jokes? Airsoft/Nerf turret? 3D printer – Robots Building Robots!?! Add animatronics to your cosplays! That’s why we’re here!

The Different Boards The boards differ based on features Most frequently seen Uno Mega Nano Mini Lily Many more.

Shields? Shields expand functionality Network and Wifi Bluetooth Sound Video Sensors Usb Motor Control Etc. Design and sell your own!

Things you’ll want Jumper wires Breadboards Radio Control (RC) Servos RC Electronic Speed Controls (ESC) Light Emitting Diodes (LED) Misc. Resistors Variable Resistors (Potentiometers or POTs) Misc. Sensors, Switches, Joysticks Any Electronic Toys, broken or not! Other tools Multi Meter Pliers Wire cutters/strippers Soldering iron

The Programing Interface (IDE) (Integrated Development Environment) It’s a little tricky to understand if you have never programed before but fear not there are examples and tutorials!!! Code In the Setup() Function runs one time when you turn it on or hit the reset button. Code in the Loop Function() will repeatedly run forever or until I get near it.

The Blink Example

Enough with the slides already. Discussion / Demo / Q&A Time Enough with the slides already!!! Discussion / Demo / Q&A Time! This presentation will be posted to www.team4042.com in the near future. Direct link, probably www.team4042.com/node/24

References and Links. I’d like to thank the entirety of the Internet. Particularly Google. Arduino info URL Arduino Site http://www.arduino.cc/ Arduino Software - IDE (integrated development environment) http://www.arduino.cc/en/Main/Software Arduino Code Library http://playground.arduino.cc/Main/GeneralCodeLibrary Arduino Tutorial Videos https://www.youtube.com/playlist?list=PLT6rF_I5kknPf2qlVFlvH47qHvqvzkknd Adafruit website neat stuff! https://www.adafruit.com/ Adafruit tutorials https://learn.adafruit.com/ Unofficial Adriono Video Classes https://opensourcehardwaregroup.com/thearduinocourse/ Electroinics and Arduino class assignments http://rouvelle.com/rai_fa_12/ The Replica Prop Forum http://www.therpf.com/ DIY Animatronics forum http://diyanimatronics.freeforums.net/ The World Famous Index of Arduino & Freeduino Knowledge http://www.freeduino.org/ Ten Links to Online Arduino Learning Resources http://www.dummies.com/how-to/content/ten-links-to-online-arduino-learning-resources.html Arduino educational links https://www.arduino.cc/en/Tutorial/Links Arduino projects http://readwrite.com/2014/03/29/10-arduino-projects-microcontroller-electrical-engineering

References and Links. Costuming with Arduino URL Arc Reactor http://thenewhobbyist.com/2010/11/arduino-powered-arc-reactor-part-12/ Tron suit https://www.flickr.com/photos/beckystrauss/sets/72157634552903794/ Animatronic Stargate helmet http://www.instructables.com/id/Animatronic-Stargate-helmet/ Hulk buster http://xrobots.co.uk/hulkbuster/ Necomimi Arduino Cat Ears http://www.instructables.com/id/Necomimi-Arduino-Cat-Ears/ Arduino-controlled, Aluminum Archangel Costume Wings http://www.instructables.com/id/Arduino-controlled-Aluminum-Archangel-Costume-Win/ kamui Cosplay http://kamuicosplay.tumblr.com/ Monado 2 wip2 (Arduino Project) http://flametorchic.deviantart.com/art/Monado-2-wip2-Arduino-Project-450658423 Arduino medusa costume https://www.youtube.com/watch?v=brKMyoX1_9U Cyberpunk Costume http://cosgeek.blogspot.com/2012/11/cyberpunk-costume.html

References and Links. 3d printing with Arduino URL 3d printer plans 1 http://www.instructables.com/id/Arduino-Controlled-CNC-3D-Printer/ 3d printer plans 2 http://3dprint.com/23080/instructables-build-3d-printer/ 3d printer plans 3 http://www.3ders.org/articles/20140616-build-your-own-arduino-controlled-buildersbot-cnc-3d-printer.html 3d printer plans 4 http://www.smashingrobotics.com/build-cheap-3d-printer-arduino/ Mostly free 3d Models http://www.thingiverse.com/explore/newest/toys-and-games/page:35 Other Controler boards Raspberry Pi https://www.raspberrypi.org/ BEAGLEBONE http://www.adafruit.com/category/75?gclid=CjwKEAjw2ImsBRCnjq70n_amv14SJAChXijNEFYdMmu0B7Q9KuHka8EkaCeZFucGKLxjkFMBhx0clBoCzNvw_wcB Papilio http://papilio.cc/ Udoo http://www.udoo.org/ Gizmo http://www.gizmosphere.org/products/gizmo-2/