Remote Interface Unit for Paul Nehlich's lecture
Go to file
2024-05-21 10:50:05 +02:00
RIU timing update 2024-05-14 23:02:33 +02:00
README.md README.md aktualisiert 2024-05-14 22:05:11 +02:00
RIU-datasheet.md RIU-datasheet.md aktualisiert 2024-05-21 10:50:05 +02:00
serial_test.py added example 2024-05-14 23:03:00 +02:00

RIU (Remote Interface Unit)

Setup

Hardware

  • Arduino Uno
  • BMP280 breakout board (Pressure and Temperature sensor)

Wiring

  • BMP280 VCC -> Arduino 3.3V
  • BMP280 GND -> Arduino GND
  • BMP280 SDA -> Arduino SDA
  • BMP280 SCL -> Arduino SCL

Software

  • Arduino IDE
  • Adafruit BMP280 library

Usage

  • Upload the code to the Arduino
  • Open the serial monitor and type commands
  • Alternatively, directly send commands to the Arduino via serial communication
  • Read the RIU Datasheet for more information