ESP8266 Developer Zone The Official ESP8266 Forum 2017-09-15T14:38:23+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=6399 2017-09-15T14:38:23+08:00 2017-09-15T14:38:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6399&p=15782#p15782 <![CDATA[Re: libcoap porting to esp8266]]> No, you cannot use ESP-IDF on ESP8266, the cores are not the same. The peripherals are very similar. However, instead of porting the CoAP library from scratch to ESP8266, you would be better off porting it from the ESP32 port to ESP8266 port.

Statistics: Posted by Guest — Fri Sep 15, 2017 2:38 pm


]]>
2017-09-14T18:02:23+08:00 2017-09-14T18:02:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6399&p=15763#p15763 <![CDATA[libcoap porting to esp8266]]>
For my project I'm planning to port libcoap (https://github.com/obgm/libcoap) using RTOS-SDK. I have gone through esp-idf(https://github.com/espressif/esp-idf) in that you have already port libcoap (https://github.com/espressif/esp-idf/tr ... nents/coap).

Here is my doubts. Can you guys help me for this :D

1. Can I use esp-idf for ESP8266 ? because as per my understanding both are using same microcontroller and hopefull wifi stack also will be same. :|
2. Is it feasible to port libcoap ? you guys have already port it for esp32. so hopefully you are having handon experience on this. It will be helpfull if you provide little guide on this. :D :D

regards,
Prakash

Statistics: Posted by parmar7725274 — Thu Sep 14, 2017 6:02 pm


]]>