ESP8266 and eduroam

Hey guys, I'm currently trying to connect ESP8266 to eduroam and I wonder if anyone has any experience on this? I have done some research on this but I can't seem to find a right article for this. Any help would be much appreciated, even if it's just a reference from another site. Thanks in advance!

Eduroam uses WPA2 with IEEE 802.1X (WPA2-Enterprise) with PEAP.
It's supported by the ESP8266 SDK:

Pieter

That github thread has some caveats, like the fact that the radius server needs to have default_eap_type set to PEAP.

I'm glad that there is a solution to using the ESP8266 dev boards with WPA2 Enterprise...unfortunately, it seems a little esoteric for me.

I've only written in the Arduino IDE and Platform IO for Atom, so using the ESP8266 SDK seems daunting - I wouldn't know where to begin, and how to get something onto the board outside of either of those aforementioned IDEs.

Any tips for how to go about this or a good resource?