-->
Page 2 of 3

Re: Capacitive Buttons on ESP8266 with Arduino IDE

PostPosted: Fri Jul 10, 2015 2:12 pm
by tytower
All good mate.

Re: Capacitive Buttons on ESP8266 with Arduino IDE

PostPosted: Mon Jul 13, 2015 1:51 pm
by juanpintom
I've some news about Capacitive Sensor, I've done a working sketch with autocalibration, more range and can be uses with Souliss, it haves Slots assigned to see values from Capacitive buttons and Thresold from the Souliss App for Android. It's working now at my room.

I'll update the example in a few hours.

Regards :P

Re: Capacitive Buttons on ESP8266 with Arduino IDE

PostPosted: Sat Jan 23, 2016 5:12 pm
by Chris Burns
Hey Guys Noob here to the forum..

Juanpintom,

I read through your code.. Thank you so much by the way for typing that up.. I connected my ESP-12 to pins GPIO12 & GPIO14 as your code indicated here: http://pastebin.com/6basHByU

I do not get any sort of indication that it is working unless I touch the bare wires. I was wondering if it followed the standardArduino CapSense wiring,http://playground.arduino.cc/Main/CapacitiveSensor?from=Main.CapSense and required a 1 mega Ohm resisitor?

Thank you all for your help.. It is much appreciated..


Chris

Re: Capacitive Buttons on ESP8266 with Arduino IDE

PostPosted: Mon Jan 25, 2016 10:40 am
by juanpintom
I use the internal pull-up resistor, so no more components are needed, just a wire connected on the pin and to a Foil :P

Regards