SlideShare a Scribd company logo
IT I Android Development
World Friends IT
R E G E N T × U N I S T
Accelerometer
Instructor: Dongmin Kim (rocky112358@unist.ac.kr)
1 What is Accelerometer?
2 Applications of Accelerometer
Mostly used to detect shaking motion
This is ‘Sensor Box for Android’ application
Available on Google Play
2 Applications of Accelerometer
or find orientation of phone
by finding direction of acceleration of gravity
Portrait
Landscape
2 Applications of Accelerometer
or counting steps(passometer)
3 Example: Simple Accelerometer
Summary of Simple Accelerometer
Functions of Simple Accelerometer
- Print current X, Y, Z direction acceleration real time
- Print green square when shaking is detected
3 Example: Simple Accelerometer
Screen design of Simple Accelerometer
Width: Fill parent
3 Example: Simple Accelerometer
Block of Simple Accelerometer
3 Example: Simple Accelerometer
Screen of Simple Accelerometer
3 Example: Throw the Phone
Functions of Throw the Phone
- When ‘START’ button is tapped, countdown “Three, Two, One”.
- Throw (but don’t throw)
- Calculate the driving distance according to the acceleration sensor
value.
- When ‘RESET’ button is tapped, store current record and reset.
- DO NOT THROW YOUR PHONE IN REALITY
- BE CAREFUL
Summary of Throw the Phone
3 Example: Throw the Phone
Screen of Throw the Phone
Sensitivity: Strong
Country: USA
Language: en
3 Example: Throw the Phone
Blocks of Throw the Phone
3 Example: Throw the Phone
Blocks of Throw the Phone
3 Example: Throw the Phone
Blocks of Throw the Phone
3 Example: Throw the Phone
Blocks of Throw the Phone
3 Example: Throw the Phone
Screen of Throw the Phone
4 What we learned today
- How to use accelerometer
- How to use TTS (Text To Speech)

More Related Content

PPTX
Sensors in smartphones ( MEMS technology)
PPTX
Accelerometer and gyroscope
PPTX
Sensors 9
PDF
International Journal of Engineering and Science Invention (IJESI)
PPTX
Automatic_gait_detection_poster_IEEE
PDF
A decision tree based pedometer
PPT
Participatory Project
PDF
booysen_vehicle_paper automotive 2015.pdf
Sensors in smartphones ( MEMS technology)
Accelerometer and gyroscope
Sensors 9
International Journal of Engineering and Science Invention (IJESI)
Automatic_gait_detection_poster_IEEE
A decision tree based pedometer
Participatory Project
booysen_vehicle_paper automotive 2015.pdf

Similar to Android App Development with MIT App Inventor 2: Accelerometer (20)

PDF
Generic sensors for the Web
PPTX
Activity Recognition using Cell Phone Accelerometers
PDF
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
PPTX
Making sense
PPTX
Accelerometer 1
PDF
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
DOCX
Mobile Sensors and Types
DOCX
Seminar koushlendra saini
DOCX
project complete - Copy
PPTX
Accelerometer 1
DOCX
Gesture phones final
PPTX
Mobile Sensors
PDF
Epma 022
PPT
A Study on the Development of High Accuracy Solar Tracking Systems
PDF
IJSRED-V2I3P82
PDF
Vibration-Based Damaged Road Classification Using Artificial Neural Network
PDF
Android gps, location services, camera and sensors - Paramvir Singh
PDF
Development of an Intelligent Steering System for Reducing Accidents Due To D...
PPT
iwatchjr | Mobile Handset Sensors Coordinate System
PDF
A Novel Design of Phone Curvet Protection Mechanism
Generic sensors for the Web
Activity Recognition using Cell Phone Accelerometers
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
Making sense
Accelerometer 1
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
Mobile Sensors and Types
Seminar koushlendra saini
project complete - Copy
Accelerometer 1
Gesture phones final
Mobile Sensors
Epma 022
A Study on the Development of High Accuracy Solar Tracking Systems
IJSRED-V2I3P82
Vibration-Based Damaged Road Classification Using Artificial Neural Network
Android gps, location services, camera and sensors - Paramvir Singh
Development of an Intelligent Steering System for Reducing Accidents Due To D...
iwatchjr | Mobile Handset Sensors Coordinate System
A Novel Design of Phone Curvet Protection Mechanism
Ad

Recently uploaded (20)

PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Cloud computing and distributed systems.
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Reach Out and Touch Someone: Haptics and Empathic Computing
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Cloud computing and distributed systems.
Digital-Transformation-Roadmap-for-Companies.pptx
MIND Revenue Release Quarter 2 2025 Press Release
The Rise and Fall of 3GPP – Time for a Sabbatical?
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Unlocking AI with Model Context Protocol (MCP)
20250228 LYD VKU AI Blended-Learning.pptx
Network Security Unit 5.pdf for BCA BBA.
The AUB Centre for AI in Media Proposal.docx
Review of recent advances in non-invasive hemoglobin estimation
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Empathic Computing: Creating Shared Understanding
Programs and apps: productivity, graphics, security and other tools
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Chapter 3 Spatial Domain Image Processing.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Ad

Android App Development with MIT App Inventor 2: Accelerometer

  • 1. IT I Android Development World Friends IT R E G E N T × U N I S T Accelerometer Instructor: Dongmin Kim (rocky112358@unist.ac.kr)
  • 2. 1 What is Accelerometer?
  • 3. 2 Applications of Accelerometer Mostly used to detect shaking motion This is ‘Sensor Box for Android’ application Available on Google Play
  • 4. 2 Applications of Accelerometer or find orientation of phone by finding direction of acceleration of gravity Portrait Landscape
  • 5. 2 Applications of Accelerometer or counting steps(passometer)
  • 6. 3 Example: Simple Accelerometer Summary of Simple Accelerometer Functions of Simple Accelerometer - Print current X, Y, Z direction acceleration real time - Print green square when shaking is detected
  • 7. 3 Example: Simple Accelerometer Screen design of Simple Accelerometer Width: Fill parent
  • 8. 3 Example: Simple Accelerometer Block of Simple Accelerometer
  • 9. 3 Example: Simple Accelerometer Screen of Simple Accelerometer
  • 10. 3 Example: Throw the Phone Functions of Throw the Phone - When ‘START’ button is tapped, countdown “Three, Two, One”. - Throw (but don’t throw) - Calculate the driving distance according to the acceleration sensor value. - When ‘RESET’ button is tapped, store current record and reset. - DO NOT THROW YOUR PHONE IN REALITY - BE CAREFUL Summary of Throw the Phone
  • 11. 3 Example: Throw the Phone Screen of Throw the Phone Sensitivity: Strong Country: USA Language: en
  • 12. 3 Example: Throw the Phone Blocks of Throw the Phone
  • 13. 3 Example: Throw the Phone Blocks of Throw the Phone
  • 14. 3 Example: Throw the Phone Blocks of Throw the Phone
  • 15. 3 Example: Throw the Phone Blocks of Throw the Phone
  • 16. 3 Example: Throw the Phone Screen of Throw the Phone
  • 17. 4 What we learned today - How to use accelerometer - How to use TTS (Text To Speech)