Arduino+usb wifi adapter+sensors+usb webcam

I can mix an Arduino UNO,an usb wifi adapter, sensors and a webcam?
I want to make a car / robot wifi.
I wonder if this will work, with the right code.
:slight_smile:

It'll work. But the coding will be very hard.
You will need some code to get sensor values from the arduino to the computer.
You will need more code to get webcam data into a usable format.
You will need more code to send all this data to the wifi adapter.

Good luck!