Search found 6 matches
- Tue Feb 11, 2020 3:03 pm
- Forum: Hardware
- Topic: ESP32 5Volt GPIO Outputs
- Replies: 2
- Views: 8966
Re: ESP32 5Volt GPIO Outputs
Thanks mikemoy, I used 2N3904 and 2N3906 for this and it works great. I will definitely find more usages for this. My little light barrier already works, but I cheated big time (see attachment) For me this also eliminated the faint glow the Keyes Laser has when connected to 5V and GND. But as soon a...
- Tue Feb 11, 2020 12:13 pm
- Forum: Hardware
- Topic: esp32-wroom-32D impossible to program
- Replies: 1
- Views: 5255
Re: esp32-wroom-32D impossible to program
Hi, try searching for "Strapping Pins" in the documentation of the ESP32. The "other Programmer" already has resistors pulling Up the Enable-pin and IO0 (RST/PROG) Guess this is what you're missing. try google-images of "esp32 boot pins" you'll find plenty of wiring examples or try to program the ES...
- Tue Feb 11, 2020 11:35 am
- Forum: ESP32 Arduino
- Topic: Unable to connect MacBook Pro 16" to ESP32 using Arduino
- Replies: 6
- Views: 13363
Re: Unable to connect MacBook Pro 16" to ESP32 using Arduino
Hi Munque, maybe this suggestion sounds silly but did you try another USB-Cable? I've got lots of USB-A to micro-USB but only a few support data. Most of them are charging wires with only two Pins connected to USB-A. Also, what kind of USB-A to USB-C adapter are you using to connect with your MacBoo...
- Thu Feb 06, 2020 11:25 am
- Forum: Hardware
- Topic: ESP32 5Volt GPIO Outputs
- Replies: 2
- Views: 8966
ESP32 5Volt GPIO Outputs
Hi, I'm not even sure the Title of the Topic is correct. Actually I'm searching for a schematic to interface a Keyes Laserpointer. I have 5 Volts connected to my board, using an AMS1117 chip to give the ESP32 3.3 Volts. The Laser is connected to 5V and GND and I want to switch it on and off connecti...
- Thu Nov 07, 2019 11:18 am
- Forum: General Discussion
- Topic: OTA update without internet/WiFi network
- Replies: 12
- Views: 21670
Re: OTA update without internet/WiFi network
This looks quite complicated. I just used the OTAWebUpdater from the example and changed the WiFi.begin with WiFi.softAP worked for me ... void setup(void) { Serial.begin(115200); // Connect to WiFi network WiFi.softAP(ssid, password); Serial.println(""); Serial.print("Connected to "); Serial.printl...
- Mon Jan 29, 2018 9:38 am
- Forum: General Discussion
- Topic: Sensor Data Acquisition System Using ESP32
- Replies: 1
- Views: 7460