Search found 8 matches
- Sun Sep 11, 2022 10:37 pm
- Forum: Hardware
- Topic: Strange behavior with ground
- Replies: 12
- Views: 8937
Re: Strange behavior with ground
ESP32CAM_Basic_v0.2.png Schematic above. I made by own device in Eagle, and I didn't do a good job on the schematic footprint, but you can see the pin labels on the outside of the device outline. The order of pins in the schematic footprint is the same as the board viewed from above with the SD car...
- Wed Sep 07, 2022 1:40 pm
- Forum: Hardware
- Topic: Strange behavior with ground
- Replies: 12
- Views: 8937
Re: Strange behavior with ground
This is the camera board:
And this is the PCB board file:
- Tue Sep 06, 2022 9:59 pm
- Forum: Hardware
- Topic: Strange behavior with ground
- Replies: 12
- Views: 8937
Strange behavior with ground
This issue is with an ESP32 camera board. I made a PCB to use as a carrier/power interface. There are three pins marked "GND", and I connected them all together and to the ground of the power input, and it won't boot. The pins on my camera board are (CCW from 5V): 5V GND IO12 IO13 IO15 IO14 IO2 IO4 ...
- Sat Jan 29, 2022 1:35 pm
- Forum: ESP32 Arduino
- Topic: Interrupt watchdog timer firing
- Replies: 8
- Views: 8730
Re: Interrupt watchdog timer firing
You could be right. I checked, and the cable that worked has a resistance of 0.117 ohms on the V+ line, whereas the one with problems is 0.420.
- Fri Jan 28, 2022 3:41 pm
- Forum: ESP32 Arduino
- Topic: Interrupt watchdog timer firing
- Replies: 8
- Views: 8730
Re: Interrupt watchdog timer firing
ESP_Sprite, I may have the answer, although I don't understand it. I wanted to cause a fresh crash to make sure I copied everything. I connected the board and uploaded the sketch, and it didn't fail, after hours of spinning. So I suspected the USB cable, and swapped back to one that I was using befo...
- Thu Jan 27, 2022 12:23 pm
- Forum: ESP32 Arduino
- Topic: Interrupt watchdog timer firing
- Replies: 8
- Views: 8730
Re: Interrupt watchdog timer firing
Decode of the first stack trace ( Backtrace:0x40081640:0x3fb8300x4008185d0x3fb8600x40086e1:0x3fb8900x400f324:0x3fb6b 0x40105381:0x3fb6e 0x40100a2:0x3fb760 0x40089792:0x3fb790 ) gives: 0x40089792: vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/compon...
- Tue Jan 25, 2022 5:34 pm
- Forum: ESP32 Arduino
- Topic: Interrupt watchdog timer firing
- Replies: 8
- Views: 8730
Re: Interrupt watchdog timer firing
ESP_Sprite, I decoded the backtrace, got:
I can't find a file named port.c in my system, should I be looking in github or something?0x40089792: vPortReleaseTaskMPUSettings at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c line 323
- Sat Jan 22, 2022 4:49 pm
- Forum: ESP32 Arduino
- Topic: Interrupt watchdog timer firing
- Replies: 8
- Views: 8730
Interrupt watchdog timer firing
I'm trying to make a simple switch to trigger a home automation script. I have a Hiletgo ESP-WROOM-32 ESP32 ESP-32S. The board says nodemcu and esp-32s on the bottom. I tried choosing board NodeMCU-32S, and Node32s (the latter based on the Hiletgo site), same behavior. I'm using Arduino IDE version ...