Search found 604 matches

by mikemoy
Fri Oct 04, 2019 12:15 pm
Forum: General Discussion
Topic: Error when rename the example project
Replies: 2
Views: 3635

Re: Error when rename the example project

did you try make clean ?
by mikemoy
Tue Oct 01, 2019 11:59 am
Forum: Hardware
Topic: Voltage drop on EN pin causing reboots
Replies: 3
Views: 4281

Re: Voltage drop on EN pin causing reboots

The following scope capture shows the 3V3 rail and the voltage on EN line : (Green = GPIO34 / Yellow = 3V3)
This statement is confusing. Is the scope capture for the green line showing the EN line, or GPIO34 ?
by mikemoy
Tue Oct 01, 2019 11:34 am
Forum: General Discussion
Topic: ESP32 OTA Update issue
Replies: 5
Views: 6878

Re: ESP32 OTA Update issue

What I have done which helped me was once OTA has been started, I kill all tasks that I have created. In doing so give full CPU resourced for it to handle the OTA update.
by mikemoy
Sun Sep 29, 2019 1:20 pm
Forum: Hardware
Topic: IO34 & IO35 with Reed Switch & ESP32
Replies: 4
Views: 6646

Re: IO34 & IO35 with Reed Switch & ESP32

Also, why use 2 IO pins when you can use one to do the same thing. Tie REED_NC to +3.3v, and tie REED_NO to GND. From the Com. side of the reed (the side you have going to 10k then to +3.3v) take that to your input pin. Good suggestion, but considering that the reed switch will always be positioned...
by mikemoy
Sat Sep 28, 2019 10:03 pm
Forum: Hardware
Topic: IO34 & IO35 with Reed Switch & ESP32
Replies: 4
Views: 6646

Re: IO34 & IO35 with Reed Switch & ESP32

From your schematic, this is not how you want to wire up your pull up resistor. Doing it this way can cause the pins to pick up stray interference because they are floating. Also, why use 2 IO pins when you can use one to do the same thing. Tie REED_NC to +3.3v, and tie REED_NO to GND. From the Com....
by mikemoy
Sat Sep 28, 2019 1:11 pm
Forum: General Discussion
Topic: play Audio
Replies: 1
Views: 2854

Re: play Audio

Check out ESP-ADF. (Espressif Audio Development Framework)

https://github.com/espressif/esp-adf
by mikemoy
Sat Sep 28, 2019 1:24 am
Forum: General Discussion
Topic: pulldown enable blocks
Replies: 4
Views: 4370

Re: pulldown enable blocks

Thanks, however there is no way i can tell by the photo. Does your button have a pullup resistor? It does not look like it.,
by mikemoy
Fri Sep 27, 2019 5:32 pm
Forum: General Discussion
Topic: pulldown enable blocks
Replies: 4
Views: 4370

Re: pulldown enable blocks

How is your button wired up ?
by mikemoy
Wed Sep 25, 2019 11:46 am
Forum: General Discussion
Topic: Cp2102-ESP32 do I need the 2N2222s ?
Replies: 2
Views: 3551

Re: Cp2102-ESP32 do I need the 2N2222s ?

Just put a 6 pin header on your board and buy one of these. It will do what you want.
https://www.gridconnect.com/products/es ... gging-tool
by mikemoy
Wed Sep 11, 2019 2:24 am
Forum: Showcase
Topic: Esp-idf++ and platformio (VS Code)
Replies: 2
Views: 12046

Re: Esp-idf++ and platformio (VS Code)

How did you get platformio to work with ESP-IDF v3.3 ? They are not on that version yet.
platformio is a good solution. Though the biggest problem i see with it is that they dont support menuconfig.