Kategorie: Allgemein

  • Math Board (prototype)

    Math Board (prototype)

    Using an AT8951, a 4×4 keypad and two LED dot-matrix this board simulates two basic mathematical functions: Amount Displays randomly the amount represented by any number given by the user between 1 and 99. For example: if you type 27, then 27 dots from the LED dot-matrix will turn on randomly. Every time you press…

  • Musical Steps (Prototype)

    Using an AT8951 microcontroller, infrared transistors as input sensors and an ISD2540 Voice Recording IC, I simulated here „musical steps“. Every step detected by the infrared sensors will activate a different part of the ISD2540 memory. You can record any song, speech, etc inside the ISD2540 and access parts of this recording by accessing the…

  • Was ist Arduino?

    English Arduino ist der Name einer einfachen (easy-to-use) Hardware und Software, um interaktive Projekte zu verwirklichen. Um mehr darüber zu erfahren, kannst du die Arduino-Website besuchen: https://www.arduino.cc Es gibt viele verschiedene Arduino-Boards, hier sind einige Beispiele: https://www.arduino.cc/en/Main/Products wir arbeiten in den Kurs mit dem Arduino UNO. Arduino UNO-Board. Hardware Das Arduino-Board beinhaltet einen Mikrocontroller und viele…

  • Bewegungs-Sensor

    Bewegungs-Sensor

    Materialien: Video: Hardware: Software/Code: Um einen Servomotor leicht zu programmieren, benötigt man eine „Library“, welche man vorher installieren muss. Wie man eine Library für Arduino installieren kann, kannst du hier sehen: https://reference.arduino.cc/referenhttps://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/ Wir benötigen hier die Library „Servo.h“: https://docs.arduino.cc/libraries/servo/