How to connect external antenna to ESP32-C3 SuperMini board?

Hello everybody
I just see this post:

I have the same problem. In my case it is any ESP32 which I ocassionally use but at this moment I use a ESP32C3 supermini. When I just scan wifi signals around I get a response from many wifi routers, even in the neibourhood but when it comes to establish a connection only my own router at a distance of about 5m max can connect. my ESP32 is this one:


My question is: This red device with C3 printed on is the antena and would it make sense to unsolder it and conect a kind of cable as a extended antena ?

I would not recommend it as it is a tuned circuit. Also the board should be type accepted in your country and modifications to the RF can cause it to change frequency and or ERP (Effective Radiated Power) and are forbidden. You need to check the laws in your country.

There are known wi-fi connection problems with some models of this board.

This topic may be of your interest:

https://forum.arduino.cc/t/no-wifi-connect-with-esp32-c3-super-mini/

using a ESP32-C3 supermini the example File>Examples>WiFi>SimpleWiFiServer connects to my WiFi OK
serial monitor displays

Connecting to horace2017
.................
WiFi connected.
IP address: 
192.168.1.66
New Client.
GET / HTTP/1.1
Host: 192.168.1.66
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate
DNT: 1
Sec-GPC: 1
Connection: keep-alive
Upgrade-Insecure-Requests: 1
Priority: u=0, i

Client Disconnected.

a web client on a PC displays

are you sure the router supports 2.4GHz and the Encryption is correct

Then the problem seems that you do not have the correct password for your neighbor's router.

1 Like

seems you did not get my point. Of course I don´t want to connect to the neighbours router. But why can I see distanced routers and not connect to a closer my own one.
Yes I know my SSID and password.

More antenna will not solve that problem.

if it is accepted or not even the public authorities don´t know in my (selected) country. I am not close to an airport so I don´t care about this.

You might not care about following legal restrictions or even good practice, but if you don't, a lot of the volunteers who provide the support on this forum may be un-willing to help you.

2 Likes

I do.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.