Browse Source

Merge pull request #827 from Argafal/patch-1

Update Getting_Started.md
pull/859/head
Lukas Pusch 2 years ago
committed by GitHub
parent
commit
0598c897d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      Getting_Started.md

16
Getting_Started.md

@ -154,7 +154,7 @@ Example wiring for a 38pin ESP32 module
##### ESP32 GPIO settings ##### ESP32 GPIO settings
For this wiring, set the 3 individual GPIOs under the /setup URL: CS, CE, IRQ must be set according to how they are wired up. For the diagram above, set the 3 individual GPIOs under the /setup URL as follows:
``` ```
CS D1 (GPIO5) CS D1 (GPIO5)
@ -162,14 +162,14 @@ CE D2 (GPIO4)
IRQ D0 (GPIO16 - no IRQ!) IRQ D0 (GPIO16 - no IRQ!)
``` ```
ATTENTION: From development version 108 onwards, also MISO, MOSI and SCLK IMPORTANT: From development version 108/release 0.6.0 onwards, also MISO, MOSI, and SCLK
are configurable. Their defaults are correct for 'standard' ESP32 boards are configurable. On new installations, their defaults are correct for most ESP32 boards.
and non-settable for ESP8266 (as this chip cannot move them elsewhere). These pins cannot be configured for ESP82xx boards, as this chip cannot move them elsewhere.
If you have an existing install though, you might see '0' in the web GUI.
Set MISO=19, MOSI=23, SCLK=18 in GUI and save for existing installs, this is the old If you are upgrading an existing install though, you might see that these pins are set to '0' in the web GUI.
correct default for most ESP32 boards, for ESP82xx, a simple settings save should suffice. Communication with the NRF module wont work. For upgrading an existing installations, set MISO=19, MOSI=23, SCLK=18 in the settings.
Reboot afterwards. This is the correct default for most ESP32 boards. On ESP82xx, simply saving the settings without changes should suffice.
Save and reboot.
## Flash the Firmware on your Ahoy DTU Hardware ## Flash the Firmware on your Ahoy DTU Hardware

Loading…
Cancel
Save