Search found 34 matches
- Mon Aug 08, 2022 4:43 am
- Forum: ESP32 Arduino
- Topic: Is there a way to get uart_config_t data from a started Serial?
- Replies: 1
- Views: 1597
Re: Is there a way to get uart_config_t data from a started Serial?
no idea, someone?
- Thu Aug 04, 2022 9:45 am
- Forum: ESP32 Arduino
- Topic: Is there a way to get uart_config_t data from a started Serial?
- Replies: 1
- Views: 1597
Is there a way to get uart_config_t data from a started Serial?
Hi, I am looking for a way to modify the ``uart_config_t`` data for a Serial that is given to my library by the user application. I need to adjust buffer sizes and install an ``onReceive`` callback for it. My idea was to read the configuration data from the running Serial, stop it and start it again...
- Thu Jan 28, 2021 12:07 pm
- Forum: Hardware
- Topic: The notorious "flash read err, 1000" - with a twist
- Replies: 11
- Views: 28257
Re: The notorious "flash read err, 1000" - with a twist
Thanks, I will have a look at it.ESP_Sprite wrote: ↑Thu Jan 28, 2021 3:05 amYou could burn the eFuse in the ESP32 to indicate it should ignore that bootstrap pin and just use a set voltage. espefuse.py has an easy option for that, suggest you look that up if you want to go that route.
- Wed Jan 27, 2021 2:42 pm
- Forum: Hardware
- Topic: The notorious "flash read err, 1000" - with a twist
- Replies: 11
- Views: 28257
[SOLVED]: The notorious "flash read err, 1000" - with a twist
Just in case someone will encounter the same issue, here's the solution: The ESP-prog JTAG line "TDI" is configured on GPIO12. So with the JTAG connected GPIO12 gets a defined logic level on boot from the ESP-prog. Unfortunately, on boot the GPIO12 line is controlling the flash voltage and with my b...
- Tue Jan 26, 2021 1:43 pm
- Forum: Hardware
- Topic: The notorious "flash read err, 1000" - with a twist
- Replies: 11
- Views: 28257
Re: The notorious "flash read err, 1000" - with a twist
Other ideas, anyone? I am at a loss here. [Update] I definitely can sort out power issues (brownouts or such). I now am powering the setup with my lab PSU, both 3.3V and 5V rails may suck up to 1.5A without voltage drop. The complete setup is using a mere 0.5 watts as seen on the PSU, startup curren...
- Mon Jan 25, 2021 8:10 pm
- Forum: Hardware
- Topic: The notorious "flash read err, 1000" - with a twist
- Replies: 11
- Views: 28257
Re: The notorious "flash read err, 1000" - with a twist
https://github.com/espressif/esptool/wiki/ESP32-Boot-Mode-Selection#later-boot-messages This fatal error indicates that the bootloader tried to read the software bootloader header at address 0x1000 but failed to read valid data. Possible reasons for this include: [*] There isn't actually a bootload...
- Mon Jan 25, 2021 8:07 pm
- Forum: Hardware
- Topic: The notorious "flash read err, 1000" - with a twist
- Replies: 11
- Views: 28257
- Mon Jan 25, 2021 6:21 pm
- Forum: Hardware
- Topic: The notorious "flash read err, 1000" - with a twist
- Replies: 11
- Views: 28257
Re: The notorious "flash read err, 1000" - with a twist
Nothing different, unfortunately.
- Mon Jan 25, 2021 3:37 pm
- Forum: Hardware
- Topic: The notorious "flash read err, 1000" - with a twist
- Replies: 11
- Views: 28257
The notorious "flash read err, 1000" - with a twist
I have been skimming the net in the past days to find a solution to my issue to no avail. I got an ESP32 DevkitC V4 board for development that ran for months without any problem. But some weeks ago it started to not boot properly on RESET pressed, but fell into the notorious rst:0x10 (RTCWDT_RTC_RES...
- Tue Oct 27, 2020 4:38 pm
- Forum: ESP32 Arduino
- Topic: WiFi on loopback: no update for connected()
- Replies: 1
- Views: 2484
Re: WiFi on loopback: no update for connected()
Any idea, anyone? Or does no one use the loopback IF at all?