sinricpro / esp8266-esp32-sdk

Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
https://sinric.pro
Other
230 stars 124 forks source link

Pinout WEMOS D1 mini #48

Closed Hansta98 closed 4 years ago

Hansta98 commented 4 years ago

Programming the WEMOS D1 mini I found out that Sinric Pro´s pinout distinguishes from the "normal one" USUALLY SINRIC PRO
WemosPinD0 = 4 =16 WemosPinD1 = 20 =5 WemosPinD2 = 19 =4 WemosPinD3 = 18 did not find out (tried every number up to 40) WemosPinD4 = 17 =2
WemosPinD5 = 5 =14 WemosPinD6 = 6 =12 WemosPinD7 = 7 =13 WemosPinD8 = 16 =15 pinout

It isnt a problem, its only a comment, but what`s the number from WemosPinD3?

sivar2311 commented 4 years ago

SinricPro has no pinout But examples are based on NodeMCU. So you can use any pin you want

Hansta98 commented 4 years ago

Ah okay... I just found out that it works also with WemosPinD1 = D1 WemosPinD2 = D2 ..... Thanks for the thought-provoking impulse

kakopappa commented 4 years ago

I think you can find the pins here

https://github.com/esp8266/Arduino/blob/master/variants/d1_mini/pins_arduino.h

Hansta98 commented 4 years ago

Thanks kakopappa ;)