Search found 6 matches

by prateek1069
Thu Oct 26, 2017 8:32 pm
Forum: General Discussion
Topic: CoAP between two ESP 32
Replies: 8
Views: 15972

Re: CoAP between two ESP 32

I would appreciate any help :)
by prateek1069
Sat Oct 14, 2017 8:08 pm
Forum: General Discussion
Topic: COAP experiment using two ESP32 as client and server
Replies: 3
Views: 6226

Re: COAP experiment using two ESP32 as client and server

Hi, I solved the above mentioned problem. The boards were somehow not correctly connected to the APs. That was a silly mistake :) . However, I have a new issue now and I need some help (I am new to ESP32 :)). What exactly should the "Target uri" be for two boards to start communicating over wifi (fo...
by prateek1069
Sat Oct 14, 2017 7:29 am
Forum: General Discussion
Topic: CoAP between two ESP 32
Replies: 8
Views: 15972

Re: CoAP between two ESP 32

Looks like the boards have not connected to WiFi AP. Have you set the AP SSID/password in `make menuconfig > Example Configuration` correctly? Sorry, wifi AP information was not correct. Thank you. I am new to ESP32, so making silly mistakes :). However, what exactly should the "Target uri" be? I a...
by prateek1069
Wed Oct 04, 2017 11:13 pm
Forum: General Discussion
Topic: COAP experiment using two ESP32 as client and server
Replies: 3
Views: 6226

COAP experiment using two ESP32 as client and server

Hi, Did anyone try the coap example (server/client experiment)? If yes, could you please explain your experiment in detail here. I referenced the github link for examples (https://github.com/espressif/esp-idf/tree/e6afe28bafe5db5ab79fae213f2e8e1ccd9f937c/examples/protocols), but without any document...
by prateek1069
Wed Oct 04, 2017 11:06 pm
Forum: General Discussion
Topic: CoAP between two ESP 32
Replies: 8
Views: 15972

Re: CoAP between two ESP 32

Hi, Did you get the solution for your problem? If yes, can you please explain your experiment in detail here. I am trying the same coap experiment between two esp32, but it is not clear what to expect from coap_server and coap_client code. I have attached the screenshot of two terminal- one each for...