C64 – Arduino to get online

I’m building hardware and creating software to get an Adafruit feather/WINC1500 online. I’ve got some hardcoded flight aware queries to prove I can authenticate and receive JSON data. It seems that the sandard nano or pro-mini does not quite have enough memory to handle the WiFi world. Looking forward to the feather arriving!

  • Connect to WiFi access point
  • Basic Authentication with HTTP
  • Retrieve JSON data from GET query

Leave a Reply