Search found 4 matches

by alexturner
Thu Sep 07, 2023 9:13 am
Forum: ESP-IDF
Topic: ESP32-S3-WROOM Module High Deep Sleep Current
Replies: 1
Views: 1004

ESP32-S3-WROOM Module High Deep Sleep Current

I'm debugging an ESP32-S3 module at the moment with a very high deep sleep current. That device is not running much more than a Bluedroid BLE GATT server and is built onto a custom PCB. I've isolated all other power consumers on the board, so the ESP is the only thing running. I've attempted to isol...
by alexturner
Mon Apr 27, 2020 1:48 am
Forum: ESP-IDF
Topic: Connecting Macronix QSPI Flash to ESP32
Replies: 0
Views: 1915

Connecting Macronix QSPI Flash to ESP32

Hi there, I'm having a difficult time connecting an Macronix mx25R6435FM2IH0 to an ESP32s' QSPI bus and was looking for some advice. I've removed the chip from my board and have connected it directly to an ESP-WROOM development module as follows: Q = GPIO12 D = GPIO13 CLK = GPIO14 CS = GPIO15 WP = G...
by alexturner
Sun Feb 02, 2020 7:32 am
Forum: ESP-IDF
Topic: Timeouts for a specific task | Error correction | Architectural advice
Replies: 1
Views: 2089

Timeouts for a specific task | Error correction | Architectural advice

Looking for some architectural advice here if anything. I'm writing an application that uses the UART libraries to communicate with another 3rd party piece of hardware over RS485. There is one particular binary API that I'm calling which returns in the hundreds of KB of data over the 9600 baud seria...
by alexturner
Tue Oct 29, 2019 12:30 pm
Forum: ESP-IDF
Topic: Service Discovery (ESP-NOW / BLE??) | Multiple ESP32s
Replies: 0
Views: 1794

Service Discovery (ESP-NOW / BLE??) | Multiple ESP32s

Hi there, I'm building an offline IoT device that has the ability to run on it's own, but also to connect a number of units together to act as a single unit. I'm thinking the best way to achieve this is that the device will act as either a Master or a Slave. I'd like to build a sort of zero-touch-pr...