These slides were presented at the #startathon2.0 pre-workshop on 20 September covering technology topics. For more information, please contact [email protected].
Arduino is an open-source hardware platform that allows you to realize your special-purpose interactive projects with ease. In this talk I introduce the Arduino platform by showing how to get started with it. In the second part of the talk, I present and discuss two early Arduino projects of mine.
Maker Science with Arduino and SparkFun Electronics @NSTA14 BostonBrian Huang
This document provides an introduction to using Arduino microcontrollers for educational purposes. It begins with introductions among attendees. It then discusses SparkFun's focus on open source hardware and physical computing. The document provides an overview of Arduino microcontrollers and their capabilities. It walks through setting up the Arduino IDE and demonstrates some basic code examples, including blinking an LED and reading sensor input. Questions are posed to encourage experimentation. Additional educational resources from SparkFun are mentioned at the end.
Form Factors for Computing Class by Clark Allen, Alexander Dirst, and Michael...clarkallen444
This document discusses and compares different computing form factors. It begins by defining form factor as the configuration of a computer's system unit, such as the system board or case. It then provides examples of different form factors including desktop computers, laptops, tablets, smartphones, video game consoles, and embedded systems. For each form factor, it describes common input and output devices, typical processing power, and how and where the platform is commonly used. The document aims to compare the key characteristics of different computing devices.
Who has not heard of Skylanders, LEGO Dimension, the new talking Barbie or Disney Playmation? In this talk we'll show you how Unity helped us make some cool connected toy experiences. From debugging the hardware to creating new smart toy interactions, we wanted something flexible enough. Unity was a great fit and we'll show you how.
https://www.youtube.com/watch?v=ywCE6jcy2rU
This document outlines a Theory of Change (ToC) framework for developing a coherent theory of how a technology product or service can ultimately achieve long-term desired impacts for a target group. The ToC framework maps backwards from long-term Impact, to intermediate Outcomes and short-term Outputs, back to the initial Inputs. It provides examples of applying this framework to conceptualize how 3D printing and design files for prosthetic hands can help individuals with hand disabilities gain independence and productivity through increased functionality.
The Arduino platform was developed by a team of students and teachers to create an easy-to-use and affordable electronics prototyping platform. It was inspired by Processing and aims to be open source and support a community of users sharing projects and knowledge. The Arduino hardware acts as a microcontroller that can read input and control output to create interactive projects, while the software provides an easy programming environment to code these projects.
An introduction to Arduino and Ardublock, simple basic examples (blinking LED, traffic light and photoresistor) and useful links to dowload/install Arduino/Ardublock.
18/03/2010 - FTS seminar series @ Cardiff Univesity, Computer Science. Pete Woznowski and Rich Coombs one hour presentation on Arduino. Some info on Arduino and the talk: Arduino is a hardware and software platform for developing electronic devices and applications, aimed at being fun and accessible to everyone. Think Lego Mindstorms, but aimed intentionally at adults (rather than aimed at children and incidentally used by adults :)). The scope and potential for Arduino is huge. It has been used to develop simple applications like pedometers and networked environmental sensors, to art exhibits and remote controlled vehicles. The talk aims to give an overview of the Arduino platform and a brief introduction to designing and programming Arduino applications, along with some demonstrations.
The document introduces Arduino, an open-source electronics prototyping platform. It discusses that Arduino allows simple interfacing and programming of a microcontroller board. The agenda includes an introduction, history, sample demos, and a question period. It describes how Arduino can be used for physical computing by sensing the physical world and building mechanical systems. Key features that make Arduino stand out are its low cost, cross-platform capability, simple programming environment, and open-source software and hardware. Sample demos are provided to get hands-on experience using Arduino's IDE to write and upload code to make an LED blink or create music. Controlling Arduino with Node.js is also demonstrated.
The document discusses the Arduino open-source electronics prototyping platform. It describes what Arduino is, its programming environment, advantages, features, applications, and how it compares to other prototyping platforms. Arduino is an affordable and easy to use platform for creating interactive electronic projects through an open-source hardware board and software. It allows users to prototype sensors and control devices through code.
The document provides an overview of Arduino, describing it as an open-source physical computing platform consisting of a programmable integrated circuit board and integrated development environment. It can be used for physical computing projects, interactive installations, and rapid prototyping. The document outlines what Arduino can do, including interacting with sensors to detect inputs and actuators to produce outputs. It explains how to get started with Arduino by obtaining a board, learning the programming language based on C/C++, and uploading simple programs to control outputs like LEDs. A pushbutton example circuit is demonstrated.
George Lagoda introduces Arduino microcontrollers and their capabilities. Arduino boards can be used to hack things by exploiting vulnerabilities in communication protocols between devices and computers. The Arduino Leonardo allows creating malicious USB devices by emulating a keyboard or mouse and executing programs without permission. With libraries like Firmata, one could build a keylogger. With its programming language and libraries, Arduino provides an easy way to prototype hardware projects and explore hacking concepts.
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.
1) Arduino is an open-source electronics platform used for building interactive objects that can sense and control the physical world. It contains a microcontroller and can be programmed to sense input from sensors and control outputs like motors or lights.
2) The Arduino programming environment allows users to write code and upload it to an Arduino board. It was initially developed in 2005 to make electronics projects more accessible to students.
3) Popular Arduino boards include the Arduino Uno, Leonardo, and Mega. Arduino is advantageous because it is inexpensive, has a simple programming language, and has a large community of users developing sensors, modules, and applications.
This document discusses Arduino and its history and applications. It notes that Arduino was created in 2005 as an educational open-source hardware project. It was developed by Massimo Banzi and others to provide a low-cost, easy-to-use platform for prototyping that could be used in classrooms. Arduino was built upon Wiring, an earlier open-source electronics platform, to make hardware programming more approachable. It has since grown into a large community and product line used widely for hardware prototyping, especially in IoT and home automation applications.
This document provides an introduction to Arduino, including what Arduino is, the different types of Arduino boards, common add-ons like shields and sensors, example projects, and references for further information. It describes Arduino as an open-source hardware and software platform that allows users to create interactive electronic devices by connecting sensors and actuators. The core components are a microcontroller board and IDE software. Many versions of Arduino boards exist with varying sizes, processors, and input/output capabilities. Common add-ons expand the boards' functionality through shields, modules, and sensors. The document outlines several example Arduino projects and provides references for additional learning resources.
The document introduces Arduino as an open-source hardware and software platform for building prototypes and interactive objects more easily. It is an inexpensive and easy to use system that allows users to control hardware through software even without extensive programming knowledge. Arduino boards can sense the environment through inputs and control devices through outputs. The platform is supported by a global developer community and has been used to create a variety of projects including robots, home automation systems, and more.
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.
Talk at the Landelijk Architecure Congress (NL)Jonathan Carter
1) The open hardware movement has exploded since 2012 due to factors like affordable 3D printing, single board computers like Arduino and Raspberry Pi, and crowdfunding platforms like Kickstarter.
2) Makers can now easily design prototypes, produce circuit boards and casings, and fund production for their hardware projects using these open hardware tools and communities.
3) Communication standards like Bluetooth Low Energy have also helped by providing inexpensive, standardized connectivity for Internet of Things devices.
The document discusses Arduino, an open-source hardware platform used for building electronics projects. It notes that Arduino is a microcontroller board that can be programmed to read input and control output from various sensors and actuators. The document provides details on Arduino components, programming, common shields and expansions, applications in different domains, and its popularity as an accessible platform for physical computing.
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.
This document provides an introduction and overview of Arduino and microcontrollers for a class on spooky projects. It includes:
- An introduction to the Arduino microcontroller board, its components, and how it can be programmed from a computer.
- A breakdown of what is in the class kit that students received, including components like an Arduino board, breadboard, LEDs, resistors, and more.
- Instructions on how to build simple circuits like an LED flashlight and a blinking LED program using the Arduino board.
- An outline of what will be covered in future classes, like reading buttons, analog sensors, and more complex LED programs.
The document introduces Arduino, an open-source hardware platform used for electronics projects. It discusses that Arduino bridges the divide between the analog real world and digital computers by allowing users to control physical devices with code. The document outlines what is needed to get started with Arduino, including buying a board and components, using a simulator, or a starter kit. It also provides examples of sensing real world inputs and controlling outputs through demonstrations. Resources for learning more about Arduino are also listed.
This document provides information about resistors and color coding systems used to identify resistor values and tolerances. It explains that most resistors are too small to print their exact values, so a color coding system was developed using colored bands to represent numbers and tolerances. It also provides examples of calculating resistances from the color bands and discusses LEDs, including how they work, their components, and different types of LEDs.
The document discusses Arduino, an open-source electronics platform. It provides a brief history of Arduino, noting it was started in 2003 in Italy. It discusses important components of Arduino boards, types of Arduino boards, programming used for Arduino, and applications of Arduino like robotics, home automation, and education. In conclusion, it states Arduino is a versatile and affordable platform for electronic projects that has become popular for DIY enthusiasts and makers.
Agenda:
1. Intro.
2.Why is systems thinking important?
3. Property of a system.
4.System Tool 1: Causal Loop.
5. Practise Causal Loop (make loops with at least 2, 5 components).
6. System Tool 2: System Map.
7. Practise System Mapping.
8. Sharing.
9. Conclusion.
References:
1. usaidlearninglab.org
2. wikipedia.com
Launch of Next-Gen Packaging Design Challengesl2square
Slides presented at the Launch of the Next-Gen Packaging Design Challenge by Nippon Closures.
Design packaging for the elderly and persons with disabilities. Submit your entries by 30 September at www.ncc-challenge.com!
Powered by ICMG and Sustainable Living Lab (SL2)
An introduction to Arduino and Ardublock, simple basic examples (blinking LED, traffic light and photoresistor) and useful links to dowload/install Arduino/Ardublock.
18/03/2010 - FTS seminar series @ Cardiff Univesity, Computer Science. Pete Woznowski and Rich Coombs one hour presentation on Arduino. Some info on Arduino and the talk: Arduino is a hardware and software platform for developing electronic devices and applications, aimed at being fun and accessible to everyone. Think Lego Mindstorms, but aimed intentionally at adults (rather than aimed at children and incidentally used by adults :)). The scope and potential for Arduino is huge. It has been used to develop simple applications like pedometers and networked environmental sensors, to art exhibits and remote controlled vehicles. The talk aims to give an overview of the Arduino platform and a brief introduction to designing and programming Arduino applications, along with some demonstrations.
The document introduces Arduino, an open-source electronics prototyping platform. It discusses that Arduino allows simple interfacing and programming of a microcontroller board. The agenda includes an introduction, history, sample demos, and a question period. It describes how Arduino can be used for physical computing by sensing the physical world and building mechanical systems. Key features that make Arduino stand out are its low cost, cross-platform capability, simple programming environment, and open-source software and hardware. Sample demos are provided to get hands-on experience using Arduino's IDE to write and upload code to make an LED blink or create music. Controlling Arduino with Node.js is also demonstrated.
The document discusses the Arduino open-source electronics prototyping platform. It describes what Arduino is, its programming environment, advantages, features, applications, and how it compares to other prototyping platforms. Arduino is an affordable and easy to use platform for creating interactive electronic projects through an open-source hardware board and software. It allows users to prototype sensors and control devices through code.
The document provides an overview of Arduino, describing it as an open-source physical computing platform consisting of a programmable integrated circuit board and integrated development environment. It can be used for physical computing projects, interactive installations, and rapid prototyping. The document outlines what Arduino can do, including interacting with sensors to detect inputs and actuators to produce outputs. It explains how to get started with Arduino by obtaining a board, learning the programming language based on C/C++, and uploading simple programs to control outputs like LEDs. A pushbutton example circuit is demonstrated.
George Lagoda introduces Arduino microcontrollers and their capabilities. Arduino boards can be used to hack things by exploiting vulnerabilities in communication protocols between devices and computers. The Arduino Leonardo allows creating malicious USB devices by emulating a keyboard or mouse and executing programs without permission. With libraries like Firmata, one could build a keylogger. With its programming language and libraries, Arduino provides an easy way to prototype hardware projects and explore hacking concepts.
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.
1) Arduino is an open-source electronics platform used for building interactive objects that can sense and control the physical world. It contains a microcontroller and can be programmed to sense input from sensors and control outputs like motors or lights.
2) The Arduino programming environment allows users to write code and upload it to an Arduino board. It was initially developed in 2005 to make electronics projects more accessible to students.
3) Popular Arduino boards include the Arduino Uno, Leonardo, and Mega. Arduino is advantageous because it is inexpensive, has a simple programming language, and has a large community of users developing sensors, modules, and applications.
This document discusses Arduino and its history and applications. It notes that Arduino was created in 2005 as an educational open-source hardware project. It was developed by Massimo Banzi and others to provide a low-cost, easy-to-use platform for prototyping that could be used in classrooms. Arduino was built upon Wiring, an earlier open-source electronics platform, to make hardware programming more approachable. It has since grown into a large community and product line used widely for hardware prototyping, especially in IoT and home automation applications.
This document provides an introduction to Arduino, including what Arduino is, the different types of Arduino boards, common add-ons like shields and sensors, example projects, and references for further information. It describes Arduino as an open-source hardware and software platform that allows users to create interactive electronic devices by connecting sensors and actuators. The core components are a microcontroller board and IDE software. Many versions of Arduino boards exist with varying sizes, processors, and input/output capabilities. Common add-ons expand the boards' functionality through shields, modules, and sensors. The document outlines several example Arduino projects and provides references for additional learning resources.
The document introduces Arduino as an open-source hardware and software platform for building prototypes and interactive objects more easily. It is an inexpensive and easy to use system that allows users to control hardware through software even without extensive programming knowledge. Arduino boards can sense the environment through inputs and control devices through outputs. The platform is supported by a global developer community and has been used to create a variety of projects including robots, home automation systems, and more.
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.
Talk at the Landelijk Architecure Congress (NL)Jonathan Carter
1) The open hardware movement has exploded since 2012 due to factors like affordable 3D printing, single board computers like Arduino and Raspberry Pi, and crowdfunding platforms like Kickstarter.
2) Makers can now easily design prototypes, produce circuit boards and casings, and fund production for their hardware projects using these open hardware tools and communities.
3) Communication standards like Bluetooth Low Energy have also helped by providing inexpensive, standardized connectivity for Internet of Things devices.
The document discusses Arduino, an open-source hardware platform used for building electronics projects. It notes that Arduino is a microcontroller board that can be programmed to read input and control output from various sensors and actuators. The document provides details on Arduino components, programming, common shields and expansions, applications in different domains, and its popularity as an accessible platform for physical computing.
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.
This document provides an introduction and overview of Arduino and microcontrollers for a class on spooky projects. It includes:
- An introduction to the Arduino microcontroller board, its components, and how it can be programmed from a computer.
- A breakdown of what is in the class kit that students received, including components like an Arduino board, breadboard, LEDs, resistors, and more.
- Instructions on how to build simple circuits like an LED flashlight and a blinking LED program using the Arduino board.
- An outline of what will be covered in future classes, like reading buttons, analog sensors, and more complex LED programs.
The document introduces Arduino, an open-source hardware platform used for electronics projects. It discusses that Arduino bridges the divide between the analog real world and digital computers by allowing users to control physical devices with code. The document outlines what is needed to get started with Arduino, including buying a board and components, using a simulator, or a starter kit. It also provides examples of sensing real world inputs and controlling outputs through demonstrations. Resources for learning more about Arduino are also listed.
This document provides information about resistors and color coding systems used to identify resistor values and tolerances. It explains that most resistors are too small to print their exact values, so a color coding system was developed using colored bands to represent numbers and tolerances. It also provides examples of calculating resistances from the color bands and discusses LEDs, including how they work, their components, and different types of LEDs.
The document discusses Arduino, an open-source electronics platform. It provides a brief history of Arduino, noting it was started in 2003 in Italy. It discusses important components of Arduino boards, types of Arduino boards, programming used for Arduino, and applications of Arduino like robotics, home automation, and education. In conclusion, it states Arduino is a versatile and affordable platform for electronic projects that has become popular for DIY enthusiasts and makers.
Agenda:
1. Intro.
2.Why is systems thinking important?
3. Property of a system.
4.System Tool 1: Causal Loop.
5. Practise Causal Loop (make loops with at least 2, 5 components).
6. System Tool 2: System Map.
7. Practise System Mapping.
8. Sharing.
9. Conclusion.
References:
1. usaidlearninglab.org
2. wikipedia.com
Launch of Next-Gen Packaging Design Challengesl2square
Slides presented at the Launch of the Next-Gen Packaging Design Challenge by Nippon Closures.
Design packaging for the elderly and persons with disabilities. Submit your entries by 30 September at www.ncc-challenge.com!
Powered by ICMG and Sustainable Living Lab (SL2)
Understanding Systems for Changemakers: What Can Nature Teach Us?
We live in a complex and interconnected world. When we are able to recognise this, we are better able to identify the allies and supporters that will help us to create the sustainable change we want for our communities. However, being able to map the relationships between the various stakeholders in a community and identify their motivations, can be a challenging exercise. Join us for an introductory session on understanding systems so that we can be more effective changemakers!
These slides were presented at the #startathon2.0 pre-workshop on 20 September covering technology topics. For more information, please contact [email protected].
What makes space feel generous, and how architecture address this generosity in terms of atmosphere, metrics, and the implications of its scale? This edition of #Untagged explores these and other questions in its presentation of the 2024 edition of the Master in Collective Housing. The Master of Architecture in Collective Housing, MCH, is a postgraduate full-time international professional program of advanced architecture design in collective housing presented by Universidad Politécnica of Madrid (UPM) and Swiss Federal Institute of Technology (ETH).
Yearbook MCH 2024. Master in Advanced Studies in Collective Housing UPM - ETH
How to Configure Public Holidays & Mandatory Days in Odoo 18Celine George
In this slide, we’ll explore the steps to set up and manage Public Holidays and Mandatory Days in Odoo 18 effectively. Managing Public Holidays and Mandatory Days is essential for maintaining an organized and compliant work schedule in any organization.
Happy May and Happy Weekend, My Guest Students.
Weekends seem more popular for Workshop Class Days lol.
These Presentations are timeless. Tune in anytime, any weekend.
<<I am Adult EDU Vocational, Ordained, Certified and Experienced. Course genres are personal development for holistic health, healing, and self care. I am also skilled in Health Sciences. However; I am not coaching at this time.>>
A 5th FREE WORKSHOP/ Daily Living.
Our Sponsor / Learning On Alison:
Sponsor: Learning On Alison:
— We believe that empowering yourself shouldn’t just be rewarding, but also really simple (and free). That’s why your journey from clicking on a course you want to take to completing it and getting a certificate takes only 6 steps.
Hopefully Before Summer, We can add our courses to the teacher/creator section. It's all within project management and preps right now. So wish us luck.
Check our Website for more info: https://ldmchapels.weebly.com
Get started for Free.
Currency is Euro. Courses can be free unlimited. Only pay for your diploma. See Website for xtra assistance.
Make sure to convert your cash. Online Wallets do vary. I keep my transactions safe as possible. I do prefer PayPal Biz. (See Site for more info.)
Understanding Vibrations
If not experienced, it may seem weird understanding vibes? We start small and by accident. Usually, we learn about vibrations within social. Examples are: That bad vibe you felt. Also, that good feeling you had. These are common situations we often have naturally. We chit chat about it then let it go. However; those are called vibes using your instincts. Then, your senses are called your intuition. We all can develop the gift of intuition and using energy awareness.
Energy Healing
First, Energy healing is universal. This is also true for Reiki as an art and rehab resource. Within the Health Sciences, Rehab has changed dramatically. The term is now very flexible.
Reiki alone, expanded tremendously during the past 3 years. Distant healing is almost more popular than one-on-one sessions? It’s not a replacement by all means. However, its now easier access online vs local sessions. This does break limit barriers providing instant comfort.
Practice Poses
You can stand within mountain pose Tadasana to get started.
Also, you can start within a lotus Sitting Position to begin a session.
There’s no wrong or right way. Maybe if you are rushing, that’s incorrect lol. The key is being comfortable, calm, at peace. This begins any session.
Also using props like candles, incenses, even going outdoors for fresh air.
(See Presentation for all sections, THX)
Clearing Karma, Letting go.
Now, that you understand more about energies, vibrations, the practice fusions, let’s go deeper. I wanted to make sure you all were comfortable. These sessions are for all levels from beginner to review.
Again See the presentation slides, Thx.
Ancient Stone Sculptures of India: As a Source of Indian HistoryVirag Sontakke
This Presentation is prepared for Graduate Students. A presentation that provides basic information about the topic. Students should seek further information from the recommended books and articles. This presentation is only for students and purely for academic purposes. I took/copied the pictures/maps included in the presentation are from the internet. The presenter is thankful to them and herewith courtesy is given to all. This presentation is only for academic purposes.
How to Create A Todo List In Todo of Odoo 18Celine George
In this slide, we’ll discuss on how to create a Todo List In Todo of Odoo 18. Odoo 18’s Todo module provides a simple yet powerful way to create and manage your to-do lists, ensuring that no task is overlooked.
Learn about the APGAR SCORE , a simple yet effective method to evaluate a newborn's physical condition immediately after birth ....this presentation covers .....
what is apgar score ?
Components of apgar score.
Scoring system
Indications of apgar score........
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...Leonel Morgado
Slides used at the Invited Talk at the Harvard - Education University of Hong Kong - Stanford Joint Symposium, "Emerging Technologies and Future Talents", 2025-05-10, Hong Kong, China.
What is the Philosophy of Statistics? (and how I was drawn to it)jemille6
What is the Philosophy of Statistics? (and how I was drawn to it)
Deborah G Mayo
At Dept of Philosophy, Virginia Tech
April 30, 2025
ABSTRACT: I give an introductory discussion of two key philosophical controversies in statistics in relation to today’s "replication crisis" in science: the role of probability, and the nature of evidence, in error-prone inference. I begin with a simple principle: We don’t have evidence for a claim C if little, if anything, has been done that would have found C false (or specifically flawed), even if it is. Along the way, I’ll sprinkle in some autobiographical reflections.
The insect cuticle is a tough, external exoskeleton composed of chitin and proteins, providing protection and support. However, as insects grow, they need to shed this cuticle periodically through a process called moulting. During moulting, a new cuticle is prepared underneath, and the old one is shed, allowing the insect to grow, repair damaged cuticle, and change form. This process is crucial for insect development and growth, enabling them to transition from one stage to another, such as from larva to pupa or adult.
4. Thank you!
Here’s how you can get connected:
1
Facebookpage: www.facebook.com/sl2square
“Maker Circle” Facebookgroup
Email Farah at [email protected]
2
3
5. Content
•Intro to arduino, sample projects
•Make your Arduino blink and buzz
•Serial Comm: Hello World on Arduino
•Light sensors and smart side table
11. Places to buy
•SimLim Tower
•Hardware shops
•Sgbotic
•Element14
•Robots r us
•Digikey
•RS online
•Mouser
•AliExpress
•qoo10
•taobao
•Many more!!
13. Awesome projects
•Barcode Scanner, Bluetooth, camera, camera flash, cell phones, compass chip, humidity sensors, iPod, Keyboard, Mouse, SD cards, Gesture/Distance/Light/Pressure/proximity sensors, motors, Second Life, Bluetooth, Wifi, Computer monitor via VGA
•Arudino IDE available for Windows, Mac and Linux
•http://freeduino.org
25. Functions, to compact a messy program into short and sweet packages,
similar to organizing your files into different folders
The format is like this: void TheNameOfThe Function () { }
26. 220 ohm
220 ohm
220 ohm
Red
Amber
Green
PIN 13
PIN 12PIN 11