Browse Source

Merge pull request #418 from lumapu/stefan123t-patch-2

added second pinout to yaml
pull/424/head^2
Lukas Pusch 2 years ago
committed by GitHub
parent
commit
551322ce9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 31
      .github/ISSUE_TEMPLATE/report.yaml

31
.github/ISSUE_TEMPLATE/report.yaml

@ -81,18 +81,29 @@ body:
description: Tell us which connection diagram you used? description: Tell us which connection diagram you used?
value: | value: |
## Connection diagram I used: ## Connection diagram I used:
| nRF24L01+ Pin | ESP8266/32 GPIO | | nRF24L01+ Pin | ESP8266 GPIO |
| ------------- | -------------- |
| Pin 1 GND [*] | GND |
| Pin 2 +3.3V | +3.3V |
| Pin 3 CE | GPIO2 CE D4 |
| Pin 4 CSN | GPIO15 CS D8 |
| Pin 5 SCK | GPIO14 SCLK D5 |
| Pin 6 MOSI | GPIO13 MOSI D7 |
| Pin 7 MISO | GPIO12 MISO D6 |
| Pin 8 IRQ | GPIO0 IRQ D3 |
| nRF24L01+ Pin | ESP32 GPIO |
| ------------- | --------------- | | ------------- | --------------- |
| Pin 1 GND [] | GND | | Pin 1 GND [*] | GND |
| Pin 2 +3.3V | +3.3V | | Pin 2 +3.3V | +3.3V |
| Pin 3 CE | GPIO_2/_4 CE | | Pin 3 CE | GPIO4 CE D4 |
| Pin 4 CSN | GPIO15/_5 CS | | Pin 4 CSN | GPIO5 CS D5 |
| Pin 5 SCK | GPIO14/18 SCLK | | Pin 5 SCK | GPIO18 SCLK D18 |
| Pin 6 MOSI | GPIO13/23 MOSI | | Pin 6 MOSI | GPIO23 MOSI D23 |
| Pin 7 MISO | GPIO12/19 MISO | | Pin 7 MISO | GPIO19 MISO D19 |
| Pin 8 IRQ | GPIO_0/0 IRQ | | Pin 8 IRQ | GPIO0 IRQ D0 |
Note: [] GND Pin 1 has a square mark on the nRF24L01+ module Note: [*] GND Pin 1 has a square mark on the nRF24L01+ module
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes

Loading…
Cancel
Save