ESP8266 Developer Zone The Official ESP8266 Forum 2015-10-16T14:06:48+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1200 2015-10-16T14:06:48+08:00 2015-10-16T14:06:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1200&p=4132#p4132 <![CDATA[Re: esp_now features : Unable to receive message at another end]]>
Please notice that in softAP + station mode, ESP8266 softAP will adjust its channel configuration to be as same as ESP8266 station. So if the ESP8266 station connected to a router, the channel of ESP8266 will change to be the same as the router.

More details in http://bbs.espressif.com/viewtopic.php?f=61&t=324.

Statistics: Posted by ESP_Faye — Fri Oct 16, 2015 2:06 pm


]]>
2015-10-13T15:08:29+08:00 2015-10-13T15:08:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1200&p=4088#p4088 <![CDATA[Re: esp_now features : Unable to receive message at another end]]>
Thanks for your reply.

I use function wifi_set_channel ( 1 ) to set channel in user_init( ) of both ESP module. SO, I'm sure that both Modules are in same channel. But still I'm not able to receive message( packet ) on another end.

Thanks & regards,
Prakash P.

Statistics: Posted by parmar7725274 — Tue Oct 13, 2015 3:08 pm


]]>
2015-10-09T11:23:52+08:00 2015-10-09T11:23:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1200&p=4021#p4021 <![CDATA[Re: esp_now features : Unable to receive message at another end]]>
Please make sure that the channel of the two devices are the same.

The actual channel, not the parameter channel in esp_now_add_peer.

Statistics: Posted by ESP_Faye — Fri Oct 09, 2015 11:23 am


]]>
2015-10-08T13:50:54+08:00 2015-10-08T13:50:54+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1200&p=4006#p4006 <![CDATA[esp_now features : Unable to receive message at another end]]>
I have two ESP modules. ESP - 01 and ESP 12q. I configured both of modules as follows :

ESP - 01 : mac address - 18:fe:34:9e:18:21
- set mode - STATION
- set role - CONTROLLER ( 1 )
- registered send and receive callback
- Add peer ESP-12q (mac - 5c:cf:7f:00:da:1d ) , role - SLAVE ( 02 ), channel - 1

ESP - 12 : mac address - 5c:cf:7f:00:da:1d
- set mode - STATION+AP
- set role - SLAVE ( 2 )
- registered send and receive callback
- add peer ESP-01 (mac - 18:fe:34:9e:18:21 ), role - CONTROLLER( 1 ), channel - 1

I check the return value of each function call and I get success.

Problem :-
When I'm sending packet from ESP - 01 using esp_now_send function. I'm getting success and send call back is getting called but on other end( ESP - 12q ) doesn't receive any packet.

Please help me to solve this.

Thanks & Regards,
Prakash P.

Statistics: Posted by parmar7725274 — Thu Oct 08, 2015 1:50 pm


]]>