Skip to content

Commit

Permalink
Added Alternative Pinout
Browse files Browse the repository at this point in the history
  • Loading branch information
couin3 committed Apr 19, 2020
1 parent db279b9 commit e91a0a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,18 @@ So far, in addition of core libraries, we use:

![Pinout](https://github.com/couin3/RFLink/blob/master/pictures/RFLink-ESP_Pinout.jpg "Pinout")

### Alternative Pinout
- ESP8266 can't draw more than 12mA on a GPIO pin.
- Some receivers have current spikes bigger than that (eg RXB12).
- This lead to a non working receiver / non starting ESP.
- Here is a more classic working wiring

| Name (Alt) | D1 mini | RXB6 |
|---------------|---------|-------|
| PIN_RF_TX_VCC | 3v3 | 5 VCC |
| PIN_RF_TX_NA | N/A | 6 DER |
| PIN_RF_TX_DATA| D7 | 7 DAT |
| PIN_RF_TX_GND | GND | 8 GND |

### Thanks
Special thanks to: Axellum, Etimou, Schmurtz, Zoomx

0 comments on commit e91a0a4

Please sign in to comment.