joeman2116
joeman2116
Code looks ok to me. Wondering what you are using for relays? Are they high level or low level triggers? Joe On Sat, Jan 14, 2017, 4:02 PM dsaleb wrote:...
Sorry but cant determine if they are high or low level triggers. Relays come in high an low level triggers. Some are both depending on a jumper. You could just...
I am using the software on several nodemcu 8266 -12f modules and it works great. Also reprogrammed the Sonoff modules with this code. I use the arduino ide software to...
I looked at the mini pro and it looks fine. It has more mem than most. Should work ok. I use frpm esp01 to 12f and nodemcu modules and all...
Are you referring to the single device or multiple device version? When you run the serial monitor and reset your esp do you see it attempting to connect? If so...
Glad I could help.. I have several sonoff modules setup up as singles devices on Alexa - they work very well. The serial monitor is an option located under one...
Yes, You just need to make sure the declared pins are correct. 1. One for the relay. 2. One for the LED - which must be added. Then you would...
const int relayPin = D1; const int ledPin = D7; void turnOnRelay() { digitalWrite(relayPin, HIGH); // turn on relay with voltage HIGH digitalWrite(ledPin, LOW); //GREEN LED } void turnOffRelay() {...
Nope I have several sonof running 24/7 for more than a month so far they work 100 percent On Mon, Dec 19, 2016, 2:59 PM AndrewsHappy wrote: > Hi Joe...
Would be interesting to see what code you used for static ip. Have not looked at the link node R4 to see what it is supposed to do. Joe On...