ripper121 / ESPRCSwitch

GNU General Public License v2.0
5 stars 1 forks source link

Schematics? #2

Open michapr opened 6 years ago

michapr commented 6 years ago

Can you upload the schematics - and maybe the layout?

Thanks Michael

ripper121 commented 6 years ago

In the https://github.com/ripper121/ESPRCSwitch/blob/master/global.h you can change the Pins for the Button, Transmitter and Receiver Pin. You can use the cheap 433 Mhz Modules and then connect it to the pins you defined in the global.h The led is a WS2812B led.

define RECEIVER_PIN 5

define TRANSMITTER_PIN 4

define BUTTON_PIN 12

define LED_PIN 13

define NUMPIXELS 1