I could get the SSID of any nearby Wifi from a small keychain Wifi finder. It wouldn't need to be so sensitive. It could miss a few and take 5 minutes until it gets the next one from high up. Then send it via 60mw Xbee. Without the UNO devel board this could be very lightweight. About the same weight as the ballast I need to keep the balloon upright anyway. The value of the hardware in case it were lost would be $50 instead of $150 for GPS. What other data could I send?
I would know the approximate location of the Balloon! Enough to find it anyway.
What do you think? Feasible?
Actually I've done that already! Different type of balloon. Love Instamapper. This will be much lighter, so I could use a smaller balloon. I've written much code for Instamapper and Google Maps together. It will work where there is no Boost coverage, like here 01355.
Can you receive control data with a cheap drone or beacon transmitter? Laugh, it's a joke. But not ROTFL.
It's not going to say "Spy Balloon" on it with big letters. It will look like a lost kids toy. Who said low attitude? I'm going 10k with a stronger Xbee! Or a timer that brings it back down if it loses the signal for long. Simple with Uno. You helped me think of my first control signal. It's going up to the UNO. A signal which will tell it to pop the balloon when it's over an area that I can access. Try that with a transmitter!
Report me? For what? They're going to analyze my Arduino code before I get there?
I was considering using the Xbee Wifi shield and library to get MAC addresses instead of SSID with a keychain. A little extra weight and expense but how cool! More sensitive. Easier too. Is anyone familiar with this library? Does this function exist? It does NOT in one of the other Wifi libraries I checked.
$12.99 keychain video camera + 2GB micro-SD card
"This is an archived page. This product is no longer available and has been replaced by a newer product."
$7.69 keychain video camera (Micro SD card sold separately for $5.59)
Thanks for that link! Just realized I don't really need the Xbee 2ghz radio. Unless I want to control it to bring it down from 1mi away or 6000' up. Instead I can wait until it's over an open Wifi network. Then it will tell me where it is! This will work even if I have to wait until the human finder gets home. It would have printed instructions take me to an Open Wifi for a prize! I wish it would work at Starbucks. Then I'd say take me to Starbucks instead! Much more funny and they wouldn't understand why until I arrived...
In the middle of the Big Woods. Not many houses around except on the main highway. But the few with electricity have Open Networks so their neighbors can share! We don't have cable or phone lines or DSL. Few have dishes. Just Sprint Mifi. It doesn't matter. Even if I can't find any open wifi, maybe I'm too high, it will have a note on it. Take me to Wifi or take me to Starbucks. Then I might know where it is! Unless the Google database doesn't have the MAC address cuz the road is too small and rarely used...
In Orange County, CA maybe 1 in 100 neighbors have open wifi. But in a neighborhood with 1000 houses that is enough. I can store the MAC's along the way. I don't need to find it until the end. Then at least it'll be lower. Hopefully not in the middle of the desert!
sbright33:
I could get the SSID of any nearby Wifi from a small keychain Wifi finder. Then send it via 60mw Xbee.
I would know the approximate location of the Balloon! Enough to find it anyway.
What do you think? Feasible?
I think there might be a few minor glitches in your plan that may combine to make it infeasible.
Keychain WiFi detectors usually just give rough signal strength and not BSSID (MAC address)
With a 60mW XBee you would have to be fairly close to the balloon to get a data connection
Google seems to have blocked access to the BSSID-to-location database. At least the two sites I found that used to be able to query the database no longer work.
I'm going to design it to be failsafe, so that I can bring it down at any time using Xbee when it's over a big field. If I lose radio contact for 10 minutes then it will come down rapidly on it's own. This way it can't get very far from it's last known location on a calm day. This would only happen if there's no road where it's going.
Interesting Wiki! Don't worry I'm not planning to put any bombs in the air. Actually they ARE interchangeable. Xbee makes a Wifi shield. Not sure about the code compatibility.