Code Monkey home page Code Monkey logo

repair-it-yourself's Introduction

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

repair-it-yourself's People

Contributors

vottz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.