ESP32-C3 custom board, wifi/bt not working
Posted: Mon Oct 10, 2022 8:37 pm
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 other part of the circuit.
Any function exclided from RF part, like USB, SPI, work well.
I'm not able to use WiFi or Bluetooth
For WiFi :
- arduino exemple code WiFiScan.ino -> it find all the SSID avalable -> ok
- arduino exemple code WiFiClient.ino -> it is not able to connect to wifi
- arduino exemple code WiFiAccessPoint.ino -> I'm not able to see any wifi AP from other devices
For Bluetooth
- arduino exemple BLEServer.ino -> I'm not able to see any server from other devices
All these codes work well on an ESP32C3 dev board.
so I'm thinking about a bad design of my RF part on the PCB.
(it's a 2 layers PCB)
If you have any suggestion on what I did wrong, it will be very nice
thanks in avance
Spilz
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 other part of the circuit.
Any function exclided from RF part, like USB, SPI, work well.
I'm not able to use WiFi or Bluetooth
For WiFi :
- arduino exemple code WiFiScan.ino -> it find all the SSID avalable -> ok
- arduino exemple code WiFiClient.ino -> it is not able to connect to wifi
- arduino exemple code WiFiAccessPoint.ino -> I'm not able to see any wifi AP from other devices
For Bluetooth
- arduino exemple BLEServer.ino -> I'm not able to see any server from other devices
All these codes work well on an ESP32C3 dev board.
so I'm thinking about a bad design of my RF part on the PCB.
(it's a 2 layers PCB)
If you have any suggestion on what I did wrong, it will be very nice
thanks in avance
Spilz