Download presentation
Presentation is loading. Please wait.
Published byDarren Wright Modified over 8 years ago
1
ICTWays workshop “Creativity and imagination in the classroom: Arduino and its application samples” 528103-LLP-1-2012-1-PT-COMENIUS-CNW 13-04-2015
2
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 2 EXAMPLES
3
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 3 HACK EEG
4
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 4 Development of a bio signal capturing device Real time transmission to a central server Arduino FIO xBee Three sensors: Pulse, Humidity, Temperature TRANSCREATIVA ++=
5
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 5 ELECTRONICS 101
6
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 6
7
7 DIGITAL1/0 ANALOG(IN) POWER SOURCE
8
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 8
9
9 For everything else…
10
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 10 ARDUINO IDE
11
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 11 IDE: integrated development environment Check for no errors in code Load code to board
12
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 12 CONNECTION
13
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 13 CODE SETUP & LOOP SETUP: Setup pins and tell the Arduino to start serial communication with computer LOOP: the things that the board does repeatedly
14
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 14 PRACTICE
15
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 15 TEMPERATURE Set the circuit (mind the polarity!) Load code Check it works
16
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 16 PRESSURE Setting: more complex Code: use temperature code, having in account that it is no necessary to transform the input Load and check
17
528103-LLP-1-2012-1-PT-COMENIUS-CNW Confidencial © 2014 TECNALIA 17 LED WHEN THINGS HAPPEN Use the same code as in the previous practice Modify code When it passes value 512, light up the LED Use IF sentence: if (valor>512) { digitalWrite (pinled, HIGH);} Switch off LED?
18
THANK YOU
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.