Search found 39 matches

by jimhelios
Mon Jun 08, 2020 10:16 pm
Forum: General Discussion
Topic: Help using J-Link with ESP32 on Mac
Replies: 2
Views: 2995

Help using J-Link with ESP32 on Mac

I realize this is not very specific to the ESP32, but I'm really stuck and would appreciate someone helping if they know the answer. I have a Segger J-Link which I am trying to use on a Macbook running MacOS Catalina 10.15.4, with openocd and GDB against an ESP32 board. The problem is that I can not...
by jimhelios
Thu Apr 09, 2020 10:13 pm
Forum: General Discussion
Topic: ESP32 and external watchdog problems / questions
Replies: 4
Views: 7155

Re: ESP32 and external watchdog problems / questions

-Configure ESP32 to boot faster. Will your production firmware really take >1.6s to boot? I highly doubt it. Tie GPIO_15 low, disable all debugging in menuconfig, etc. -Use a different external wdt with a timeout that meets your needs. -Modify the bootloader to feed your external watchdog. -Add som...
by jimhelios
Wed Apr 08, 2020 4:01 pm
Forum: General Discussion
Topic: ESP32 and external watchdog problems / questions
Replies: 4
Views: 7155

Re: ESP32 and external watchdog problems / questions

I thought it safest to have an external WDT. Can the ESP32's internal WDT work as reliably? I was under the impression that interna WDTs were of a software type.
by jimhelios
Wed Apr 08, 2020 5:57 am
Forum: General Discussion
Topic: ESP32 and external watchdog problems / questions
Replies: 4
Views: 7155

ESP32 and external watchdog problems / questions

Hi All... I have a board with an ESP32 and an STWD100 watchdog timer chip. The WDT is connected to the ESP EN pin through a jumper, which was included to make debugging easier. The WTD's EN pin is not used, as connecting it to the ESP32 could defeat its purpose. The timeout on the WDT is 1.6 seconds...
by jimhelios
Sun Apr 05, 2020 3:53 pm
Forum: General Discussion
Topic: New board design with ESP32-WROOM-32U has I2C problem
Replies: 3
Views: 5589

Re: New board design with ESP32-WROOM-32U has I2C problem

Thanks @MikeMoy, this problem is resolved. I has SCA and SDL backwards in the test app. Killed lots of time but that's what happens sometimes. Thanks for your suggestion, I'll keep that in mind for next time.
by jimhelios
Sun Apr 05, 2020 7:34 am
Forum: General Discussion
Topic: New board design with ESP32-WROOM-32U has I2C problem
Replies: 3
Views: 5589

Re: New board design with ESP32-WROOM-32U has I2C problem

Great idea thanks, I'll do that and report back!
by jimhelios
Sun Apr 05, 2020 7:08 am
Forum: General Discussion
Topic: New board design with ESP32-WROOM-32U has I2C problem
Replies: 3
Views: 5589

New board design with ESP32-WROOM-32U has I2C problem

I designed a board and got my first prototype from an assembler. The board has an ESP32-WROOM-32U connected via I2C (module pins 26 (IO4) and 29 (IO5)) to an MCP23017 GPIO expander module. This is the only I2C device on this bus, which has 1K pullup resistors to VCC (3.3V). All three address pins on...
by jimhelios
Thu Feb 20, 2020 12:07 am
Forum: General Discussion
Topic: 32U vs 32UE
Replies: 2
Views: 12892

Re: 32U vs 32UE

Thanks! I also emailed expressif support and they said: The two modules are pin-to-pin compatible. The main difference is that ESP32-WROOM-32UE integrates ESP32 ECO V3 chip, and has enhanced security boot and flash encryption. You can find more details about ESP32 ECO V3 here in our news letter: htt...
by jimhelios
Tue Feb 18, 2020 4:31 am
Forum: General Discussion
Topic: 32U vs 32UE
Replies: 2
Views: 12892

32U vs 32UE

What's the difference between the ESP32-WROOM-32U and the ESP32-WROOM-32UE ???
by jimhelios
Fri Feb 14, 2020 12:02 am
Forum: General Discussion
Topic: What would I need to enable flashing to a ESP32-WROOM-32
Replies: 14
Views: 28803

Re: What would I need to enable flashing to a ESP32-WROOM-32

Sorry to bump an old thread, but I don't understand the circuit posted by username. It seems if RTS is brought low, then EN will be pulled low through the transistor, but GPIO will remain pulled high because that transistor is now off. If DTR is brought low then GPIO_0 is pulled low as long as RTS i...