Search found 2240 matches

by chegewara
Mon Jun 22, 2020 8:14 pm
Forum: Hardware
Topic: ESP32 Pico custom PCB flashing error
Replies: 4
Views: 5386

Re: ESP32 Pico custom PCB flashing error

jpfaguirre wrote:GPIO12: LOW (internal pull-down)
It will do only if you burn efuse.
https://github.com/espressif/esptool/wi ... -Selection
by chegewara
Sun Jun 21, 2020 5:08 pm
Forum: Sample Code
Topic: esp32 s2 tinyUSB
Replies: 38
Views: 132261

Re: esp32 s2 tinyUSB

I have another cool example how to use USB on S2. This time its MSC class (mass storage) to OTA update device with drag n drop. Its enough to copy new binary to esp32 which works like a pendrive and new firmware will be flashed and start from OTA partition. Code is still messy, but for all who would...
by chegewara
Sun Jun 21, 2020 5:00 pm
Forum: General Discussion
Topic: When will ESP32-S2 add to Arduino?
Replies: 10
Views: 15626

Re: When will ESP32-S2 add to Arduino?

https://github.com/espressif/arduino-es ... structions

You have to delete old version or to have second arduino IDE installation on windows and use this option to install:
Using Arduino IDE with the development repository
by chegewara
Sun Jun 21, 2020 4:54 pm
Forum: ESP32 Arduino
Topic: ESP32-S2 problem with RMTWriteNeoPixel.ino example
Replies: 2
Views: 3104

Re: ESP32-S2 problem with RMTWriteNeoPixel.ino example

Yes, it is confirmed arduino bug. Thanks for reporting it.
by chegewara
Sun Jun 21, 2020 8:08 am
Forum: General Discussion
Topic: esp32 Update from spiffs
Replies: 15
Views: 13159

Re: esp32 Update from spiffs

Swagger wrote: I (183648) OTA: Total Write binary data length : 254115840
This is big problem. esp-idf is supporting binary up to 3MB if i remember, for sure much less than 250MB.
by chegewara
Thu Jun 18, 2020 10:32 am
Forum: General Discussion
Topic: Esp32 BLE Connect and disconnect issue
Replies: 4
Views: 11552

Re: Esp32 BLE Connect and disconnect issue

markdh102 wrote: I do not think that the WiFi and Bluetooth are able to work together.
Please dont say that out loud because someone may read it and believe it. Its NOT true.
by chegewara
Wed Jun 17, 2020 7:26 pm
Forum: General Discussion
Topic: [SOLVED] Program TTGO Micro 32 by using an ESP32 development board
Replies: 11
Views: 10547

Re: Program TTGO Micro 32 by using an ESP32 development board

You should check one more thing i forgot about. Check pin 2. Depending on flash chip on TTGO it needs to be pulled down or up, try to pull down first. I have custom PCB in hands and some UART device connected to pin 2 is pulling it up, which does not allow to flash it with this code: Serial port /de...
by chegewara
Wed Jun 17, 2020 2:52 pm
Forum: General Discussion
Topic: [SOLVED] Program TTGO Micro 32 by using an ESP32 development board
Replies: 11
Views: 10547

Re: Program TTGO Micro 32 by using an ESP32 development board

i see 2 options, maybe someone else can find more:
1) When I press Upload and also press and release the RST/EN and IO0 buttons during or before connection <-- this is not working
2) TTGO is not working