Search found 5 matches

by Spilz87
Wed Oct 12, 2022 5:53 am
Forum: Hardware
Topic: ESP32-C3 custom board, wifi/bt not working
Replies: 5
Views: 2549

Re: ESP32-C3 custom board, wifi/bt not working

Thanks for all your reply I get that I have to add an inductor on XTAL_P. According to the datasheet it should be around 20nH, right ? For the crystal I took one from a dev board which works well (I took caps too) it didn’t solve the issue. My antenna is 50ohm, ESP32C3 is 35+j10 ohm (if I found it w...
by Spilz87
Tue Oct 11, 2022 7:51 pm
Forum: Hardware
Topic: ESP32-C3 custom board, wifi/bt not working
Replies: 5
Views: 2549

Re: ESP32-C3 custom board, wifi/bt not working

thanks for your reply. I use this crystal I bought here https://fr.aliexpress.com/item/1005002359133404.html?spm=a2g0o.order_list.0.0.1df55e5bvL1NlO&gatewayAdapt=glo2fra It's a 40MHz SMD Quartz Resonator Crystal. they don't give the ppm value neither the right caps value. As I found in other project...
by Spilz87
Tue Oct 11, 2022 12:59 pm
Forum: Hardware
Topic: bluetooth problem with esp32-S3 custom board
Replies: 2
Views: 1555

Re: bluetooth problem with esp32-S3 custom board

you can look at this topic for impedance matching circuit
https://esp32.com/viewtopic.php?t=26106

the esp32C3 / S3 seems to be 35+j10 ohm
your antenna is usually 50 ohm

So the matching circuit seems to be 4.7pF / 1.8nH / 3.9pF (rounded to classic values)
by Spilz87
Mon Oct 10, 2022 8:37 pm
Forum: Hardware
Topic: ESP32-C3 custom board, wifi/bt not working
Replies: 5
Views: 2549

ESP32-C3 custom board, wifi/bt not working

hello everyone I'm working on a custom PCB board based on ESP32-C3FH4. but the HF part doesn't seem to work correctly :( according to this topic https://esp32.com/viewtopic.php?t=26106 I set the matching impedance to match with a 50ohm antenna. I tryed to keep the antenna as far as possible from oth...
by Spilz87
Mon Oct 10, 2022 9:58 am
Forum: Hardware
Topic: bluetooth problem with esp32-S3 custom board
Replies: 2
Views: 1555

Re: bluetooth problem with esp32-S3 custom board

hi

I had a similar issue.
I saw in your PCB you didn't had the capacitors close to the oscillator.

adding them solved my issue.

I hope it help you