netzbasteln / syncenlight

A social network for colors. Build lamps that syncs colors over WiFi using ESP8266, WS2812B and MQTT.
4 stars 8 forks source link

Version with capacitive sensor control #2

Open werthsache opened 5 years ago

werthsache commented 5 years ago

Dear friends,

I love this project, thank you for sharing it. Would it also be possible to get a version with the capacitive sensor control?

Thank you so.

werthsache commented 5 years ago

To answer my own question: I figured it out myself using CapacitiveSensor lib, so if anyone is interested, I can provide it.

netzbasteln commented 5 years ago

Hi Werthsache, Sorry, I didn't see your first message unfortunately. I will provide the "official" capsensor-code sooooon. (Actual idea is to make one universal code). Glad you figured it out yourself. We propably use the same library.

werthsache commented 5 years ago

No prob, it was kind of fun and I understand your code better now;)! I had some drawbacks with the CapacitiveSensor library because on ESP8266 I only got it run with pins D6 and D7. So I guess your universal code will cover up all those problems... I'm excited to see it!