Hacker News new | ask | show | jobs
by cmollis 4570 days ago
Estimotes are nice for production, but we built testing beacons out of Raspberry Pi's

http://developer.radiusnetworks.com/2013/10/09/how-to-make-a...

Here's a link the source for an app that we wrote for a Party that we threw recently..

https://github.com/backofthecup/HolidayParty

We built a few D3 visualizations of where users were at the party, and how fast they found hidden iBeacons... kind of like a treasure hunt game to demo the technology.

2 comments

Can you explain how the device works? What does my phone do when it picks up this iBeacon?
If you've implemented the location callbacks for a specific region (defined by a UUID), then you'll receive messages with that detail how far you are from the device (within about 70m, depending on your device). Depending on the device, the power settings, etc, this can be very accurate.. to < 1m. The IOS api's also support background processing so the app doesn't necessarily need to be in the foreground to process. You will get called back when you enter and exit regions.
Would love to see the visualizations!