mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
fix voltage in README
This commit is contained in:
parent
dc9d7887fc
commit
d00333d318
1 changed files with 20 additions and 20 deletions
40
README.md
40
README.md
|
@ -7,7 +7,7 @@
|
|||
## 🛒 Parts
|
||||
|
||||
| Count | Part |
|
||||
| ----- | ------------- |
|
||||
|-------|---------------|
|
||||
| 1x | ESP32 |
|
||||
| 2x | RS485 |
|
||||
| 1x | W5500-ETH |
|
||||
|
@ -35,23 +35,23 @@ You have to short-circuit `R0` on the RS485 boards to enable the termination res
|
|||
|
||||

|
||||
|
||||
| GPIO | Usage |
|
||||
| ---- | -------------- |
|
||||
| GND | GND to others |
|
||||
| 3,5V | VIN on RS485 |
|
||||
| 5V | VIN on W5500 |
|
||||
| 0 | Onboard Button |
|
||||
| 5 | Ext. Button |
|
||||
| 7 | Ext. LED |
|
||||
| 15 | Onboard LED |
|
||||
| 17 | U1TXD |
|
||||
| 18 | U1RXD |
|
||||
| 21 | U0TXD |
|
||||
| 33 | U0RXD |
|
||||
| 34 | SPI CS |
|
||||
| 35 | SPI MOS |
|
||||
| 36 | SPI SCK |
|
||||
| 37 | SPI MISO |
|
||||
| GPIO | Usage |
|
||||
|---------|----------------|
|
||||
| GND | GND to others |
|
||||
| 3,3V | VIN on RS485 |
|
||||
| 5V/VBUS | VIN on W5500 |
|
||||
| 0 | Onboard Button |
|
||||
| 5 | Ext. Button |
|
||||
| 7 | Ext. LED |
|
||||
| 15 | Onboard LED |
|
||||
| 17 | U1TXD |
|
||||
| 18 | U1RXD |
|
||||
| 21 | U0TXD |
|
||||
| 33 | U0RXD |
|
||||
| 34 | SPI CS |
|
||||
| 35 | SPI MOS |
|
||||
| 36 | SPI SCK |
|
||||
| 37 | SPI MISO |
|
||||
|
||||
---
|
||||
|
||||
|
@ -76,7 +76,7 @@ All print files (STL, STEP, X_T) can be found in [assets/case](/assets/case/). A
|
|||
## 💡 Status LED
|
||||
|
||||
| LED | Description |
|
||||
| --------------------------------- | ------------------------- |
|
||||
|-----------------------------------|---------------------------|
|
||||
|  | no power; LED deactivated |
|
||||
|  | powered on; normal |
|
||||
|  | startup; warning |
|
||||
|
@ -89,7 +89,7 @@ All print files (STL, STEP, X_T) can be found in [assets/case](/assets/case/). A
|
|||
To reset the settings, hold down the button and connect the ESP to the power supply, the LED will flash quickly. After 3 seconds the LED should light up static and the settings are reset. If you release the button early you abort the reset and the LED flashes slowly.
|
||||
|
||||
| Setting | Value |
|
||||
| -------------- | ------------------ |
|
||||
|----------------|--------------------|
|
||||
| TYPE | WiFi AP |
|
||||
| SSID | ChaosDMX-□□□□ |
|
||||
| PASSWORD | mbgmbgmbg |
|
||||
|
|
Loading…
Add table
Reference in a new issue