Search found 10 matches
- Tue Oct 15, 2024 7:27 pm
- Forum: Hardware
- Topic: ESP32-S3-PICO-1 Issues
- Replies: 16
- Views: 7594
Re: ESP32-S3-PICO-1 Issues
VDD SPI does not have an output voltage. It reads 0V even on my assembled boards that are working properly.
- Thu Sep 12, 2024 8:31 am
- Forum: ESP-IDF
- Topic: Accessing normal UART interrupts with USB-serial-JTAG with
- Replies: 5
- Views: 1430
Re: Accessing normal UART interrupts with USB-serial-JTAG with
Yeah that's my concern: that once I take over the internal USB PHY for the TinyUSB usage, then I won't be able to easily give it back to the usb-serial-jtag (and vice versa).
- Tue Sep 10, 2024 9:36 am
- Forum: ESP-IDF
- Topic: Accessing normal UART interrupts with USB-serial-JTAG with
- Replies: 5
- Views: 1430
Re: Accessing normal UART interrupts with USB-serial-JTAG with
So your question is actually if/how a BREAK can be detected when using the USB-JTAG serial? Ideally I think I'd get access to all standard UART interrupts, like single byte received, FIFO overflow, break, etc. Thinking further about it now though, I think I can get by with just the BREAK, handling ...
- Sun Sep 08, 2024 9:39 am
- Forum: ESP-IDF
- Topic: Accessing normal UART interrupts with USB-serial-JTAG with
- Replies: 5
- Views: 1430
Accessing normal UART interrupts with USB-serial-JTAG with
I would like to use the USB-serial-JTAG component of the S3 modules to process data coming in from the serial port, but not standard ASCII text UART. It is a protocol where I need to align on the packets to make sure i'm receiving the full set of data. The suggested way to receive data with this com...
- Sun Jul 21, 2024 1:54 pm
- Forum: Hardware
- Topic: ESP32-S3-PICO-1 Issues
- Replies: 16
- Views: 7594
Re: ESP32-S3-PICO-1 Issues
Well good news and bad news I guess. The good news is that I assembled a 3rd board today and really took care on the stencil/placement, and also verified all connections under a microscope afterwards, and everything works as expected on bringup. The ESP enumerates as a standard serial port over USB,...
- Sat Jul 20, 2024 7:21 pm
- Forum: Hardware
- Topic: ESP32-S3-PICO-1 Issues
- Replies: 16
- Views: 7594
Re: ESP32-S3-PICO-1 Issues
Sorry, didn't get a notification for the reply. I also had a thought about the TVS doing funky things, or maybe just being soldered 180 degrees. Unfortunately there is normal continuity between the expected pin pairings. I also pulled it off of the board and checked the ESP D+/D- lines again to see ...
- Tue Jul 16, 2024 9:09 am
- Forum: Hardware
- Topic: ESP32-S3-PICO-1 Issues
- Replies: 16
- Views: 7594
Re: ESP32-S3-PICO-1 Issues
Popped off the 0ohms and I see both lines from the ESP-side are floating. D- around 0V6-0V7, D+ around 0V3 to 0V4. I also gave the USB connector another hit of flux and the soldering iron to double check that nothing dodgy was happening with pins there but that did not help.
- Tue Jul 16, 2024 8:56 am
- Forum: Hardware
- Topic: ESP32-S3-PICO-1 Issues
- Replies: 16
- Views: 7594
Re: ESP32-S3-PICO-1 Issues
I've checked 10 times that I didn't flip them but I still could be missing something obvious. I'm not seeing any issues with the schematic or layout (and I've done this basic USB C 2.0 sub circuit multiple times before), but I've attached both for others to take a look. I redacted a lot of the layou...
- Sun Jul 14, 2024 5:01 pm
- Forum: Hardware
- Topic: ESP32-S3-PICO-1 Issues
- Replies: 16
- Views: 7594
Re: ESP32-S3-PICO-1 Issues
I'm having this exact same issue, and unfortunately my main IC pad is already confirmed connected to ground. I know the chip is running properly because I can flash both a bootloader and bootloader+basic application firmware over UART. All voltages look good, except I don't see any output on VDD_SPI...
- Sat Feb 10, 2024 5:19 pm
- Forum: ESP-IDF
- Topic: eth2ap gets ethernet link down and up repeatedly
- Replies: 12
- Views: 73869
Re: eth2ap gets ethernet link down and up repeatedly
I know this is not an active thread, and i know it's related to the simultaneous use of wifi + ethernet, but I wanted to drop a different solution here in case anyone else was having the same problem as me. I also was seeing odd behaviour with link up / down repeatedly. When connected directly to a ...