mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-21 04:46:10 +02:00
Merge branch 'main' into development03
This commit is contained in:
commit
0d3ef76b8a
7 changed files with 109 additions and 58 deletions
|
@ -76,11 +76,29 @@ Additional, there are 3 pins, which can be set individual:
|
|||
|
||||
#### ESP8266 wiring example
|
||||
This is an example wiring using a Wemos D1 mini.<br>
|
||||
<img src="https://github.com/grindylow/ahoy/blob/main/doc/AhoyWemos_Steckplatine.jpg" width="300">
|
||||
<img src="https://github.com/grindylow/ahoy/blob/main/doc/AhoyWemos_Schaltplan.jpg" width="300">
|
||||
##### Schematic
|
||||

|
||||
|
||||
##### Symbolic view
|
||||

|
||||
|
||||
#### ESP32 wiring example
|
||||
Example wiring for a 38pin ESP32 module
|
||||
|
||||
##### Schematic
|
||||

|
||||
|
||||
##### Symbolic view
|
||||

|
||||
|
||||
##### ESP32 GPIO settings
|
||||
For this wiring, set the 3 individual GPIOs under the /setup URL:
|
||||
|
||||
```
|
||||
CS D1 (GPIO5)
|
||||
CE D2 (GPIO4)
|
||||
IRQ D0 (GPIO16 - no IRQ!)
|
||||
```
|
||||
|
||||
## Flash the Firmware on your Ahoy DTU Hardware
|
||||
Once your Hardware is ready to run, you need to flash the Ahoy DTU Firmware to your Board.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue