Advanced view arduino projects list part 4 use arduino for projectsWiseNaeem
油
Here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline. Most of the electronics geeks are asking the whole list of arduino projects PDF. We will offer direct PDF file download link with info of its release date , number of projects.
Advanced view arduino projects list use arduino for projects (3)WiseNaeem
油
Here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline. Most of the electronics geeks are asking the whole list of arduino projects PDF. We will offer direct PDF file download link with info of its release date , number of projects.
This document summarizes a presentation given by Greg James, Barry Silverman, and Brian Silverman at SIGGRAPH 2010. The presentation discussed their ongoing project to preserve and document historic computer systems through simulation. It focused on their accurate simulation of the MOS Technology 6502 CPU at the transistor level using polygon models. The simulation was then combined with a simulation of the Atari TIA chip to generate video output and emulate 2600 games. The goal is to honor the pioneers behind early computer graphics and make these systems accessible for education.
Erin RobotGrrl discusses using apps to interact with Arduino projects. Apps for Arduino provides a simple framework that allows Arduino hardware to work with computers and iOS devices through software. The apps are open source and action-based rather than pin-based. RobotGrrl also describes her educational robotic pet project called RoboBrrd, which uses lasercut parts, an Arduino brain board, and interactive software to teach programming and electrical concepts to students ages 10-16.
Physical computing involves building interactive physical systems that focus on how humans express themselves physically. These systems have an interactive structure from user intention, to system input, to system processes, to system output, and back to the user. They can involve direct control through things like magic wands or passive systems like smart assistants that respond without direct input. A wide variety of sensors and inputs are used along with external resources and machine learning to power various system outputs like moving objects, haptics, and new interactive mediums. The goal is for computing to enhance living by focusing on the human experience from beginning to end.
This document provides an introduction to an Arduino starter kit, including what is included in the kit and how to use the included book to learn about the Arduino hardware, software, and programming. The kit contains an Arduino Uno board, sensors, displays, and other components. The book guides the user through 16 projects of increasing complexity to teach Arduino skills. It assumes no prior knowledge and provides step-by-step instructions and diagrams to help users build each project and understand how the code and hardware work together.
Getting Started with Raspberry Pi and ArduinoChad Mairn
油
This document provides an overview of the Arduino and Raspberry Pi microcontroller boards and development environments. It discusses the differences between the two boards, including that Arduino is a microcontroller and Raspberry Pi is a mini computer. Various starter kits for both boards are presented, along with example projects and resources for learning more. Electronic components, IDEs, and sample code for getting started are also reviewed.
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdfRuby Hermano
油
This document provides an overview of the Arduino hardware and software platform. It discusses that Arduino is an open-source electronics platform that can read inputs and turn them into outputs. Common Arduino boards like the UNO, Nano, Leonardo and Micro are identified along with their key components and specifications. The document also explains the benefits of using Arduino including its low cost, cross-platform software, simple programming and extensible open-source hardware and software.
The document introduces the Arduino microcontroller board. It describes the Arduino as an easy-to-use and inexpensive platform for physical computing. Key components of the Arduino include an ATmega328P microcontroller, digital and analog input/output pins, a USB connection for programming, and a standard pin layout that allows connection of expansion boards. The document provides an overview of the Arduino's capabilities and use in interactive projects.
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdfWiseNaeem
油
Here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline. Most of the electronics geeks are asking the whole list of arduino projects PDF
This document provides an overview of Arduino including:
- A brief history of how Arduino was created in 2005 as an open-source hardware and software platform to make electronics accessible to non-engineers.
- Examples of how Arduino is used in applications such as NASA rovers, military robots, and industry automation.
- A comparison of microcontrollers and computers showing Arduino's simpler specifications compared to full computers.
- Examples of Arduino projects like a propeller clock and examples of Arduino used in CNC machines and 3D printing.
Arduino is an open-source hardware platform for building interactive electronic projects. It consists of a simple open hardware design with an Atmel processor and input/output support. The hardware is less expensive than other prototyping devices. It is accompanied by a software side written in Java and based on Processing. Arduino began in Italy to control student-built interaction design projects and is descended from the open-source Wiring platform. It has a large community and potential for growth supporting its future success.
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptxmenchc1207
油
The document provides an overview of the Arduino hardware and software platform. It discusses that Arduino is an open-source electronics platform that can read inputs and turn them into outputs. Some common Arduino boards are then described, including the Arduino UNO, Nano, Leonardo, and Micro. The Arduino UNO is highlighted as one of the most popular boards due to its extensive documentation and tutorials available. The key components of the Arduino UNO board are then outlined.
- Arduino was initiated in 2005 as a low-cost microcontroller platform for interactive design projects. It was named after Arduin of Ivrea and produced in a small factory in Ivrea, Italy.
- An Arduino board is a single-board microcontroller intended to make electronics and interactive object projects more accessible. It is open source hardware that anyone can modify or build themselves.
- Arduino boards can sense the environment using sensors and affect surroundings by controlling devices like LEDs, motors, and speakers. The Arduino UNO is a popular prototyping board that can be programmed using the Arduino IDE language, based on C/C++.
Software geeks fear hardware. It's a fact of life: code is easy to write and easy to change, but hardware catches on fire if you put it together wrong. But this is changing! Hardware is becoming cheaper and easier to work with every day and can often be managed with the same tools you use to deploy code to the cloud. Join self-described software guy and hardware-phobe Ronald McCollam for a guided trip from the safe world of web development to the scary lands of hardware and back again. We'll see how easy it can be to make the leap from managed code to microprocessors!
The document discusses the Arduino, an open-source electronics prototyping platform. It provides a brief history of how Arduino was created in 2005 to provide an affordable platform for interactive design projects. It describes the key features of the Arduino Uno board and the Arduino programming environment. Finally, it outlines some common applications of Arduino in fields like home automation, robotics, and sensor prototyping.
Arduino UNO based Projects List -Use Arduino for Projects.pdfIsmailkhan77481
油
Most of the electronics geeks are asking the whole list of Arduino UNO projects PDF here we will share list every month as our projects are being updated on daily basis.
The document discusses Arduino, an open-source electronics prototyping platform. It began in 2005 as a cheaper alternative for students to use in physical computing classes compared to other microcontroller boards. Arduino boards use a microcontroller, such as the Atmega328, and can be programmed and controlled from a computer. The Arduino software and hardware designs are open-source, allowing anyone to build upon and distribute Arduino clones and compatible boards. The Arduino platform and community have grown significantly since 2005.
An introduction to Arduino and Ardublock, simple basic examples (blinking LED, traffic light and photoresistor) and useful links to dowload/install Arduino/Ardublock.
Arduino is an open-source hardware platform for building electronics projects. It provides a programmable circuit board and software to program it. Key features include an inexpensive ($30) and easy to use board, support for both digital and analog input/output, and a large user community. Arduino boards can be used to build interactive objects, sense and control the physical world, and communicate using various protocols. Examples of Arduino projects include robots, 3D displays, sensors, and more.
This document provides an introduction to an Arduino starter kit, including what is included in the kit and how to use the included book to learn about the Arduino hardware, software, and programming. The kit contains an Arduino Uno board, sensors, displays, and other components. The book guides the user through 16 projects of increasing complexity to teach Arduino skills. It assumes no prior knowledge and provides step-by-step instructions and diagrams to help users build each project and understand how the code and hardware work together.
Getting Started with Raspberry Pi and ArduinoChad Mairn
油
This document provides an overview of the Arduino and Raspberry Pi microcontroller boards and development environments. It discusses the differences between the two boards, including that Arduino is a microcontroller and Raspberry Pi is a mini computer. Various starter kits for both boards are presented, along with example projects and resources for learning more. Electronic components, IDEs, and sample code for getting started are also reviewed.
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdfRuby Hermano
油
This document provides an overview of the Arduino hardware and software platform. It discusses that Arduino is an open-source electronics platform that can read inputs and turn them into outputs. Common Arduino boards like the UNO, Nano, Leonardo and Micro are identified along with their key components and specifications. The document also explains the benefits of using Arduino including its low cost, cross-platform software, simple programming and extensible open-source hardware and software.
The document introduces the Arduino microcontroller board. It describes the Arduino as an easy-to-use and inexpensive platform for physical computing. Key components of the Arduino include an ATmega328P microcontroller, digital and analog input/output pins, a USB connection for programming, and a standard pin layout that allows connection of expansion boards. The document provides an overview of the Arduino's capabilities and use in interactive projects.
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdfWiseNaeem
油
Here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline. Most of the electronics geeks are asking the whole list of arduino projects PDF
This document provides an overview of Arduino including:
- A brief history of how Arduino was created in 2005 as an open-source hardware and software platform to make electronics accessible to non-engineers.
- Examples of how Arduino is used in applications such as NASA rovers, military robots, and industry automation.
- A comparison of microcontrollers and computers showing Arduino's simpler specifications compared to full computers.
- Examples of Arduino projects like a propeller clock and examples of Arduino used in CNC machines and 3D printing.
Arduino is an open-source hardware platform for building interactive electronic projects. It consists of a simple open hardware design with an Atmel processor and input/output support. The hardware is less expensive than other prototyping devices. It is accompanied by a software side written in Java and based on Processing. Arduino began in Italy to control student-built interaction design projects and is descended from the open-source Wiring platform. It has a large community and potential for growth supporting its future success.
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptxmenchc1207
油
The document provides an overview of the Arduino hardware and software platform. It discusses that Arduino is an open-source electronics platform that can read inputs and turn them into outputs. Some common Arduino boards are then described, including the Arduino UNO, Nano, Leonardo, and Micro. The Arduino UNO is highlighted as one of the most popular boards due to its extensive documentation and tutorials available. The key components of the Arduino UNO board are then outlined.
- Arduino was initiated in 2005 as a low-cost microcontroller platform for interactive design projects. It was named after Arduin of Ivrea and produced in a small factory in Ivrea, Italy.
- An Arduino board is a single-board microcontroller intended to make electronics and interactive object projects more accessible. It is open source hardware that anyone can modify or build themselves.
- Arduino boards can sense the environment using sensors and affect surroundings by controlling devices like LEDs, motors, and speakers. The Arduino UNO is a popular prototyping board that can be programmed using the Arduino IDE language, based on C/C++.
Software geeks fear hardware. It's a fact of life: code is easy to write and easy to change, but hardware catches on fire if you put it together wrong. But this is changing! Hardware is becoming cheaper and easier to work with every day and can often be managed with the same tools you use to deploy code to the cloud. Join self-described software guy and hardware-phobe Ronald McCollam for a guided trip from the safe world of web development to the scary lands of hardware and back again. We'll see how easy it can be to make the leap from managed code to microprocessors!
The document discusses the Arduino, an open-source electronics prototyping platform. It provides a brief history of how Arduino was created in 2005 to provide an affordable platform for interactive design projects. It describes the key features of the Arduino Uno board and the Arduino programming environment. Finally, it outlines some common applications of Arduino in fields like home automation, robotics, and sensor prototyping.
Arduino UNO based Projects List -Use Arduino for Projects.pdfIsmailkhan77481
油
Most of the electronics geeks are asking the whole list of Arduino UNO projects PDF here we will share list every month as our projects are being updated on daily basis.
The document discusses Arduino, an open-source electronics prototyping platform. It began in 2005 as a cheaper alternative for students to use in physical computing classes compared to other microcontroller boards. Arduino boards use a microcontroller, such as the Atmega328, and can be programmed and controlled from a computer. The Arduino software and hardware designs are open-source, allowing anyone to build upon and distribute Arduino clones and compatible boards. The Arduino platform and community have grown significantly since 2005.
An introduction to Arduino and Ardublock, simple basic examples (blinking LED, traffic light and photoresistor) and useful links to dowload/install Arduino/Ardublock.
Arduino is an open-source hardware platform for building electronics projects. It provides a programmable circuit board and software to program it. Key features include an inexpensive ($30) and easy to use board, support for both digital and analog input/output, and a large user community. Arduino boards can be used to build interactive objects, sense and control the physical world, and communicate using various protocols. Examples of Arduino projects include robots, 3D displays, sensors, and more.
Digital Tools with AI for e-Content Development.pptxDr. Sarita Anand
油
This ppt is useful for not only for B.Ed., M.Ed., M.A. (Education) or any other PG level students or Ph.D. scholars but also for the school, college and university teachers who are interested to prepare an e-content with AI for their students and others.
Research & Research Methods: Basic Concepts and Types.pptxDr. Sarita Anand
油
This ppt has been made for the students pursuing PG in social science and humanities like M.Ed., M.A. (Education), Ph.D. Scholars. It will be also beneficial for the teachers and other faculty members interested in research and teaching research concepts.
How to Modify Existing Web Pages in Odoo 18Celine George
油
In this slide, well discuss on how to modify existing web pages in Odoo 18. Web pages in Odoo 18 can also gather user data through user-friendly forms, encourage interaction through engaging features.
How to attach file using upload button Odoo 18Celine George
油
In this slide, well discuss on how to attach file using upload button Odoo 18. Odoo features a dedicated model, 'ir.attachments,' designed for storing attachments submitted by end users. We can see the process of utilizing the 'ir.attachments' model to enable file uploads through web forms in this slide.
Finals of Rass MELAI : a Music, Entertainment, Literature, Arts and Internet Culture Quiz organized by Conquiztadors, the Quiz society of Sri Venkateswara College under their annual quizzing fest El Dorado 2025.
APM People Interest Network Conference 2025
-Autonomy, Teams and Tension: Projects under stress
-Tim Lyons
-The neurological levels of
team-working: Harmony and tensions
With a background in projects spanning more than 40 years, Tim Lyons specialised in the delivery of large, complex, multi-disciplinary programmes for clients including Crossrail, Network Rail, ExxonMobil, Siemens and in patent development. His first career was in broadcasting, where he designed and built commercial radio station studios in Manchester, Cardiff and Bristol, also working as a presenter and programme producer. Tim now writes and presents extensively on matters relating to the human and neurological aspects of projects, including communication, ethics and coaching. He holds a Masters degree in NLP, is an NLP Master Practitioner and International Coach. He is the Deputy Lead for APMs People Interest Network.
Session | The Neurological Levels of Team-working: Harmony and Tensions
Understanding how teams really work at conscious and unconscious levels is critical to a harmonious workplace. This session uncovers what those levels are, how to use them to detect and avoid tensions and how to smooth the management of change by checking you have considered all of them.
How to Configure Restaurants in Odoo 17 Point of SaleCeline George
油
Odoo, a versatile and integrated business management software, excels with its robust Point of Sale (POS) module. This guide delves into the intricacies of configuring restaurants in Odoo 17 POS, unlocking numerous possibilities for streamlined operations and enhanced customer experiences.
Information Technology for class X CBSE skill SubjectVEENAKSHI PATHAK
油
These questions are based on cbse booklet for 10th class information technology subject code 402. these questions are sufficient for exam for first lesion. This subject give benefit to students and good marks. if any student weak in one main subject it can replace with these marks.
Information Technology for class X CBSE skill SubjectVEENAKSHI PATHAK
油
Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)
1. Small Electronics
for Your Makerspace
Arianna Schlegel
CLC Trendspotting: The Technologies of Makerspaces
9 September 2014
Wesleyan University
2. So many options!
The Connected Home: Which Board Is
Right For Me? (2/7/14)
MAKE magazine,
volume 36
Inside: an illustrated
glossary and
projects, plus more
in-depth discussion
of each board.
3. 3 Main Categories
1. actual computers
2. sensory processors
3. wearables
4. First: What is I/O?
Stands for Input/Output - think of your five
senses. Those are input. How you process
and respond to those senses? That is your
output.
What kind of I/O do the PCs
sitting in front of you have?
5. 1. Raspberry Pi
is actually a very tiny
(single-board) computer
running Unix
currently on Model B+
not a ton of processing
power for $35...but its
only $35
can be written & rewritten over ad infinitum
need some project ideas? http://makezine.com/category/electronics/raspberry-pi/
7. Some RPi Project Ideas
1. Use OpenElec to make your home TV a mini media center
2. Use Chromium to web surf on your TV
3. ArcadePi or gaming (Minecraft)
4. Go vintage with Windows 3.0
5. Write some code! (use the included Python compiler, start with
Scratch, or choose from many others)
6. Robotics
7. Learn hacking skills
8. Make a server (BitTorrent, cloud)
9. Make yourself a weather station
10. Or your own touchscreen tablet ($350!)
11. If youre ambitious, your own quadcopter
12. Even a beer cans keyboard (with a little
help from Arduino)
8. 1. BeagleBone
designed for makers - designed from the ground up to work
with hardware
(sensors, etc.)
like Raspberry Pi, its also
an entire computer and
also runs Unix
moved the operating system
from the SD card to the board
itself (makes things faster)
now costs $55 (down from $89)
featured in the Kickstarted Ninja Blocks project
9. Not sure which to choose?
MAKE magazine to the rescue again!
How to Choose the Right Platform: Rasbperry
Pi or BeagleBone Black
10. 1. Gizmo Board
An x86 board which MAKE
magazine calls essentially a
laptop on a single board that
is blinding fast, extremely
flexible, and hugely powerful
by the standards of those of
us coming from the
microcontroller world.
Cost: $189
http://www.blogcdn.com/www.engadget.com/media/2013/01/amdgizmosphereboard.jpg
11. 2. Arduino
first of its kind (a single-board
microcontroller) - designed as a platform
for makers
began as a project to give artists the ability
to embed microprocessors for use in
interactive pieces (like my dads, below)
many different flavors
used primarily for sensory computing
available in a lot of places (Radio Shack,
Amazon, online)
costs ~$35-$100,
depending on
features & power
tutorials here
and a similar
coffee table -->
12. 2. The many faces of Arduino
Zero ~ Y湛n ~ Leonardo ~ Uno ~ Due
Mega2560 ~ Ethernet ~ Fio ~ Nano
LilyPad ~ Pro ~ Mega ADK ~ Esplora
Micro ~ Mini
(And these are just the official & current ones!)
See here for a still incomplete but much longer list...
13. Some Arduino Project Ideas
10 Simple-But-Fun Projects to Make with Arduino (all call for an Arduino and a USB cable)
LEDs resistors breadboard &
connecting wires
capacitors push
buttons
network
cable
battery tester
electronic dice
traffic light
stopwatch
a Twitterer
14. Some Bigger Arduino Project Ideas
10 Simple-But-Fun Projects to Make with Arduino (all call for an Arduino and a USB cable)
DFRobot
2A
Arduino
Shield
($16)
9V
battery
to DC
socket
cable
(2 for
$3.53)
Alkaline
AA
batteries
(48 for
$12.50)
Pololu RP5
Chassis plate
(10 for
$6.25 each)
Pololu RP5
Tank
Chassis
package
(10 for
$44.96
each)
SparkFun
GPS shield
kit
($59.95)
LCD module
or
Freetronics
LCD shield
($29.95)
digital
clock
1
robots 1 1 6 1 1
a GPS
generator
1 1 1
15. 2. DigiSpark
PROS:
costs just $8.95!
small and lightweight
works like an Arduino
CONS:
less powerful (for more
power, see the TinyDuino)
16. 2. TinyDuino
Costs $39.95 for a basic starter kit (is not sold alone)
GPS Cat Tracker (the ideal typical librarian project)
17. 2. TI LaunchPad
$9.99 - $19.99
a comparison of
the 4 available boards
is available here
used to be difficult to
program on, but they
have released a new,
open source platform (Energia) which works on all
OSes (much like Arduino)
you can also use your Arduino code on it!
18. 2. Netduino
very different from the Arduino,
despite its name
an open-source electronics
platform using the .NET Micro
Framework
you have to know how to
program in C#, and its mostly
restricted to Windows
computers
extremely powerful & flexible
costs $29.95
19. 2. Intel Galileo Gen 2
Introducing Intel速 Galileo Gen 2 development board, the first in a family of Arduino*-certified development boards based on
Intel速 architecture and specifically designed for makers, students, educators, and DIY electronics enthusiasts.
Old board cost
$79.95
New board
should be about
$60
(supposed
to be released
in August)
20. 2. Parallax Propeller QuickStart
the Propeller itself is a microcontroller
not 1, but 8 microprocessors
- so it can control 8 things
at one time!
That means eight separate processes
can be running simultaneously, monitoring
and responding to sensor and other inputs.
Think about it as eight simultaneously-running
Arduino loop() functions.
-- Alasdair Allan
this board costs $34.99
($7.99 for just the chip)
good for robotics
Instructables intro
21. 2. AVR Butterfly
self-contained, and the size of a name tag,
which is what it can be used for!
includes an LCD screen,
joystick, speaker
costs $20
NOT compatible
with Arduino code
22. 2. MaKey MaKey
A fun beginner project
that anyone can do!
Takes no time at all to
learn & set up, and
appeals to all ages.
Costs $49.95
23. 3. Lilypad, FLORA, & GEMMA
Arduino board designed for wearable
computing.
(BONUS: Theyre waterproof!)
25. 3. Some other great examples...
Becky Stern is the wearable tech goddess! Watch her Adafruit tutorial videos
here: http://www.youtube.com/playlist?list=PL2B8A7560BC19F361
Which to use? FLORA vs GEMMA according to Becky.
26. FLORA ($25) or GEMMA ($8) projects
1. Amplitie
2. Firewalker Sneakers
3. Pac Man Suspenders
28. Just GEMMA projects
1. Space Face
Galaxy Makeup
2. NeoPixel Ring
Bangle Bracelet
3. NeoPixel Tiara
4. Hoop Earrings
5. A Bracelet Even the
X-Men Could Like
6. Customized 3D
Printed LED Belt Buckle
(A NeoPixel costs
$25 at Adafruit.com)
29. 3. the TinyLily
From the makers of TinyDuino, tiny washable
circuits for e-textiles (cost: $9.95) :
30. 3. My first (misguided) project
www.youtube.
com/embed/nFjQWAFEo48
31. For your advanced users:
FPGAs (field-programmable gate
arrays) that start you with a blank
slate - you must design the chip at
the hardware level, so you can
dictate precisely how things work.
(This is good to know for those
who want to work for electronics
companies like Intel.)
The Papilio (http://papilio.cc/)
33. And many more!
There are dozens of options out there now.
You will have to decide which is right for your
librarys needs and community.
To consider: price, learning curve, available
tutorials quality, features, intended use
34. Evolution Continues
These boards are constantly being worked on -
new types are regularly introduced. The latest?
Wireless capabilities (Y炭n) and hybrid boards.
But things wont stop there. Keep up to date
with the latest boards on places like http:
//makezine.com/category/electronics/ or http:
//www.adafruit.com (they call them Dev
Boards) or Kickstarter (seach on arduino).
35. Need To Know
UNIX
(learn here: http://www.ee.surrey.ac.uk/Teaching/Unix/)
...or...
Arduino code (C or C++)
(learn here: http://arduino.cc/en/Tutorial/HomePage)
(But PLEASE dont let this scare you away!)
#1
#2
and #3
36. Where To Learn
Adafruit (highly recommended)
MakeZine.com (Weekend Projects)
YouTube
books (like Make: Electronics or
Encyclopedia of Electronic Components,
Volume 1)
fellow enthusiasts! (at other makerspaces?)
37. Use Your Categorization
Dewey Decimal?
Put signs in the following sections:
000 Computer science, knowledge & systems
338 Production / Entrepreneurship
500 Sciences (Pure sciences)
600 Technology (Applied sciences)
Patents
620 Engineering
670 & 680 Manufactures
690 Building and construction
700 The arts
730 Sculpture, ceramics & metalwork
740 Drawing & decorative arts
770 Photography and computer art
780 Music
You know your patrons - what sections would you find them in?
38. Use Your Categorization
Library of Congress?
Put signs in the following sections:
HB 615-715 Entrepreneurship
M - MUSIC
N - FINE ARTS
Q - SCIENCE
QA - Mathematics, Computer Science
QC - Physics
T - TECHNOLOGY
T - Patents
TJ - Mechanical Engineering
TK - Electrical Engineering
You know your patrons - what
sections would you find them in?
39. References
This presentation pulled heavily from http://makezine.com/magazine/make-36-boards/which-board-is-right-
for-me/ while attempting to synthesize and reinterpret for newer techies. Thank you to Alasdair
Allan for a thorough and accessible presentation.
OTHER RESOURCES USED
http://reviews.cnet.co.uk/desktops/25-fun-things-to-do-with-a-raspberry-pi-50009851/
http://www.adafruit.com
40. Contact me!
Arianna Schlegel
Haas Library 409
Western Connecticut State University
203-837-8818
schlegela@wcsu.edu
41. List of 3s: professional allies (coworkers, library staff)