You can chat about native SDK questions and issues here.

User avatar
By Gorghino
#56848 Hi everyone!
I'm a IT italian student and I'm working with ESP8266-07 for my thesis.
I need to connect to a eduroam (WPA2-PEAP network) and the Espressif SDK2.0.0 should support it.
Here (https://github.com/esp8266/Arduino/issues/2595) a user tells he accompished a connection using the SDK directly.

I found Jan Penninkhof's tutorials (https://www.penninkhof.com/esp8266-blogs/) very useful on direct programming with esp8266 with OpenSDK and old SDK.
I tried to use the same tutorial using SDK2 and xtensa bin in Arduino esp8266 library but I'm facing several linking errors during the makefile.

I can't find a recent tutorial about it (Everybody uses Arduino IDE nowadays but Arduino esp8266 doesn't work with WPA2-PEAP at the moment, as described in the first link) SO I would ask you if you could give me instructions how-to build a firmware-custom-sketch with a upgraded SDK2.0.0.

I think it should be a must-have in this forum :D
Thank you in advance