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
See Hardware Setup
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.
- <Wire.h>
- "rgb_lcd.h"
- "Ultrasonic.h"
- Ultrasonic Ranger (wiki.seedstudio.com)
- LED circuit (arduino.cc)
- LCD display(arduino.cc)
- And many thanks to Carolin Clausnitzer & Ninett Rosenfeld from the Technologiestiftung Berlin, who provided us with the basics and initial functions in their "Digital Workshop Creative Making mit Arduinos". Additionally we would like to thank the Technologiestiftung Berlin in general for lending us the Arduinos, which made this artefact possible.
Kevin Kreutz
Dina Schaltuganow
Tabea Claudia Zeltner