Electronic – Arduino connect to internet without ethernet shild

arduinoethernet

I'm beginner on arduino, and I'd like know if there are some way to connect to internet without ethernet shield just using an arduino plugged on my computer using a usb cable?

Thnaks.

Best Answer

My solution, coming from a software developer by trade, would be to write a small program that would run on the computer and act as the middleman: translating messages sent by the Arduino, fetching URLs and sending results back to the Arduino. Overly complicated I'm sure.