Search found 300 matches

by mbratch
Thu Jul 22, 2021 2:04 am
Forum: ESP-IDF
Topic: ESP32 WiFi connection disconnection
Replies: 4
Views: 3596

Re: ESP32 WiFi connection disconnection

ESP_sagar wrote:
Mon Jul 19, 2021 3:00 am
Please help to raise the issue on github with all relevant details.
Issue 7286 created.
by mbratch
Thu Jul 22, 2021 1:59 am
Forum: ESP-IDF
Topic: A guide on how to add a component into a project
Replies: 5
Views: 6067

Re: A guide on how to add a component into a project

Did you clone the library into the components subdirectory of your project?
What is your project structure?
What compile errors are you getting?
by mbratch
Thu Jul 22, 2021 1:32 am
Forum: IDEs for ESP-IDF
Topic: How does one enable C++17 in the ESP-IDF Eclipse IDE?
Replies: 1
Views: 3703

How does one enable C++17 in the ESP-IDF Eclipse IDE?

I moved from using VS Code to Eclipse. The Eclipse environment works great, but I noticed that the ESP-IDF plugin for VS Code recognizes C++17 constructs in my source, but the ESP-IDF plugin for Eclipse does not. They both use the same tool chain, so there must be a way to indicate C++17 in Eclipse ...
by mbratch
Wed Jul 21, 2021 1:20 pm
Forum: General Discussion
Topic: Should it be possible to shutdown a PC using an ESP32 ?
Replies: 1
Views: 2435

Re: Should it be possible to shutdown a PC using an ESP32 ?

You'd need a task running on Linux reading a socket and that has elevated permissions enabling it to do a shutdown. Not very secure.
by mbratch
Wed Jul 21, 2021 1:13 pm
Forum: General Discussion
Topic: ESP32 life-time
Replies: 26
Views: 21921

Re: Long live

I'm using a voltage divider with the 3.3V supply-voltage, the relais are driven with 5V by an ULN2003. I just wanted to know if this a known problem of the ESP32 Not a known problem. Are these custom boards that you hand solder the ESP32 on yourself? I'm going to try the DevkitC, maybe the chip got...
by mbratch
Sun Jul 18, 2021 11:27 am
Forum: ESP-IDF
Topic: ESP32 WiFi connection disconnection
Replies: 4
Views: 3596

Re: ESP32 WiFi connection disconnection

I observe this problem as well. I have an old Apple Airport router and I have five ESP32 Pico kits (v4.1), all running the same software, connected to it. The intervals are not regular, but roughly once per day or so all of them will simultaneously disconnect and then retry reconnection for about 40...
by mbratch
Sun Jul 18, 2021 11:08 am
Forum: Hardware
Topic: 5V Dip switch
Replies: 5
Views: 4609

Re: 5V Dip switch

Why are you running your ground connection for the board through a resistor?
by mbratch
Sun Jul 18, 2021 11:06 am
Forum: Hardware
Topic: Voltage drop on EN pin causing reboots
Replies: 3
Views: 4492

Re: Voltage drop on EN pin causing reboots

Can you show an image of that portion of the schematic where EN is linked to 3V3? I know you described it, but seeing all the related connections would be helpful. Also show the locations where your scope probes are being placed. It's not making sense to me that 3V3 is tied to EN, but only one of th...
by mbratch
Fri Jul 16, 2021 8:45 pm
Forum: General Discussion
Topic: ID'ing the Espressif product by MAC address?
Replies: 4
Views: 8887

Re: ID'ing the Espressif product by MAC address?

Apple, et al, have written code to generate and publish a host name. You still need to write such code for esp32, so you can use any scheme you like.
by mbratch
Fri Jul 16, 2021 2:48 am
Forum: General Discussion
Topic: ID'ing the Espressif product by MAC address?
Replies: 4
Views: 8887

Re: ID'ing the Espressif product by MAC address?

There isn't one built in. What would the unique names look like? FYI the last six digits should be unique between all of the units since the prefix values identify manufacturer, etc. So you don't need the entire MAC to distinguish them. If you want a readable, friendly unique name, consider using me...