Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Adex
#7071 After some modifications it should work with Broadcomm WICED SDK (better documented than ESP8266 SDK).
I see you figured it out already.
Many thanks for sharing SDK modified to this board.
User avatar
By willemwouters
#7220 Yep the Broadcom SDK works just fine :)
The original WICED SDK with emw3162 can be found here:
https://github.com/willemwouters/EMW3162

I also added a small wiki for all the hours I spend at the damn board ;)
https://github.com/willemwouters/EMW3162_WICED/wiki

I changed some Makefile to export library .a files of the WICED SDK.
And created a project which links against these libraries:
https://github.com/willemwouters/EMW3162_WICED