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

|

|
||||||
|
|
||||||
| GPIO | Usage |
|
| GPIO | Usage |
|
||||||
|---------|----------------|
|
| ------- | -------------- |
|
||||||
| GND | GND to others |
|
| GND | GND to others |
|
||||||
| 3,3V | VIN on RS485 |
|
| 3,3V | VIN on RS485 |
|
||||||
| 5V/VBUS | VIN on W5500 |
|
| 5V/VBUS | VIN on W5500 |
|
||||||
|
@ -76,7 +76,7 @@ All print files (STL, STEP, X_T) can be found in [assets/case](/assets/case/). A
|
||||||
## 💡 Status LED
|
## 💡 Status LED
|
||||||
|
|
||||||
| LED | Description |
|
| LED | Description |
|
||||||
|-----------------------------------|---------------------------|
|
| --------------------------------- | ------------------------- |
|
||||||
|  | no power; LED deactivated |
|
|  | no power; LED deactivated |
|
||||||
|  | powered on; normal |
|
|  | powered on; normal |
|
||||||
|  | startup; warning |
|
|  | 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.
|
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 |
|
| Setting | Value |
|
||||||
|----------------|--------------------|
|
| -------------- | ------------------ |
|
||||||
| TYPE | WiFi AP |
|
| TYPE | WiFi AP |
|
||||||
| SSID | ChaosDMX-□□□□ |
|
| SSID | ChaosDMX-□□□□ |
|
||||||
| PASSWORD | mbgmbgmbg |
|
| PASSWORD | mbgmbgmbg |
|
||||||
|
|
Loading…
Add table
Reference in a new issue