Search found 27 matches

by ats3788
Thu Jul 16, 2020 8:53 am
Forum: Hardware
Topic: Can't upload
Replies: 1
Views: 2618

Re: Can't upload

I found this https://esp32.com/viewtopic.php?t=8704
My Problem is the Part I have to press Reset and Boot then you have to release Reset and then Boot then it works
by ats3788
Thu Jul 16, 2020 8:34 am
Forum: Hardware
Topic: Can't upload
Replies: 1
Views: 2618

Can't upload

Hello I have a ESP32 Himalaya Board and I tried everything. I drive IO0 to Ground I let GPIO2 float I drove it down to GND I use an External 3V3 nothing When I push Reset I get mode:DIO, clock div:2 load:0x3fff0008,len:8 load:0x3fff0010,len:3480 load:0x40078000,len:7804 ho 0 tail 12 room 4 load:0x40...
by ats3788
Mon Jul 08, 2019 12:16 pm
Forum: Sample Code
Topic: ESP32 PullUp- PullDown
Replies: 2
Views: 79148

Re: ESP32 PullUp- PullDown

Thank you very much !!!!!
by ats3788
Sat Jul 06, 2019 3:15 pm
Forum: Sample Code
Topic: ESP32 PullUp- PullDown
Replies: 2
Views: 79148

ESP32 PullUp- PullDown

Hallo
How can I switch on the PullUp- PullDown Resistors in the Arduino IDE
by ats3788
Fri Dec 28, 2018 7:53 am
Forum: Hardware
Topic: ESP-Wroom-32 powering
Replies: 5
Views: 8792

Re: ESP-Wroom-32 powering

I don't have any Problems with the AMS 3.3 maybe you have a wrong resistor or broken C
by ats3788
Fri Dec 28, 2018 7:42 am
Forum: Hardware
Topic: LCD Camera OV 7670 Wover-Kit-V4.1 working together
Replies: 0
Views: 2461

LCD Camera OV 7670 Wover-Kit-V4.1 working together

Hello is it possible that the Camera and the LCD work together, because the LCD and the Camera share the same GPIO18 and GPIO19 .
Why on earth to they have the same GPIOs. Have a happy 2019. By the way I love the ESP32. I bought me in the USA 3 of this great boards but now I'm a bit sad :roll:
by ats3788
Mon Oct 29, 2018 4:19 pm
Forum: ESP32 Arduino
Topic: ESP-WROVER-KIT LCD Code does not run!!!
Replies: 1
Views: 3909

ESP-WROVER-KIT LCD Code does not run!!!

Hello ESP32 Community Can someone tell me why this code does not run #include "SPI.h" #include "Adafruit_GFX.h" #include "WROVER_KIT_LCD.h" #define min(X, Y) (((X) < (Y)) ? (X) : (Y)) WROVER_KIT_LCD tft; void setup() { Serial.begin(115200); tft.begin(); tft.setRotation(1); uint8_t x = 0; uint32_t id...
by ats3788
Sun Oct 28, 2018 5:03 pm
Forum: General Discussion
Topic: ESP-WROVER-KIT 4.1 Power Supply and General Question
Replies: 2
Views: 4549

Re: ESP-WROVER-KIT 4.1 Power Supply and General Question

Thank you that is what I thought.
What a pain in the ass, I'm on vacation and have to use this stupid Power Supply :(
by ats3788
Fri Oct 26, 2018 4:38 am
Forum: General Discussion
Topic: ESP-WROVER-KIT 4.1 Power Supply and General Question
Replies: 2
Views: 4549

ESP-WROVER-KIT 4.1 Power Supply and General Question

Hello ESP32 Espressif friends I fiddle with my new ESP-WROVER-KIT 4.1. I like it and I didn't had a Problem without WiFi. With WiFi I need the 5V Power Supply but when I change the Jumper the UART Port is not working. What does I have to do, to make it work with the Com Port and Power Supply. Can I ...
by ats3788
Tue Oct 09, 2018 5:31 pm
Forum: General Discussion
Topic: Arduino Code for the ESP-WROVER-KIT
Replies: 1
Views: 4886

Re: Arduino Code for the ESP-WROVER-KIT

I found this
https://github.com/espressif/WROVER_KIT_LCD
Perhaps it's helpful