--- name: Report Ahoy about: question about Ahoy title: '' labels: '' assignees: '' --- ## Hardware * [ ] ESP8266 * [ ] ESP32 * [ ] Raspberry Pi Modelname: ______ Retailer URL: ______ ### nRF24L01+ Module * [ ] nRF24L01+ you verified this is a **Plus model** capable of the required 256kBit/s mode * [ ] **square dot** indicates original Nordic Semicon chip * [ ] **round dot** indicates copy-cat / counterfeit SI labs chip ### Antenna: * [ ] circuit board * [ ] external antenna ### Power Stabilization: * [ ] 100uF Electrolytic Capacitor connected between +3.3V and GND (Pin 1 & 2) of the NRF Module * [ ] Voltage stabilizing motherboard ### Connection diagram: * [ ] Image of the your wiring attached ### Connection diagram I used: | 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 2 +3.3V | +3.3V | | Pin 3 CE | GPIO4 CE D4 | | Pin 4 CSN | GPIO5 CS D5 | | Pin 5 SCK | GPIO18 SCLK D18 | | Pin 6 MOSI | GPIO23 MOSI D23 | | Pin 7 MISO | GPIO19 MISO D19 | | Pin 8 IRQ | GPIO0 IRQ D0 | Note: [*] GND Pin 1 has a square mark on the nRF24L01+ module ## Software * [ ] AhoyDTU * [ ] OpenDTU ### Version / Git SHA: Version: _._.__ Github Hash: _______ ### Build & Flash Method: * [ ] Arduino * [ ] ESP Tools * [ ] Platform IO ### Desktop OS: * [ ] Linux * [ ] Windows * [ ] Mac OS ### Debugging: * [ ] USB Serial Log (attached) * [ ] Setup settings (use our templates ... to be added)