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?