Search found 5 matches

by toybuilder
Mon Aug 08, 2022 3:23 pm
Forum: Report Bugs
Topic: ESP32 I2S Camera mode stops working if GPIO32 setup for output
Replies: 0
Views: 3136

ESP32 I2S Camera mode stops working if GPIO32 setup for output

I have discovered an unusual situation with my project which I think points to some kind of a bug, but I'm not sure what exactly. I have a project which grabs raw grey-scale 8-bit data using https://github.com/espressif/esp32-camera, slightly modified to run on my particular hardware. The project wo...
by toybuilder
Wed Feb 27, 2019 10:34 pm
Forum: Hardware
Topic: Steer GPIO input to GPIO output?
Replies: 3
Views: 4859

Re: Steer GPIO input to GPIO output?

Terrific. Thank you everyone! Paul, thank you for posting the code snippet -- I was able to drop that into my ESP32/Arduino code and use it right away, making the ESP32 act as a serial loopback for the FTDI USB/serial interface that is connected to it, and then extending that further to be a cross-p...
by toybuilder
Mon Feb 25, 2019 2:28 pm
Forum: Hardware
Topic: Steer GPIO input to GPIO output?
Replies: 3
Views: 4859

Steer GPIO input to GPIO output?

In the TRM's section on peripheral output via the GPIO matrix, there are some details that seem to suggest that signals can be steered from one GPIO pin to another GPIO pin. I've used such a technique with Cypress PSoC's and would love to be able to do it with the ESP32! The GPIO Matrix table shows ...
by toybuilder
Fri Feb 01, 2019 2:27 pm
Forum: Hardware
Topic: ESP32 tristate weirdness?
Replies: 1
Views: 3692

Re: ESP32 tristate weirdness?

Sorry for replying to my own post, but it turns out (with help from a comment from Reddit) that the initial pin state is described in the ESP32 datasheet, nearly at the end of the document in the Appendix, in the A.4. IO_MUX table. At reset, output drivers are turned off, BUT a number of pins have w...
by toybuilder
Thu Jan 31, 2019 6:25 pm
Forum: Hardware
Topic: ESP32 tristate weirdness?
Replies: 1
Views: 3692

ESP32 tristate weirdness?

I have an NodeMCU-32S using a ESP32 WROOM module which I am interfacing to a Displaytech INT024BTFT LCD module. The LCD module has a LCD controller (timing+"graphics engine") and an Atmega (which pre-configures the device at power up) that connects to the host via a parallel bus and some control lin...