I’m hoping to provide my microbit with some basic internet functionality like to call URL requests and listen on specific port and reply to such requests (sensor data and actions).
I’ve purchased this ESP8266 module, aware its labeled as “arduino”, but I was feeling lucky. So now I’m stuck, since none of the makecode extensions seem to be able to work with it, at least not the thing I need it for. Is there some other wifi module my goal would be easier to achieve? Otherwise I’d also consider going with ThingsSpeak, but can it also process requests (in the other direction)? I’d prefer to be able to do it without third parties involved though, but is it even possible?
Thank you