I’m trying to activate or deactive a pin through web-hooks which I plan to interface with IFTTT to activate pins on my wemos mini through alexa voice commands.
When I tried to set pin value, no other pin than D5 works in the url. All other pins like D1-D4, D6-D8 say
However it works if I put D5 in my url. Strangely this activates pin D1 instead of D5. I’ve read all the documents and searched the forum for similar questions but couldn’t get any. What am I doing wrong here?
This might be a clue … pin #5 in Arduino format is referring to D1 on the board … which is what the board actually responds to, except in limited cases where the Arduino IDE is set for that actual board.
In other words, ignore the silk screened references and follow the Arduino pinouts for that board.
Blynk HTTP RESTful API allows to easily read and write values to/from Pins in Blynk apps and Hardware (microcontrollers and microcomputers like Arduino, Raspberry Pi, ESP8266, Particle, etc.)
Is there a blynk documentation where this information is posted? Pardon my ignorance on this one.
We are all noobs at something until we spend time reading and learning When you think about it, a webhook would have no idea what board you are controlling, so there has to be a pinout standard somewhere… since we are using and programming from the Arduino IDE, it becomes the standard.
The API??
This is all I am aware of for the API (well aside from many topics here)… and since I never use it, that is all I too know about it
EDIT - I guess you already found this as that was where you got the blurb