Re: Sample ibeacon on ESP32
Matthias Boesl
Hi Venkat, if you want to work on zephyr + ESP32 the current state is: you can enable the ESP-IDF bootloader by using CONFIG_BOOTLOADER_ESP_IDF together with this PR: you can execute code from flash. What's missing is the port of the OS agnostic ESP32 WiFi stack introduced in ESP-IDF 3.1, we got the ESP WiFi stack linking on our side, but there is still a lot of work to be done in order to get all API wrappers for OS/netstack working. Feel free to contact me, in case you need more info. Best Regards, Matthias On Mon, Jul 16, 2018 at 6:01 AM Venkat Vallapaneni <venkat@...> wrote:
|
|