Search found 22 matches

by wwwenrico
Wed May 23, 2018 9:10 pm
Forum: ESP-IDF
Topic: ESP32 - I want to decode a Manchester bitstream using I2S
Replies: 2
Views: 5246

ESP32 - I want to decode a Manchester bitstream using I2S

Hi, my ESP32 board receives a Manchester encoded bitstream at a bit rate of 1 Mbit/s Every burst is 128 bytes long and the voltage levels are: 0 Volt - 3.3 Volt I'm focusing my attention on the I2S interface assisted by the DMA module. I would like to sample the Manchester burst on a GPIO input pin ...
by wwwenrico
Fri May 04, 2018 12:49 pm
Forum: ESP-IDF
Topic: ESP32 - CSI Camera interface driver
Replies: 4
Views: 17009

Re: ESP32 - CSI Camera interface driver

Hi Kolban,

>> you can configure the ESP32 I2S subsystem to send or receive parallel data under hardware control
Thank you for your explanation.

Enrico Migliore
by wwwenrico
Thu May 03, 2018 11:07 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 839766

Re: What would you like to see in The Next Chip?

Hi, I would like to see an ARM core instead of a Cadence one. The ARM toolchain and the ARM software ecosystem are 100 times better then GNU Xtensa. Command line tools are like prehistoric animals. It takes hours to configure the GNU Xtensa toolchain to debug a program. It takes seconds with ARM. Ye...
by wwwenrico
Thu May 03, 2018 10:45 pm
Forum: ESP-IDF
Topic: ESP32 - CSI Camera interface driver
Replies: 4
Views: 17009

Re: ESP32 - CSI Camera interface driver

Thank you for the link.

What is the parallel "I2S input interface"?

The I2S interface is meant for digital audio and it's supposed to be a serial interface.

Enrico Migliore
by wwwenrico
Thu May 03, 2018 9:14 pm
Forum: ESP-IDF
Topic: ESP32 - CSI Camera interface driver
Replies: 4
Views: 17009

ESP32 - CSI Camera interface driver

Hi,

I can't find the driver of the CSI Camera interface in the ESP32 IDF.

Does the ESP32 chip actually have a hardware CSI Camera interface?
The pins are: D0, D1, D2, D3, D4, D5, D6, D7, PXCLK, HREF, VSINCH

Thanks,
Enrico Migliore
by wwwenrico
Thu May 03, 2018 8:17 pm
Forum: Hardware
Topic: ESP32 - libtjpegd library question
Replies: 3
Views: 5282

Re: ESP32 - libtjpegd library question

Hi,

got it, thank you.

It's a simple JPEG decompressor that reads JPEG encoded streams and transforms them into RGB streams which can then be sent to TFT/LCD screens.

Thanks,
Enrico Migliore
by wwwenrico
Thu May 03, 2018 1:39 pm
Forum: Hardware
Topic: ESP32 - libtjpegd library question
Replies: 3
Views: 5282

ESP32 - libtjpegd library question

Hi,

can anybody tell me how to use the libtjpegd library?

If I understood correctly that library should be located in the ROM of the ESP32 chip.

Thanks,
Enrico Migliore
by wwwenrico
Thu May 03, 2018 1:34 pm
Forum: Hardware
Topic: ESP32 - External flash memory - Quad SPI access question
Replies: 5
Views: 7756

Re: ESP32 - External flash memory - Quad SPI access question

Hi, if we enable the option "QIO" in the make menuconfig the ESP32 chip hangs and doesn't start. If we enable the option "DIO" in the make menuconfig the ESP32 chip starts and all works just fine. The VDD_SDIO pin is 3.3 Volts measured by an oscilloscope. The flash memory is the ISSI IS25LP128-JBLE ...
by wwwenrico
Thu May 03, 2018 1:25 pm
Forum: Hardware
Topic: ESP32 - Content of internal ROM
Replies: 4
Views: 15310

Re: ESP32 - Content of internal ROM

Thank you for the explanation.
by wwwenrico
Thu May 03, 2018 4:24 am
Forum: Hardware
Topic: ESP32 - Content of internal ROM
Replies: 4
Views: 15310

ESP32 - Content of internal ROM

Hi,

what does the internal ROM of the ESP32 chip actually contain?

A ROM size of 448 kBytes is really huge.

Usually, XiP (eXecution in Place) flashless microcontrollers have much smaller internal ROM sizes.

Thanks,
Enrico Migliore