Questions tagged [esp32]
For questions about the ESP32 series of microcontrollers. Use in conjunction with the "microcontroller" tag.
1,324 questions
0
votes
0
answers
51
views
How to correctly drive SZ-08 buck-boost module CV feedback with RP2040 PWM?
I’m trying to digitally control the output voltage of an SZ-08 buck-boost converter by replacing its onboard W204 (3296) CV trimmer with an RP2040-generated PWM signal filtered through an RC network ...
0
votes
0
answers
43
views
ESP-32-C3-DEVKIT1 and MCP251863 SPI Error
I am a senior at the University of Kentucky and I am working on my senior design project. I'll skip the fluff, I am working on a PCB to connect an ESP-32-C3-DEVKIT to an MCP251863 to do CAN bus ...
0
votes
1
answer
70
views
Inverting Operational Amplifier control gain by MCP41010 [closed]
I'm currently trying to use 2 MCP41010 digital potentiometers to control the gain of the output. I have already succeeded in controlling the resistor value with ESP32. The problem came when I couldn't ...
0
votes
1
answer
76
views
ESP32 to ATtiny85 communication on large grid PCB
I want to have a grid of faders/sensors/LEDs/buttons (with ATtiny85s) that I can move around, and that all talk to an ESP that sends data over the network.
The idea is to have a PCB with traces for 4 ...
0
votes
1
answer
76
views
ESP32-S3 IoT board design review — UART flashing and signal interfacing concerns
I’ve designed a custom IoT board based on the ESP32-S3-WROOM-1, and I would like to have the schematic and PCB reviewed before fabrication.
Main features:
4× PC817 optocouplers for reading 24 V square-...
0
votes
0
answers
47
views
Error Simulating ESP32 in Proteus
I'm using Proteus 9.1 I'm running into trouble simulating a ESP32. From what I know, it should be working.
The python file
...
2
votes
1
answer
101
views
What is the name of this linear CCD-sensor component?
I want to use a linear CCD-sensor for my project and I bought this old tablet scanner from 2004 - Genius ColorPage-HR7XE. I disassembled all the parts and took out the PCB with CCD-scanner. But I didn'...
1
vote
4
answers
138
views
Relay kickback causing ESP32 to restart
I have an esp32 connected to a 12V circuit. This circuit is supplied by two 12V lead-acid batteries in parallel. The circuit controls a Solenoid using a 12v double pole, double throw relay. This ...
1
vote
1
answer
87
views
Is there a way to connect about 6 I2S devices to an ESP32?
I'm trying to connect I2S microphones to an ESP32, but it seems to support a maximum of only two.
Is there any way to achieve that?
1
vote
1
answer
74
views
How long does a ds3231 rechargeable battery last without charging
I've built a (bird) sound record around an ESP32 with a DS3231 RTC for accurate time stamping. The recorder goes into deep sleep mode when not actually recording, which is typically set to 3 minutes ...
6
votes
4
answers
2k
views
Why is the on-board LED of the ESP32 Blue?
Context
I know this might be a silly question but, according to this page the typical voltage drop for a blue LED is between 3V and 3.7V. A couple of weeks ago when I was designing an LED resistor ...
2
votes
2
answers
667
views
How to properly drive an N-Channel mosfet with an ESP32
Note: sorry, I don't have a lot of experience, so I don't know what information is fully relevant. So for the specific question go to "Questions". Before, I give a bit of context if you want ...
1
vote
0
answers
78
views
How to use an ESP32, a digital potentiometer, and a MOSFET+optoisolator board to remotely control a 3–5.5 V, 50–100 µA circuit?
I’m trying to add remote control to an existing low-power circuit.
Between two contacts (labeled 6 and 7 in my schematic), there’s a voltage ranging from 3 V to 5.5 V and a current between 50 µA and ...
0
votes
1
answer
80
views
ESP32 (TTGO T-Beam) I2S Stereo Mic Setup (ICS-43434) Reads Consistent Zeroes
I am kind of new in the field and I am attempting to set up a stereo I2S microphone array using two ICS-43434 MEMS microphones on an ESP32 TTGO T-Beam board. My code successfully compiles and runs, ...
0
votes
0
answers
49
views
How to control PA and LNA for FEM in custom RF module?
I am working on a custom RF module. This is my first experience. If you know of a book or resource on this subject, I would appreciate your guidance. So far I want to use an SOC with built in RF (ESP)....