You are reading a single comment by @Ollie and its replies. Click here to read the full conversation.
  • Thanks for that. I thought it was a big ask.

    It's not exactly as I had hoped, but the good news is your board looks fine. Next step is to get yourself on a network.

    Something like this, but checkout the documentation for all the detail

    wifi.connect(ssid, {password:pw}, function(err){
     if (!err) {console.log("Connected");}
    });
    
About

Avatar for Ollie @Ollie started