Search found 9 matches

by selo
Wed Dec 18, 2019 4:22 pm
Forum: Ideas and concepts
Topic: Esp8266 12 touch control relay
Replies: 44
Views: 29175

Re: Esp8266 12 touch control relay

if you change this in the code, it will be possible to start without MPR121 from if (!cap.begin(0x5A)) { Serial.println("MPR121 not found, check wiring?"); while (1); to cap.begin(0x5A) After code change it worked, also MPR121 worked too. Thank you very much . Can you give the arduino ske...
by selo
Wed Dec 18, 2019 3:32 pm
Forum: Ideas and concepts
Topic: Esp8266 12 touch control relay
Replies: 44
Views: 29175

Re: Esp8266 12 touch control relay

Ok, i buy an other mpr121 and test again. Thanks for your helping.
by selo
Wed Dec 18, 2019 3:24 pm
Forum: Ideas and concepts
Topic: Esp8266 12 touch control relay
Replies: 44
Views: 29175

Re: Esp8266 12 touch control relay

elmaya wrote: Wed Dec 18, 2019 12:19 pm ADD connected to ground?
has to be
Yes, ADD is with GND 0 Ohm.
Can the wemos go to access point mode without attachting to mpr21 and mcp23017?
by selo
Wed Dec 18, 2019 12:01 pm
Forum: Ideas and concepts
Topic: Esp8266 12 touch control relay
Replies: 44
Views: 29175

Re: Esp8266 12 touch control relay

elmaya wrote: Wed Dec 18, 2019 11:52 am clearly describes Mpr121 not found.
what model of Mpr121 you are using, maybe an image of the module.
This one:
by selo
Wed Dec 18, 2019 9:46 am
Forum: Ideas and concepts
Topic: Esp8266 12 touch control relay
Replies: 44
Views: 29175

Re: Esp8266 12 touch control relay

it works perfectly. :lol: I use every day, check your connections. Of course it's works perfectly :). I'm making a mistake somewhere. My wemos d1 goes not to accesspoint mode after i press reset button 2 times, it blinks every 2 seconds. I have tested with other wemos, same problem. I have checked ...
by selo
Wed Dec 18, 2019 1:02 am
Forum: Ideas and concepts
Topic: Esp8266 12 touch control relay
Replies: 44
Views: 29175

Re: Esp8266 12 touch control relay

Does not work for me. Can you give arduino sketch file. Thanks.
by selo
Mon Mar 25, 2019 12:29 am
Forum: Ideas and concepts
Topic: 8 buttons and 8 relays in esp with hc595
Replies: 46
Views: 54753

Re: 8 buttons and 8 relays in esp with hc595

Thanks for your reply. I have replaced //SuplaDevice.addRelay(101, false); //SuplaDevice.addRelay(102, false); //SuplaDevice.addRelay(103, false); //SuplaDevice.addRelay(104, false); //SuplaDevice.addRelay(105, false); //SuplaDevice.addRelay(106, false); //SuplaDevice.addRelay(107, false); //SuplaDe...
by selo
Sun Mar 24, 2019 12:32 am
Forum: Ideas and concepts
Topic: 8 buttons and 8 relays in esp with hc595
Replies: 46
Views: 54753

Re: 8 buttons and 8 relays in esp with hc595

Thanks for this.
How can i use it for roller shutters?
by selo
Wed Mar 13, 2019 1:11 am
Forum: Help
Topic: Arduino compiling error
Replies: 5
Views: 11861

Re: Arduino compiling error

Hi! I had the same problem and the solution is very easy. By default, when you install Arduino IDE, it comes with Ethernet library v 2.0.0 . Just go to the libraries manager and change the version to 1.1.2 (the one mentioned by pzygmunt). As soon as you do that, you'll still receive some warnings, ...

Go to advanced search