Search found 9034 matches

by ESP_Sprite
Wed Feb 02, 2022 3:17 am
Forum: Hardware
Topic: ESP32 Port Manipulation
Replies: 6
Views: 10206

Re: ESP32 Port Manipulation

I don't think they're properly documented as they're internal shortcuts for writing to and reading from memory that makes it clear to the reader it's a peripheral register we're accessing; there's no real functionality in them. If you're asking about the arguments (the registers and the values), you...
by ESP_Sprite
Wed Feb 02, 2022 3:12 am
Forum: ESP32 Arduino
Topic: Core Panic with Bluetooth + freeRTOS
Replies: 10
Views: 11985

Re: Core Panic with Bluetooth + freeRTOS

Good. Does removing those lines also fix your issue? If not, decoding the backtrace is your best bet: you probably want this.
by ESP_Sprite
Wed Feb 02, 2022 3:09 am
Forum: ESP-IDF
Topic: Want to compile AT firmware to generate BIN file for ESP32-C3
Replies: 5
Views: 4332

Re: Want to compile AT firmware to generate BIN file for ESP32-C3

You actually successfully compiled the AT firmware; it's the flashing step that fails. Are you sure your board is at COM3?
by ESP_Sprite
Wed Feb 02, 2022 3:08 am
Forum: ESP-IDF
Topic: RS485 UART
Replies: 3
Views: 2492

Re: RS485 UART

It would be nice if you put at least a little bit of effort into troubleshooting your own code instead of dumping it here and telling us to go and fix your code. What is the error message you get? Wat do you think could have caused the error message? What did you already try to solve this error? Wha...
by ESP_Sprite
Wed Feb 02, 2022 3:05 am
Forum: Hardware
Topic: ESP32-WROOM-32E internal VDD_SDIO failure
Replies: 1
Views: 2126

Re: ESP32-WROOM-32E internal VDD_SDIO failure

That is not something I have heard of before, if that's any indication. Can you possibly also contact sales @ espressif.com with this? Perhaps they can help you, or do a forensic analysis on the module.
by ESP_Sprite
Wed Feb 02, 2022 3:02 am
Forum: Hardware
Topic: PSRAM ID read error: 0xffffffff
Replies: 4
Views: 26028

Re: PSRAM ID read error: 0xffffffff

From what I can tell, that should work. Are you sure your module is a ESP32-WROOM-32U module? Asking because later WROOM modules do not have the required pins connected to the outside anymore.
by ESP_Sprite
Wed Feb 02, 2022 2:59 am
Forum: Hardware
Topic: ESP32-PICO-D4 and 1.8V
Replies: 4
Views: 3638

Re: ESP32-PICO-D4 and 1.8V

I see nothing in the datasheet that prohibits this, although keep in mind that this is not a common configuration (as in: I have never seen someone else try this before) and it only gives you 5 GPIOs running at that voltage.
by ESP_Sprite
Wed Feb 02, 2022 2:52 am
Forum: Hardware
Topic: Using ESP32-C3FN4 / ESP32-C3FN4 VDD_SPI pin as GPIO11
Replies: 4
Views: 3392

Re: Using ESP32-C3FN4 / ESP32-C3FN4 VDD_SPI pin as GPIO11

That is a good question. I'll ask the docs team to look into this and add it to the datasheet. If you can't wait for this, you could test this simply by taking an example program that is moderately complex (more complex than 'hello world') and adding a line that makes GPIO11 a low output at the begi...
by ESP_Sprite
Wed Feb 02, 2022 2:47 am
Forum: Hardware
Topic: ESP32­WROOM­32E QSPI max flash speed
Replies: 3
Views: 2795

Re: ESP32­WROOM­32E QSPI max flash speed

The -Wroom modules do not have PSRAM; I imagine you may mean the ESP32-Wrover-E? If so, those modules are OK to run the PSRAM at 80MHz. (From what I recall, the PSRAM chips themselves max out at 133MHz or something, but the ESP32 does not go that high.)
by ESP_Sprite
Wed Feb 02, 2022 2:43 am
Forum: Hardware
Topic: ESP32-WROVER-DEV Module: How to use SSD1306 with board?
Replies: 3
Views: 2659

Re: ESP32-WROVER-DEV Module: How to use SSD1306 with board?

I don't think there's a board called the "ESP32-Wrover-DEV", certainly not with a camera. Do you have a link to what you're using? Additionally, what SDK do you use? (Arduino, ESP-IDF, MicroPython, ...)