Is it possible to use WIPI dongle to replace arduino wifi shield?
Connect it to where?
You'll need to write your own USB drivers and WiFi stack in order to use it with any of the existing networking libraries. Highly doubtful you'll have enough memory left over on an Uno or even Mega board to do anything at that point.
The Arduino isn't running Linux like the Pi. It isn't just a matter of "plugging it in."
connect to uno
Do you mean arduino uno isnt running linux,hence WIPI could not replace arduino wifi shield?
jun123:
Do you mean arduino uno isnt running linux,hence WIPI could not replace arduino wifi shield?
Since there is no operating system on the Arduino Uno, you must write ALL of the code yourself.
The Arduino and the Pi are very different.
So write the code in python to upload in arduino uno?
Yes it can be done! With ur mind into it anything can be done. Just bolieve!!!!
Different programming style.. So cannot.. U need another way... Just booolieveeeeeee
jun123:
So write the code in python to upload in arduino uno?
The arduino does not run an operating system. There is no Python Interpreter.
You should watch this video:
You want an ESP8266.
There is no longer any reason to use a WiFi shield on the Arduino, and the ESP8266 can almost certainly execute your application code by itself.
Is it true that if arduino board does not connect properly with ESP8266,the arduino board will be damage?
Too general a statement. There are many ways to damage things, the ESP8266 will be damaged if connected to 5 V - it requires a 3.3 V supply.