Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By VeryEvilBetty
#10686 i dont know if im in the right section.

My ESP8266-01 cant see my accespoint.

AT+GMR
00200.9.5(b1)
compiled @ Dec 25 2014 21:40:28
AI-THINKER Dec 25 2014

My accespoint is a Raspberry PI with hostapd. Dont know if it has anything to do with that.
But here is my Hostapd config:
###############################
# Basic Config
###############################
macaddr_acl=0 auth_algs=1
# Most modern wireless drivers in the kernel need driver=nl80211
driver=nl80211
##########################
# Local configuration...
##########################
interface=wlan0
bridge=br0
hw_mode=g
ieee80211n=1
channel=6
ssid=wifi
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=3
wpa_passphrase=********
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP

The ESP8266 can see other WiFi networks.

The signal of the Network is good my Phone receives it at -40db

Does anyone know if why the ESP8266 cant see or connect to the network?
User avatar
By wangpingsx
#16883 Hi, I expect to know the solution as well.

I currently have issue with connecting to AP.

I am thinking if Pi can adapt the network, my problem can be solved.

BTW, Have you tried other encryption options? don't use CCMP, Than my solve your problem.

Thanks,
Peter