- Any idea how to read this?
- 20251007_115648.jpg (1.07 MiB) Viewed 1573 times
Search found 23 matches
- Tue Oct 07, 2025 3:00 pm
- Forum: General Discussion
- Topic: Reliable way to obtain the MPN or Ordering Code of a module
- Replies: 5
- Views: 1613
- Mon Oct 06, 2025 8:24 pm
- Forum: General Discussion
- Topic: Reliable way to obtain the MPN or Ordering Code of a module
- Replies: 5
- Views: 1613
Re: Reliable way to obtain the MPN or Ordering Code of a module
You can usually (in newer modules) derive it from the inscription of the module shield, though.
I figured as much from here
https://docs.espressif.com/projects/esp-chip-errata/en/latest/esp32/01-chip-identification/index.html
But does that mean I can't reliably determine how much PSRAM my module ...
I figured as much from here
https://docs.espressif.com/projects/esp-chip-errata/en/latest/esp32/01-chip-identification/index.html
But does that mean I can't reliably determine how much PSRAM my module ...
- Sun Oct 05, 2025 1:19 am
- Forum: General Discussion
- Topic: Reliable way to obtain the MPN or Ordering Code of a module
- Replies: 5
- Views: 1613
Reliable way to obtain the MPN or Ordering Code of a module
How do I reliably obtain the Ordering Code or Manufacturer Part Number for my particular module? The closest way I've found so far is by running esptool chip-id, but it seems to be missing information about the PSRAM of my vanilla ESP32.
- Wed Mar 26, 2025 5:40 pm
- Forum: General Discussion
- Topic: Enable GitHub Discussions for espressif repositories
- Replies: 3
- Views: 1360
Re: Enable GitHub Discussions for espressif repositories
Tying it down to e.g. the ESP-IDF repo means (or at least implies) that the discussion is intended to be only about ESP-IDF.
Possibly. One could argue that you could even open discussion-only repos if that's a significant issue, but even with the downsides of it being IDF-centric, the unification ...
Possibly. One could argue that you could even open discussion-only repos if that's a significant issue, but even with the downsides of it being IDF-centric, the unification ...
- Tue Mar 25, 2025 11:03 pm
- Forum: General Discussion
- Topic: Help test the new forum!
- Replies: 32
- Views: 5380
Re: Help test the new forum!
This is a complete redundant stubborn waste of resources by Espressif, and I already went over why and how this could be better addressed here
https://esp32.com/viewtopic.php?f=2&t=41496
https://esp32.com/viewtopic.php?f=2&t=41496
- Thu Aug 22, 2024 7:22 pm
- Forum: General Discussion
- Topic: Enable GitHub Discussions for espressif repositories
- Replies: 3
- Views: 1360
Enable GitHub Discussions for espressif repositories
Everything that goes in the here is a candidate for a Discussion on one of the Espressif repos, in addition to every issue that is filed in IDF repo that should go here, which is the first reason for this. And let's face it, Espressif's GitHub, especially ESP-IDF repo, is more popular than this ...
- Fri Mar 10, 2023 6:23 pm
- Forum: General Discussion
- Topic: ESP-WROVER-KIT E autoreset issue
- Replies: 2
- Views: 2664
Re: ESP-WROVER-KIT E autoreset issue
Interesting. Just had the same problem, no virtual machine or anything, though, and switching to a USB3 port did it for me. Still looks like a bug, though.
- Thu Oct 07, 2021 10:05 pm
- Forum: ESP-IDF
- Topic: Read back flash memory
- Replies: 1
- Views: 5623
Re: Read back flash memory
Code: Select all
$ esptool.py read_flash- Thu Oct 07, 2021 9:45 pm
- Forum: ESP-IDF
- Topic: What is the gcc version in my IDF (V4.3 beta1)
- Replies: 2
- Views: 4281
Re: What is the gcc version in my IDF (V4.3 beta1)
There should be an easy way to find out, right?
I wonder how quickly you gave up on looking for that, if at all.
There are at least 3 ways I can think of:
$ xtensa-esp32-elf-g++ --version
$ idf_tools.py list
Check the folder name under <folder where idf tools are installed; defaults to ...
I wonder how quickly you gave up on looking for that, if at all.
There are at least 3 ways I can think of:
$ xtensa-esp32-elf-g++ --version
$ idf_tools.py list
Check the folder name under <folder where idf tools are installed; defaults to ...
- Thu Jul 08, 2021 12:50 am
- Forum: ESP-IDF
- Topic: [Answered] Assembler language reference manual ...
- Replies: 17
- Views: 69988
Re: [Answered] Assembler language reference manual ...
So will this ever happen?