Search found 4 matches
- Fri Jul 23, 2021 7:14 pm
- Forum: Sample Code
- Topic: ESP32 Manager
- Replies: 3
- Views: 14454
Re: ESP32 Manager
I was excited when I read the description. I installed all the prerequisite packages. Then when I got to the step to do the build, I saw the notice that the SSID and pass code needed to be entered into the source. I had expected that there would have been an AP based installation. I suggest that you...
- Tue Sep 03, 2019 5:42 pm
- Forum: ESP32 Arduino
- Topic: External wakeup pin detect issue
- Replies: 12
- Views: 15090
Re: External wakeup pin detect issue
Hi power switches can fail to provide a contact closure if the switched voltage and current is too low. I tend to use a lower pull up resistance. Sometimes I have used 12 volts for the switching voltage, and then add parts to protect the CPU input. Some switches have a gold plating option for the co...
- Wed May 08, 2019 2:59 am
- Forum: ESP32 Arduino
- Topic: ESP32 with Triac
- Replies: 19
- Views: 34970
Re: ESP32 with Triac
I can't access my regular account here on this computer so I had to re-register under a new name. So my last, and this post, will likely be delayed since it has to be approved. I have been designing a new product with the ESP32 for a work. Initially I tried to get phase control to work, and I did. A...
- Wed May 08, 2019 2:42 am
- Forum: ESP32 Arduino
- Topic: ESP32 with Triac
- Replies: 19
- Views: 34970
Re: ESP32 with Triac
I found this library https://github.com/fabiuz7/Dimmable-Light-Arduino But it didn't work for me. Then I tried to write my own code. And that didn't work as well. It should have. Then I came across a post about the Rev. 0 ESP32 chip. I then tried my own code again on a module with a Rev 1 processor....