Dateien nach "/" hochladen
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# 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
|
Reference in New Issue
Block a user