Browse Source

Update report-ahoy.md

update with proper markdown
pull/347/head
stefan123t 2 years ago
committed by GitHub
parent
commit
36eadb73f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 68
      .github/ISSUE_TEMPLATE/report-ahoy.md

68
.github/ISSUE_TEMPLATE/report-ahoy.md

@ -7,59 +7,63 @@ assignees: ''
--- ---
Hardware ## Hardware
Modelname: _ * [ ] ESP8266
* [ ] ESP8266 * [ ] ESP32
* [ ] ESP32 * [ ] Raspberry Pi
* [ ] Raspberry Pi
nRF24L01+ Module Modelname: ______
* [ ] nRF24L01+ you verified this is a Plus model capable of the required 256kBit/s mode Retailer URL: ______
* [ ] square dot indicates original Nordic Semicon chip
* [ ] round dot indicates copy-cat / counterfeit SI labs chip
Antenna: ### nRF24L01+ Module
* [ ] circuit Board * [ ] nRF24L01+ you verified this is a **Plus model** capable of the required 256kBit/s mode
* [ ] external Antenna * [ ] **square dot** indicates original Nordic Semicon chip
* [ ] **round dot** indicates copy-cat / counterfeit SI labs chip
Power Stabilization: ### Antenna:
* [ ] circuit board
* [ ] external antenna
### Power Stabilization:
* [ ] 100uF Electrolytic Capacitor * [ ] 100uF Electrolytic Capacitor
connected between +3.3V and GND (Pin 1 & 2) of the NRF Module connected between +3.3V and GND (Pin 1 & 2) of the NRF Module
* [ ] Voltage stabilizing motherboard * [ ] Voltage stabilizing motherboard
Connection diagram: ### Connection diagram:
* [ ] Image of the your wiring attached * [ ] Image of the your wiring attached
Connection diagram you used: ### Connection diagram I used:
| nRF24L01+ Pin | ESP8266/32 GPIO | | nRF24L01+ Pin | ESP8266/32 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 | GPIO_2/_4 CE |
| Pin 4 CSN | GPIO15/_5 CS | | Pin 4 CSN | GPIO15/_5 CS |
| Pin 5 SCK | GPIO14/18 SCLK | | Pin 5 SCK | GPIO14/18 SCLK |
| Pin 6 MOSI | GPIO13/23 MOSI | | Pin 6 MOSI | GPIO13/23 MOSI |
| Pin 7 MISO | GPIO12/19 MISO | | Pin 7 MISO | GPIO12/19 MISO |
| Pin 8 IRQ | GPIO_0/0 IRQ | | Pin 8 IRQ | GPIO_0/0 IRQ |
Note: [] GND Pin 1 has a square mark on the nRF24L01+ module Note: [] GND Pin 1 has a square mark on the nRF24L01+ module
Software ## Software
* [ ] AhoyDTU * [ ] AhoyDTU
* [ ] OpenDTU * [ ] OpenDTU
Version:
Github Hash:
Build & Flash Method: ### Version / Git SHA:
* [ ] Platform IO Version: _._.__
Github Hash: _______
### Build & Flash Method:
* [ ] Arduino * [ ] Arduino
* [ ] ESP Tools * [ ] ESP Tools
Version / Git SHA: * [ ] Platform IO
Desktop OS: ### Desktop OS:
* [ ] Linux * [ ] Linux
* [ ] Windows * [ ] Windows
* [ ] Mac OS * [ ] Mac OS
Debugging: ### Debugging:
* [ ] USB Serial Log (attached) * [ ] USB Serial Log (attached)
* [ ] Setup settings (use our templates ... to be added) * [ ] Setup settings (use our templates ... to be added)

Loading…
Cancel
Save