Skip to content

mikekatz/iBeacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

iBeacon References

Demo Applications

  • AirLocate - Apple's demo app - shows everything: enter/exit events, ranging, calibration, and acting as a beacon.
  • iBeacon Demo - Demo app I created for showing off iBeacons at Cocoaheads.
  • BeaconOSX - turn a Mavericks mac into an iBeacon

Development/Debug Tools

Android

Phonegap

FAQ

Which devices support iBeacon?

Rule of thumb: all lightning devices + iPhone 4s & retina iPad

What is the difference between beacons and iBeacons?

  • Beacon is a generic term for a device that just periodically broadcasts an identifier. This is commonly used in the mobile space to apply to range of Bluetooth LE devices. iBeacon is a subset of becaons conforming to a particular specification.
  • iBeacon spec (requires MFI (Made for iOS) enrollment)
  • This specification requires the broadcasting of a uuid, major and minor identifier, as well as the radio power. Any compatible device can send the appropriate packets and be seen as an iBeacon, even if the device does not conform to Apple's trademark and MFI program.
  • Android devices with Android 4.3+ and Blueooth LE capabilities, such as the latest Samsung Galaxy and Nexus devices can detect iBeacon devices, even if this not supported by Apple.

Blogs

Development Reminders/notes

iBeacon Manufacturers

  • Appflare, small battery-powered
  • Bleu Station, smal USB
  • Bluesense, medium-sized, not sure if they support iBeacon, retail-focused
  • Estimote, medium battery-powered
  • Gelo, medium battery-powered, suitable for outdoor use, iBeacon coming soon
  • Gimbal by Qualcomm, small battery-powered (NOT iBeacon) and medium battery-powered (iBeacon)
  • Jaalee Small, lightweight. I haven't tried these out, but they might be iBeacon compatible and customizable based on their website. Available in many colors.
  • Radius several form factors, including USB, also have good tutorials, blog and open source utilities
  • Sensorberg, expensive
  • Sonic Notify, retail-focused

Releases

No releases published

Packages

No packages published