When powering the ESP32 via the Vin pin and activating Bluetooth, I have noticed a voltage drop of approximately 60 mV occurring approximately every 600 milliseconds, as evidenced in the image provided. I'm looking for recommendations to eliminate this voltage fluctuation. What suggestions can you give me?
#include <BluetoothSerial.h>
BluetoothSerial SerialBT;
void setup() {
delay(10000);
SerialBT.begin("ESP32_Device");
}
void loop() {
delay(100);
SerialBT.println("hello");
}
Voltage drop using esp32 bluetooth
Voltage drop using esp32 bluetooth
- Attachments
-
- WhatsApp Image 2023-10-30 at 12.04.27.jpeg (78.65 KiB) Viewed 899 times
-
- Posts: 9730
- Joined: Thu Nov 26, 2015 4:08 am
Re: Voltage drop using esp32 bluetooth
Better filtering on your power supply, probably. 60mv is a fairly small amount, however, why does it matter to you?
Re: Voltage drop using esp32 bluetooth
Because I have an amplification stage, with a gain of 1250. That 60 mV drop is coupled to the amplifiers (60 mV x 1250). Altering my amplified analog signal.
-
- Posts: 9730
- Joined: Thu Nov 26, 2015 4:08 am
Re: Voltage drop using esp32 bluetooth
Yeah, in that case you probably want to re-think your power supply design... possibly feed the analog bits from a different LDO than the ESP32, for instance. RF stuff like BT is spiky by nature, there's no real way to make it not be that, so you need to work around it.
Who is online
Users browsing this forum: No registered users and 98 guests