Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I would like to use an Arduio + wifi shield to grab unique mac addresses of any wifi chips within range, these will then be sent to my home server. Right now my chip creates an ad-hoc wifi network that devices can connect/communicate with.

Most chips are set to monitor for active networks nearby, is this enough communication to retrieve the mac address from them? Has anyone built something like this?

share|improve this question
You might try looking through the source for desktop linux or router-linux tools and see what they are doing with their scanning tools. I suspect a known-flashable router may be a cheaper hardware platform by the time you are done. – Chris Stratton Dec 28 '11 at 16:17
@ChrisStratton I agree that might be the best way to go. I've been able to build this functionality on linux with kismet. I actually think the new RaspberryPi will be the cheapest/easiest way to do this. – fancy Dec 28 '11 at 17:34

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.