Search found 8 matches

by okw123
Tue Sep 10, 2024 9:02 pm
Forum: Hardware
Topic: ESP32-C3 Periodic ripple on 3.3V
Replies: 6
Views: 573

Re: ESP32-C3 Periodic ripple on 3.3V

I tried with a ESP-WROOM-32D dev board and it works. With the "BLE/Write" example i can write in the iOS app (BLE Scanner) and the text shows up in the serial monitor via the ESP.
by okw123
Tue Sep 10, 2024 3:36 pm
Forum: Hardware
Topic: ESP32-C3 Periodic ripple on 3.3V
Replies: 6
Views: 573

Re: ESP32-C3 Periodic ripple on 3.3V

Regarding the battery. I'll definitely try more caps. It could also be the problem that battery goes though a MOSFET but USB goes through a schottky. I have a power path circuit that disconnects the battery when USB power is present. Similar to the attachment. What could be the problem then? I ran X...
by okw123
Tue Sep 10, 2024 3:02 pm
Forum: Hardware
Topic: ESP32-C3 Periodic ripple on 3.3V
Replies: 6
Views: 573

Re: ESP32-C3 Periodic ripple on 3.3V

I have followed the design guidelines to the letter and have 10uF+100nF+2nH+1uF on VDD3P3, 10nF+1uF on VDDA, 100nF+1uF on VDD3P3_CPU and 100nF on VDD3P3_RTC.
by okw123
Tue Sep 10, 2024 2:34 pm
Forum: Hardware
Topic: ESP32-C3 Periodic ripple on 3.3V
Replies: 6
Views: 573

ESP32-C3 Periodic ripple on 3.3V

I cannot connect to clients over bluetooth with my ESP-C3. I program with Arduino and can scan and list nearby clients with success (BLE/Scan example), but I can't connect to my iPhone app BLE Scanner (for this I used BLE/Write arduino example). BLE scanner just reports connection time out. I read i...
by okw123
Sat Aug 31, 2024 12:51 pm
Forum: Hardware
Topic: Custom ESP32-C3 not connecting via Bluetooth
Replies: 3
Views: 1248

Re: Custom ESP32-C3 not connecting via Bluetooth

No luck. I disconnected the 3.3V onboard voltage regulator and I tried to inject directly with a stable power supply. Still 600mV ripple when BT is active. Any obvious problems with the routing?
(PS. two antennas (trace and chip), but only trace is connected.)
by okw123
Mon Aug 26, 2024 11:22 am
Forum: Hardware
Topic: ESP32 C3 dual UART or over native USB?
Replies: 2
Views: 1187

ESP32 C3 dual UART or over native USB?

I just designed a custom board with ESP32 C3 (chip, not module) with a UART-to-RS232 module connected to U0RX/U0TX (pin27/28). The problem is, I need print for debug messages, but this automatically ends up on the same U0RX/TX. I use Aruindo IDE and/or PlatformIO. As I read in the datasheet, C3 only...
by okw123
Sun Aug 25, 2024 2:01 pm
Forum: Hardware
Topic: Custom ESP32-C3 not connecting via Bluetooth
Replies: 3
Views: 1248

Re: Custom ESP32-C3 not connecting via Bluetooth

I just discovered a huge ripple (500-800mV) on the esp32 VDD. It's only present when BT is active.
Hopefully that takes care of it.
by okw123
Sat Aug 24, 2024 2:27 pm
Forum: Hardware
Topic: Custom ESP32-C3 not connecting via Bluetooth
Replies: 3
Views: 1248

Custom ESP32-C3 not connecting via Bluetooth

I've made a custom board with ESP32-C3 (bare chip, not finished module), 2 layers PCB-A. I've followed the schematic recommendations in the hardware design document to the letter, but did not duplicate the routing (although I have made good efforts and have lot of routing experience, not so much wit...