Browse Source

Merge pull request #261 from madmartin/readme-esp32

esp8266/README.md: add info and wiring for ESP32 variant
pull/263/head
lumapu 2 years ago
committed by GitHub
parent
commit
adcfb5c2a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      doc/Wiring_ESP32_Schematic.png
  2. BIN
      doc/Wiring_ESP32_Symbol.png
  3. 22
      tools/esp8266/README.md

BIN
doc/Wiring_ESP32_Schematic.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
doc/Wiring_ESP32_Symbol.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

22
tools/esp8266/README.md

@ -76,11 +76,29 @@ Additional, there are 3 pins, which can be set individual:
#### ESP8266 wiring example #### ESP8266 wiring example
This is an example wiring using a Wemos D1 mini.<br> 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"> ##### Schematic
<img src="https://github.com/grindylow/ahoy/blob/main/doc/AhoyWemos_Schaltplan.jpg" width="300"> ![Schematic](../../doc/AhoyWemos_Schaltplan.jpg)
##### Symbolic view
![Symbolic](../../doc/AhoyWemos_Steckplatine.jpg)
#### ESP32 wiring example
Example wiring for a 38pin ESP32 module
##### Schematic
![Schematic](../../doc/Wiring_ESP32_Schematic.png)
##### Symbolic view
![Symbolic](../../doc/Wiring_ESP32_Symbol.png)
##### 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 ## 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. Once your Hardware is ready to run, you need to flash the Ahoy DTU Firmware to your Board.

Loading…
Cancel
Save