-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Touch #1
Comments
Some source code (or at least any info you have about the interaction between the touch IC and the ESP8285 would be very helpful indeed.) Thanks in advance! |
Hi.
https://github.com/SUPLA/ESP8285/blob/master/README.md
From: David Pye [mailto:[email protected]]
Sent: Sunday, November 27, 2016 11:19 AM
To: SUPLA/ESP8285
Subject: Re: [SUPLA/ESP8285] Touch (#1)
Some source code (or at least any info you have about the interaction between the touch IC and the ESP8285 would be very helpful indeed.)
Thanks in advance!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AGTChTVB9j8jFe53TrQq47WL_5eqrvI0ks5rCVkPgaJpZM4K1W6R> . <https://github.com/notifications/beacon/AGTChXfRQ9du1iiVH3fUq9I8fCgtwyU5ks5rCVkPgaJpZM4K1W6R.gif>
|
Thank you for source code. Please confirm if is correct: Did I understand correctly ? |
This is fantastic - I now have my own Sonoff-touch code working. Thank you! GPIO0 is indeed active low but you can't get it into programming mode via the touch (at least, I can't). I think the touch IC is too slow to boot and pull GPIO0 low before the ESP8265 has already booted. My code is on: https://github.com/davidmpye/Sonoff-Touch-MQTT (Also OTA update is possible :D) |
Please write some details about the communication between touch and ESP.
Is it I2C or SPI ?
Any information and some examples for arduino IDE lovers will be welcome :)
The text was updated successfully, but these errors were encountered: