beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

Can't change the WiFi channel. #12

Closed firew4lker closed 9 years ago

firew4lker commented 9 years ago

I am not able to change the WiFi channel. I is always 6. The command I am using is

+++AT AP myssid 12345678 3 10

The software will respond OK, but the channel will not change.

Can someone verify?

beckdac commented 9 years ago

Did you reset the unit after the change?

--- Original Message ---

From: "firew4lker" notifications@github.com Sent: February 12, 2015 2:22 AM To: "beckdac/ESP8266-transparent-bridge" ESP8266-transparent-bridge@noreply.github.com Subject: [ESP8266-transparent-bridge] Can't change the WiFi channel. (#12)

I am not able to change the WiFi channel. I is always 6. The command I am using is

+++AT AP myssid 12345678 3 10

The software will respond OK, but the channel will not change.

Can someone verify?


Reply to this email directly or view it on GitHub: https://github.com/beckdac/ESP8266-transparent-bridge/issues/12

firew4lker commented 9 years ago

Yes. Reset, and power cycle.

firew4lker commented 9 years ago

I will try a re-flash tomorow.

openSoftMan commented 9 years ago

I have the same issue; channel doesn't change. The command is accepted, but always stays at 6.

firew4lker commented 9 years ago

Can the channel be changed while in mode 3 (AP and STA)? Maybe if it have to connect to an AP, it must transmit to the same channel?

firew4lker commented 9 years ago

Disregard the above. I thought my home AP was at channel 6 also. But no (it actually 11).

firew4lker commented 9 years ago

It seems the when in MODE 3 the AP channel is always the channel the STA is connected to.

beckdac commented 9 years ago

@firew4lker yes, this is the SDK behavior. Thanks for the notifications.