frizzby / esp8266-rgb-led

DIY ESP8266 Wi-Fi iPhone controlled rgb led strip
GNU General Public License v2.0
31 stars 7 forks source link

Pin Mapping for other ESP #4

Open x10iman opened 8 years ago

x10iman commented 8 years ago

Thank you for this project.

I managed to get it working on esp-01 (it was on my hand) by soldering wires to the ESP chip pins as follow: r_pin=5 -- GPIO14 g_pin=6 -- GPIO12 b_pin=7 -- GPIO13

i got the pin out mapping from Lualoder. img_0325 img_0326

frizzby commented 8 years ago

Nice. Thanks for sharing!