i am looking for a remote controlled robot with a camera i can dial into over the internet and control
You probably could make a router bot using a wireless router for the communication part. Use a stand alone wifi cam or an IP cam connected to the router. Connect an arduino with an ethernet shield to the router and run web server code on the arduino that serves up a control web page.
zoomkat:
You probably could make a router bot using a wireless router for the communication part. Use a stand alone wifi cam or an IP cam connected to the router. Connect an arduino with an ethernet shield to the router and run web server code on the arduino that serves up a control web page.
It'd be cheaper and easier to use an ESP8266 instead of a router - webserver and such go on the ESP, and it controls the Arduino (to control the motors - you could even eliminate the Arduino with an appropriate motor driver/h-bridge). Wi-fi IP cam would be "standalone" - with the webpage (via the browser) streaming data from it.