Search found 10 matches
- Sun Oct 20, 2024 6:55 pm
- Forum: ESP32 Arduino
- Topic: Developer wanted - ESP32 and ATmega 1284 CPU projects
- Replies: 0
- Views: 679
Developer wanted - ESP32 and ATmega 1284 CPU projects
Group, I have been maintaining the above systems for about 28 years. Started with Z80 micros, progressed to DIGI cores and now moved into ESP32 and ATMega 1284. I am retiring in 2025 and looking for a developer in the Austin TX area that would like to take over these projects for a local company. Es...
- Sun Oct 20, 2024 6:43 pm
- Forum: Hardware
- Topic: ESP32-DevKitC-32UE Intermittent Boot Failure
- Replies: 7
- Views: 1919
Re: ESP32-DevKitC-32UE Intermittent Boot Failure
Final resolution of the issue. The ESP32 was booting before all the other circuits could initialize.
I added a supervisor IC (MCP131) to the RESET pin of the ESP32. This resolved the issue. Now the system boots correctly.
Thanks for all the troubleshooting tips. Much appreciated.
David
I added a supervisor IC (MCP131) to the RESET pin of the ESP32. This resolved the issue. Now the system boots correctly.
Thanks for all the troubleshooting tips. Much appreciated.
David
- Tue Feb 13, 2024 6:31 pm
- Forum: Hardware
- Topic: ESP32-DevKitC-32UE Intermittent Boot Failure
- Replies: 7
- Views: 1919
Re: ESP32-DevKitC-32UE Intermittent Boot Failure
Well, I celebrated too soon. Still has the same behavior. I am adding a 10µf cap to the EN pin and GND.
DE
DE
- Mon Feb 12, 2024 11:01 pm
- Forum: Hardware
- Topic: ESP32-DevKitC-32UE Intermittent Boot Failure
- Replies: 7
- Views: 1919
Re: ESP32-DevKitC-32UE Intermittent Boot Failure
Group,
I added a 100µf cap to the 5v power plane, next to the 5v pin of the ESP32. The system now boots. I believe this will solve the issue.
Adding a cap next to the EN pin, just in case. Laying out the new PCB at this moment.
Many thanks, David
I added a 100µf cap to the 5v power plane, next to the 5v pin of the ESP32. The system now boots. I believe this will solve the issue.
Adding a cap next to the EN pin, just in case. Laying out the new PCB at this moment.
Many thanks, David
- Mon Feb 12, 2024 2:23 pm
- Forum: Hardware
- Topic: ESP32-DevKitC-32UE Intermittent Boot Failure
- Replies: 7
- Views: 1919
Re: ESP32-DevKitC-32UE Intermittent Boot Failure
Great suggestions. So I put my logic analyzer on 5v and 3.3v. These is a dip in the 5v when the ESP32 initializes. And no, I do not have enough capacitance on the 5v rail. My bad, but easily resolved. Since I am building a REV2 of this board, I just may add a 2nd 5v regulator just for the ESP32. Tha...
- Sun Feb 11, 2024 8:00 pm
- Forum: Hardware
- Topic: ESP32-DevKitC-32UE Intermittent Boot Failure
- Replies: 7
- Views: 1919
ESP32-DevKitC-32UE Intermittent Boot Failure
Group, I have a ESP32-DevKitC-32UE mounted to a custom PCB as the controller module. The core is powered by +5V regulated to the 5V pin and GND. The PCB runs at 5V logic and I have a TXB0104 and TXS0104 chips for 5v/3.3v interface. The system also uses SPI and I2C. Both of these are buffered via the...
- Wed Nov 09, 2022 12:57 pm
- Forum: General Discussion
- Topic: JTAG Interface; fails on ESP32-DevKitC-32E (works on 32U)
- Replies: 5
- Views: 3151
Re: JTAG Interface; fails on ESP32-DevKitC-32E (works on 32U)
I have a complete controller that the ESP32 mounts to, with a JTAG interface. Install a ESP32 U device (ESP32-DevKitC-32U); program and debug in Visual Studio/Visual Micro. Works perfectly. Install a ESP32 UE device (ESP32-DevKitC-32UE); program and debug in Visual Studio/Visual Micro. Fails with th...
- Mon Nov 07, 2022 10:13 pm
- Forum: General Discussion
- Topic: JTAG Interface; fails on ESP32-DevKitC-32E (works on 32U)
- Replies: 5
- Views: 3151
Re: JTAG Interface; fails on ESP32-DevKitC-32E (works on 32U)
I am now using a ESP32-DevKitC-32EU, as the E device is not longer available. Same error as the E device. I would like to resolve this, as I have a new project to start soon. -- The 32U device works just fine. I have two ESP-PROG; same results for both. Error: Open On-Chip Debugger v0.10.0-esp32-201...
- Tue Jul 05, 2022 12:52 am
- Forum: General Discussion
- Topic: JTAG Interface; fails on ESP32-DevKitC-32E (works on 32U)
- Replies: 5
- Views: 3151
Re: JTAG Interface; fails on ESP32-DevKitC-32E (works on 32U)
This is a brand new module from Mouser Electronics. I will try again with a different module. I will program via Arduino with a running example program, which will set all the pin designations and attempt the JTAG interface.
Thanks, David
Thanks, David
- Sun May 22, 2022 10:04 pm
- Forum: General Discussion
- Topic: JTAG Interface; fails on ESP32-DevKitC-32E (works on 32U)
- Replies: 5
- Views: 3151
JTAG Interface; fails on ESP32-DevKitC-32E (works on 32U)
I have a development system running with a ESP32-DevKitC-32U core. It has a JTAG interface on the PCB connected to the ESP32-PROG programmer. It has worked flawlessly for 6 months (Visual Studio; running Visual Micro Arduino extension). I recently purchased an ESP32-DevKitC-32E core. It fails to con...