Search found 163 matches

by jgustavoam
Tue Feb 11, 2020 12:23 am
Forum: ESP32 Arduino
Topic: SUMP Compatible ESP32 Logic Analyzer with RLE
Replies: 45
Views: 84335

Re: SUMP Compatible ESP32 Logic Analyzer

Hi EUA, I have basic concepts about Linux, compilers, Libraries rebuilding, etc. But I don't want fight with this. I think I will spend a lot of time doing this. The second option seems to be simpler - using ESP32 Serial 2. I still don't understand why I can't use Serial1 . I'm studying your code. A...
by jgustavoam
Mon Feb 10, 2020 2:20 am
Forum: ESP32 Arduino
Topic: SUMP Compatible ESP32 Logic Analyzer with RLE
Replies: 45
Views: 84335

Re: SUMP Compatible ESP32 Logic Analyzer

Hi EUA, I'm trying to test your analyzer (PC - Windows 10). I used Arduino IDE V 1.8.10 to compile and flash my ESP32 Dev Kit module Run PulseView - version 0.4.1 (64 Bits) Crystal Oscillator 14.318 MHz at GPIO23 For reference only (to others): https://sigrok.org/wiki/PulseView Pulse View downloads:...
by jgustavoam
Sun Feb 09, 2020 11:34 pm
Forum: ESP32 Arduino
Topic: SUMP Compatible ESP32 Logic Analyzer with RLE
Replies: 45
Views: 84335

Re: SUMP Compatible ESP32 Logic Analyzer

Than I will use extra ram buffer to expand sampling on it. I am little sad about sampling speed which is limited to 20Msps. I found that If I use QSPI interface, I can sample up to 80Msps 4bit but I am not sure if it supports such a long RX reception. But found that Arduino-esp32 don't support QSPI...
by jgustavoam
Sun Feb 09, 2020 10:59 pm
Forum: ESP32 Arduino
Topic: SUMP Compatible ESP32 Logic Analyzer with RLE
Replies: 45
Views: 84335

Re: SUMP Compatible ESP32 Logic Analyzer

Since we are reading (RX) from I2S, ESP32 expect external clock not use internal derived one. I pass this requirement via feeding a pin via generated external clock signal and routing to I2S clk pin. But after 20Mhz, it doesn't work proper. Hi EUA, I saw this on this topic: https://github.com/espre...
by jgustavoam
Sun Feb 09, 2020 4:09 pm
Forum: ESP32 Arduino
Topic: SUMP Compatible ESP32 Logic Analyzer with RLE
Replies: 45
Views: 84335

Re: SUMP Compatible ESP32 Logic Analyzer

Hi EUA, Did you see this code ? esp32-camera/driver/camera.c https://github.com/espressif/esp32-camera/blob/1b8fdfe335b3c8c8b9e091e3615b0aee16946ef0/driver/camera.c https://github.com/espressif/esp32-camera/blob/b1c9712d11188771f28fe45aedf9c051db9b969e/driver/private_include/camera_common.h How FIFO...
by jgustavoam
Sun Feb 09, 2020 4:04 pm
Forum: ESP32 Arduino
Topic: SUMP Compatible ESP32 Logic Analyzer with RLE
Replies: 45
Views: 84335

Re: SUMP Compatible ESP32 Logic Analyzer

Congratulations EUA ! I and my friend Rui Viana are studying to develop the same project! And you won! I will test your project and then post my results. I made one recent progress - I set I2S master clock up to 80 MHz (tested) ! Awesome. I2S BCK is derived from the master clock. https://www.esp32.c...
by jgustavoam
Sun Feb 09, 2020 2:37 pm
Forum: Hardware
Topic: i2s parallel only works with one dma descriptor
Replies: 23
Views: 21929

Re: i2s parallel only works with one dma descriptor

Hi Baldhead, I think the I2S peripheral of the ESP32, one of the most complex. I´m studying it for a long time. I suggest you test one I2S interface with DMA full test. OK ? Then go to test another. Did you see this code ? esp32-camera/driver/camera.c https://github.com/espressif/esp32-camera/blob/1...
by jgustavoam
Sun Feb 09, 2020 1:59 pm
Forum: Hardware
Topic: External RAM failed memory test
Replies: 4
Views: 7394

Re: External RAM failed memory test

"Board is a personalized design"
Post the schematic diagram of this board.
There are some restrictions on the use of the SPI interface on ESP32.
It may be that your problem is violating these restrictions.
by jgustavoam
Sun Feb 09, 2020 1:42 pm
Forum: Hardware
Topic: ESP32 inconsistent readings on GPIO D33/D32
Replies: 1
Views: 3096

Re: ESP32 inconsistent readings on GPIO D33/D32

Hi,
Yo can not read negative voltages with the ESP32 ADC converter.
Only positive voltages.
You can invert the voltage with an Operational amplifier.
by jgustavoam
Sun Feb 09, 2020 1:38 pm
Forum: Hardware
Topic: PCM5100A DAC distortion on high(er) volume
Replies: 2
Views: 4533

Re: PCM5100A DAC distortion on high(er) volume

Hi, interesting project!
May you post the code?
Thanks.