Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i use ESP8266 as a WI-FI adaptor? #81

Open
the-hk opened this issue Jul 21, 2020 · 5 comments
Open

How can i use ESP8266 as a WI-FI adaptor? #81

the-hk opened this issue Jul 21, 2020 · 5 comments

Comments

@the-hk
Copy link

the-hk commented Jul 21, 2020

i mean is there any code or way to connect my computer which has not wifi module to connect my modem and i have esp8266 and i would like to use this module as a wifi module is it possible?

@tttapa
Copy link
Owner

tttapa commented Jul 21, 2020

I'm sure it's possible, but it's probably not worth the time investment. Especially since USB WiFi dongles are so cheap.

@aramperez
Copy link

Someone correct me, but I don't believe it is possible. When the ESP8266 is in AP mode, it can NOT connect to the Internet.

@tttapa
Copy link
Owner

tttapa commented Jul 22, 2020

Someone correct me, but I don't believe it is possible. When the ESP8266 is in AP mode, it can NOT connect to the Internet.

Why would the ESP8266 need to be in AP mode?
Also, you can use the WiFi in AP and station mode at the same time: https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/generic-class.html?highlight=WIFI_AP_STA#mode

@aramperez
Copy link

aramperez commented Jul 22, 2020

Yes, but I would not recommend it, search for "esp8266 sta ap channel issues".

And as you originally stated, "it's probably not worth the time investment".

@juancb
Copy link

juancb commented Feb 17, 2023

What about using it as a wifi interface for another microcontroller board like an Arduino UNO R3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants