Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timwaizenegger/raspberrypi-examples
This repo contains example code for various RPi Sensors/Actors and so on...
https://github.com/timwaizenegger/raspberrypi-examples
Last synced: 3 months ago
JSON representation
This repo contains example code for various RPi Sensors/Actors and so on...
- Host: GitHub
- URL: https://github.com/timwaizenegger/raspberrypi-examples
- Owner: timwaizenegger
- License: mit
- Created: 2015-06-05T12:56:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T17:19:11.000Z (about 6 years ago)
- Last Synced: 2024-07-15T15:38:00.560Z (5 months ago)
- Language: Python
- Size: 41.2 MB
- Stars: 49
- Watchers: 4
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uni Stuttgart IPVS/AS IoT examples
This repo contains example code for various RPi Sensors/Actors used in IoT projects at the University of Stuttgart, IPVS/ASEach Folder contains an example script, picture, and additional information about one device
## System setup
[Setup tutorials](setup-raspberrypi) contains information for installing, updating, reseting and issue solving on the OS Raspbian.## List of devices
### Extension board
* [Linksprite analog converter](extension-board) for data about the board and reading data from analog sensors linke:
* [temperature, humidity and pressure](sensor-temperature),
* light,
* noise,
* acceleration,
* moisture,
* potentiometer,
* magnet,
* heartbeat,
* magic light cup,
* knock,
* photocell
* [AD Converter](extension-board/ky053)
* [Level Shifter](extension-board/ky051)### Sensors
* [Buttons](sensor-button)
* [Thumb joystick](sensor-thumb-joystick)
* [Ultrasonic distance sensor](sensor-ultrasonic-distance)
* [HD camera](sensor-HD-camera)
* [Touch](sensor-touch)
* [Flame](sensor-flame)
* [Obstacle Avoidance and Tracking](sensor-obstacle)
* [Vibration](sensor-vibration)
* [Tilt](sensor-tilt)
* [Magnet](sensor-magnet)
* [Infrared Receiver](sensor-infrared-receiver)
* [Temperature, humidity and pressure](sensor-temperature)### Actors
* [Linksprite dumb buzzer](actor-linksprite-buzzer)
* [Linksprite LED-Bar](actor-linksprite-led-bar)
* [Linksprite 7-segment 4-number LED display](actor-led-7segment-4numbers)
* [HD color TFT display](actor-graphic-TFT-display)
* [Alphanumeric display board with 4 buttons](actor-alphanumeric-display-board)
* [Linksprite 128x64 blue OLED display](actor-linksprite-OLED-display)
* [RGB-LED](actor-RGB-LED)
* [7 and 2 colors Led](actor-7_2-colors)
* [Infrared Transmitter](actor-infrared-transmitter)## Example applications
[example-applications](example-applications/) contains some scripts that "actually do something"