ESP8266 Developer Zone The Official ESP8266 Forum 2018-05-03T14:30:47+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=5688 2018-05-03T14:30:47+08:00 2018-05-03T14:30:47+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5688&p=20242#p20242 <![CDATA[Re: EspNow and SSID]]> Would you mind explaining: "If you do not care powersave that will cause receiving packets failed, you can send to a device which is in station-only mode."?
If i really want to do that so in which way i have to care about powersave?
I tried to deal with "wifi_fpm_set_sleep_type(NONE_SLEEP_T)" but without success.
Thanks a lot!

Statistics: Posted by cartman18 — Thu May 03, 2018 2:30 pm


]]>
2017-07-25T03:45:06+08:00 2017-07-25T03:45:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5688&p=14820#p14820 <![CDATA[Re: EspNow and SSID]]> Lets look at a example:

First device:
Esp8266, station mode, controller role

Second device:
Esp8266, station mode, contoller role

What prerequisits has to be done, to have this devices communicate to each other. Do i have to disable some sleep modes?



It would be better to have one of the devices in SoftAP mode, right? But in this case the device shows up with own SSID in WiFi network. This is what i do not want. Can i prevent a SoftAP mode device from doing this and have esp now working?

Thanks a lot

Statistics: Posted by cartman18 — Tue Jul 25, 2017 3:45 am


]]>
2017-07-24T11:06:49+08:00 2017-07-24T11:06:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5688&p=14781#p14781 <![CDATA[Re: EspNow and SSID]]>
The slave-slave communicate is supported.
The role is just used to select interface(STA/SOFTAP) to send/recv packets if esp82866 is in mixed mode(STA+SOFTAP MODE) .
If only in single mode( STA or SOFTAP MODE), it will ignore role.

If you do not care powersave that will cause receiving packets failed, you can send to a device which is in station-only mode. But we do not suggest that.

Thanks for your interest in ESP8266!

Statistics: Posted by ESP_Faye — Mon Jul 24, 2017 11:06 am


]]>
2017-07-22T05:01:55+08:00 2017-07-22T05:01:55+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5688&p=14742#p14742 <![CDATA[EspNow and SSID]]>
I was successfull in establish esp now communication between a Slave in SoftAP mode and a Controller in Station mode.
Everything fine so far but i discovered a SSID on WiFi network created by the Slave in SoftAP mode.

Can i avoid setting up a Wifi access point by the Slave?

Can two controller communicate to each other without a Slave?
As i understood the problem could be the modem sleep mode. Can i disable any sleep mode to have controller-controller communication?

Thank you very much!

Statistics: Posted by Hans Huber — Sat Jul 22, 2017 5:01 am


]]>