Search found 6 matches

by balage
Mon Aug 31, 2020 2:36 pm
Forum: ESP32 Arduino
Topic: Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE
Replies: 6
Views: 5558

Re: Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE

In the meantime I have identified the required IOs with a scope when generated signals:
IO2 = A13
IO4 = A12
IO5 = SS
IO15 = A10

Can anybody help where it is all written?
by balage
Sun Aug 30, 2020 7:31 am
Forum: ESP32 Arduino
Topic: Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE
Replies: 6
Views: 5558

Re: Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE

Then the problem is that I use wrong variant file. :? Where can I find the Arduino pinmap of the bare ESP32-Wrover-E? And which board should I choose at boards manager?

https://hu.mouser.com/datasheet/2/891/e ... 855913.pdf
by balage
Sat Aug 29, 2020 10:11 pm
Forum: ESP32 Arduino
Topic: Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE
Replies: 6
Views: 5558

Re: Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE

Well, I have investigated the issue, and it seems something is confused in the documentation or I have misunderstood something. So, when I have chosen the pin I wanted to use, I looked on the pin layout in the datasheet of the ESP32-Wrover-E. As an example let's see the IO15 pin of the device. Scope...
by balage
Sun Aug 02, 2020 11:36 am
Forum: ESP32 Arduino
Topic: Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE
Replies: 6
Views: 5558

Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE

Hello Fellow users, I am trying to use the GPIO of an ESP32 in Arduino IDE. In a previous project this form of declaring the digital IO was good with an ESP32-S2: #define RESETPIN A19 Now with the ESP32 it is not working. I have tried the followings with no success: #define RESETPIN A19 or #define R...
by balage
Sun Aug 02, 2020 11:27 am
Forum: ESP32 Arduino
Topic: Error connecting ESP32-S2 in Arduino: invalid head of packet
Replies: 3
Views: 4776

Re: Error connecting ESP32-S2 in Arduino: invalid head of packet

Thanks for your reply and sorry for my late response. I haven't got e-mail notification of your reply.

Anyway. The -S2 package was not installed, you are right. The problem was that the IDE does not support installing the package directly, I had to copy the files manually.

Thank again!
by balage
Mon Jul 06, 2020 11:37 pm
Forum: ESP32 Arduino
Topic: Error connecting ESP32-S2 in Arduino: invalid head of packet
Replies: 3
Views: 4776

Error connecting ESP32-S2 in Arduino: invalid head of packet

Hi All, I have bought a Saola dev board (ESP32-S2-Saola-1MI) and I am trying to upload my first code into. I use Arduino IDE and when uploading the IDE fails to connect to the device: A fatal error occurred: Invalid head of packet (0x50) :( Reading forums it seems everybody have resolved this issue ...