Skip to content

Interactive spaceship using accelerometer and OLED screen

Notifications You must be signed in to change notification settings

julesgransden/Arduino_Spaceship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Arduino Spaceship

IMPORT: Using GROVE kit sensor kit, so no digital or analogue port specifications.

Interactive spaceship using accelerometer and OLED screen

Screen Shot 2023-02-16 at 3 00 30 PM

By moving the accelerometer, it ahould move the spaceship forward, backwards, to the left, or right depending on the direction of your tilt. In fact, we can do that because this device measures the acceleration in directions x, y and z. The acceleration on a flat surface would then be 0 for y and x, but 9.81m/s^2 in the z direction because of gravity, so depending on how you tilt the screen, the gravitational force will impact each direction specificaly.

About

Interactive spaceship using accelerometer and OLED screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages