I am completely new to arduino. I'm currently working on a school project which requires me to collect rssi, ssid, bssid from the available Access Points and send it to a server. Is there any way I could develop such a product using arduino? This should all be wireless.
You will need a WiFi interface in addition to the Arduino. You may also want an SD card in case you get more data than can fit in SRAM before you find a network you can connect to for upload.
The data won't be of much use unless you also have GPS coordinates.