README.md aktualisiert
This commit is contained in:
parent
af8fbf4233
commit
e0cfcb24d5
14
README.md
14
README.md
@ -1,7 +1,7 @@
|
|||||||
# RIU (Remote Interface Unit)
|
# RIU (Remote Interface Unit)
|
||||||
## Setup
|
## Setup
|
||||||
### Hardware
|
### Hardware
|
||||||
- Arduino Uno
|
- Arduino Uno / Nano
|
||||||
- BMP280 breakout board (Pressure and Temperature sensor)
|
- BMP280 breakout board (Pressure and Temperature sensor)
|
||||||
#### Wiring
|
#### Wiring
|
||||||
- BMP280 VCC -> Arduino 3.3V
|
- BMP280 VCC -> Arduino 3.3V
|
||||||
@ -16,3 +16,15 @@
|
|||||||
- Open the serial monitor and type commands
|
- Open the serial monitor and type commands
|
||||||
- Alternatively, directly send commands to the Arduino via serial communication
|
- Alternatively, directly send commands to the Arduino via serial communication
|
||||||
- Read the RIU Datasheet for more information
|
- Read the RIU Datasheet for more information
|
||||||
|
|
||||||
|
## Known Issues
|
||||||
|
|
||||||
|
|
||||||
|
### Bad driver support (Windows)
|
||||||
|
|
||||||
|
Many cheap Arduino-compatible devices have limited driver support for Windows. Please refer to the manufacturers tutorials to setting up the Arduino.
|
||||||
|
|
||||||
|
|
||||||
|
### IDE Issues (Linux)
|
||||||
|
|
||||||
|
The Arduino IDE V2 has fewer configuration options, we currently recommend using the Arduino Legacy IDE. This of course may change in the future and is only a recommendation.
|
Loading…
Reference in New Issue
Block a user