Search found 26 matches
- Thu Oct 17, 2024 10:24 am
- Forum: General Discussion
- Topic: ESP32 FreeRTOS TCP/IP task problem
- Replies: 1
- Views: 947
ESP32 FreeRTOS TCP/IP task problem
Hi, I am developing a project where ESP32 acts like a TCP client. The code is really long, but key points are that receive_data_task and send_data_task are created in the main program. My main program is executed by core0 (the faster core) and the tcp tasks are executed on core1. As soon as esp32 co...
- Sun Aug 04, 2024 10:39 am
- Forum: General Discussion
- Topic: ESP32 can not initialize IP101 Ethernet PHY
- Replies: 6
- Views: 3307
Re: ESP32 can not initialize IP101 Ethernet PHY
Sorry, for such a late response, I spent all this time debugging. Here is m update: I am trying to replicate ESP Ethernet DEV kit (at least the ethernet part of if) on my custom PCB that I will be using for Ethernet application. I consistently followed the manufacturer's schematic (in the attachment...
- Mon Jul 08, 2024 6:54 pm
- Forum: General Discussion
- Topic: ESP32 can not initialize IP101 Ethernet PHY
- Replies: 6
- Views: 3307
Re: ESP32 can not initialize IP101 Ethernet PHY
Yes, I have. Like I mentioned, it seems there are no problems with the ESP32 itself, I am getting the right voltages, no shorts, no suspicious current consumption, other than the PHY, PCB works as intended.
- Mon Jul 08, 2024 2:31 pm
- Forum: General Discussion
- Topic: ESP32 can not initialize IP101 Ethernet PHY
- Replies: 6
- Views: 3307
ESP32 can not initialize IP101 Ethernet PHY
Hi, I have spent a lot of time developing some ESP32 ethernet application on a genuine ESP Ethernet development board. I wrote a very long code that worked flawlessly on my testing hardware setup. Now I am implementing all that on a custom PCB. I can flash and get logs from ESP microcontroller, so I...
- Sun Jun 23, 2024 8:27 am
- Forum: General Discussion
- Topic: ESP-DOWD-V3 in custom PCB would not flash...
- Replies: 5
- Views: 1636
Re: ESP-DOWD-V3 in custom PCB would not flash...
I can not even initialize the terminal communication. My terminal does not post any status flags about the chip.
- Fri Jun 21, 2024 7:28 pm
- Forum: General Discussion
- Topic: ESP-DOWD-V3 in custom PCB would not flash...
- Replies: 5
- Views: 1636
Re: ESP-DOWD-V3 in custom PCB would not flash...
I have already done everything you mentioned. No problems in these steps.
- Thu Jun 20, 2024 4:11 pm
- Forum: General Discussion
- Topic: ESP-DOWD-V3 in custom PCB would not flash...
- Replies: 5
- Views: 1636
ESP-DOWD-V3 in custom PCB would not flash...
Hi, I a have a very typical problem, yet in not so typical circumstances... I made a PCB that has an exact same replica of ESP32-WROOVER-E only embedded in the PCB directly rather than using off-the-shelf module. It took me a lot of time and effort examining the datasheets and reverse engineering th...
- Thu Mar 28, 2024 5:34 pm
- Forum: General Discussion
- Topic: SRAM and FLASH memory considerations on replicating ESP32 WROOVER-E on bare PCB
- Replies: 1
- Views: 2018
SRAM and FLASH memory considerations on replicating ESP32 WROOVER-E on bare PCB
Hi, I am doing a project where I want to build and ESP32 WROOVER-E on my custom PCB (I wont be using RF communication, so avoiding ESP SoC brings me a lot of benefits.) I have examined various datasheets and documentation papers, however, I am still not sure about the memory ICs of ESP32. I have del...
- Tue Feb 27, 2024 8:40 am
- Forum: General Discussion
- Topic: Embedding assembly code fragment in main source file in ESP-IDF
- Replies: 6
- Views: 1530
Re: Embedding assembly code fragment in main source file in ESP-IDF
Reading the datasheet implies that it is still worth trying. So can you provide me the assembly details? I tried to do it by myself, but ESP-IDF was giving me syntax errors. Does anyone have a very simple and working assembly block syntax template?
- Tue Feb 27, 2024 6:52 am
- Forum: General Discussion
- Topic: Embedding assembly code fragment in main source file in ESP-IDF
- Replies: 6
- Views: 1530
Embedding assembly code fragment in main source file in ESP-IDF
Hi, I am developing a code (on ESP32 WROOVER-E) that could potentially hugely benefit from rewriting some short fragment of C code in assembly language. Having said that, I still want to preserve the rest of the source file unchanged. Can you please provide me with some short snipet or pseudocode wh...