Search found 4 matches
- Fri Oct 28, 2022 11:24 am
- Forum: Hardware
- Topic: ESP-WROOM-32D randomly shuts down and doesn't turn back on
- Replies: 2
- Views: 1714
Re: ESP-WROOM-32D randomly shuts down and doesn't turn back on
what are the symptoms? when the shutdown occurs, do the LEDs of the board continue to light?
- Fri Oct 28, 2022 11:15 am
- Forum: Hardware
- Topic: ESP32-C3 putting device into download boot
- Replies: 2
- Views: 1699
Re: ESP32-C3 putting device into download boot
U need to start your esp32 with Low level on Boot pin for begin bootloader.In normal mode u can hold HIGH level on this pin by pullup him with 10k, for example. Usually u can use 2 buttons for switching mode, 1 - for connect boot pin to GND, 2 - for pull RST(EN) pin to GND - for restarting esp32(u n...
- Fri Oct 28, 2022 6:44 am
- Forum: Hardware
- Topic: What's the best way to differentiate between two custom ESP32 boards?
- Replies: 9
- Views: 5902
Re: What's the best way to differentiate between two custom ESP32 boards?
Maybe I didn't understand something, but why can't you just compare mac addresses? they seem to be unique, more or less.
#include <WiFi.h>
Serial.println(WiFi.macAddress());
#include <WiFi.h>
Serial.println(WiFi.macAddress());
- Tue Oct 25, 2022 9:02 am
- Forum: Hardware
- Topic: ESP32-WROVER, Enable - pin problem
- Replies: 0
- Views: 1370
ESP32-WROVER, Enable - pin problem
Im use ESP32-WROVER board, connect main pins like VDD, GND, EN by official documentation (capacitors and etc.). From source my board take 5 volts, then i use LM1117 -3.3 to power supply. About EN pin - i have 10k resistor for pullup it to 3.3 volts and 0.1 mF capacitor , as usual, and after solderin...