Skip to content

Vottz/repair-it-yourself

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIY - Repair it yourself

This is the Documentation for our university project, in the course Hacking Innovation Bias at the Technical University of Berlin.

Final presentation, with project summary, background information and more pictures

Arduino setup

See Hardware Setup

Functions

Our Arduino code has 4 Functions:

  • setup(): the typical arduino setup function, here we define the randomSeed for the random number generator, the matrix for setting the display functions and some of the LED lights.
  • calcRangeInCentimeters(): calculates the distance wth help of the Ultrasonic-Sensor-sr04 in centimeters
  • randomText(int randNum): with the input of a random number between 0 and 6, one of the critical texts is returned
  • loop(): the typical arduino "main" function, that gets executed repeatedly. Here we use the previous two functions, as explained above. In each iteration, we generate a random number for the randomText() function and then assign a color to that text (specifying the gender-role we are critisizign with that text). Then the calcRangeInCentimeters() function is used to determine if something is 20cm in front of the sensor, if yes the text and color are displayed on the Grove-LCD RGB Backlight and the LEDs light up. We implemented a 3 second delay which should be enough time for the observer to read the text.

Resources used

Libraries

  • <Wire.h>
  • "rgb_lcd.h"
  • "Ultrasonic.h"

Documentation

Contributors

Kevin Kreutz
Dina Schaltuganow
Tabea Claudia Zeltner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published