I was reading about how iBeacon will revolutionize contact less payments but when I read about square wallet, I thought this is already done without any need of iBeacon. Thoughts? Am I missing anything here?
Have you used Square Wallet yet? Experience is awful. It is thought that BLE might be better tech that leads to a better experience.
iBeacon Pioneers Estimote (YC S13) Raise $3.1M Seed Round
31–34 of 34 posts
Re: iBeacon Pioneers Estimote (YC S13) Raise $3.1M Seed Round
#32Congratulations to the Estimote guys! I've borrowed one of these to test out their signal strength/consistency. (At a recent AngelHack, I built an indoor-positioning system based on triangulation of signal strength. I tested with a StickNFind BLE device and a couple of homemade BLE(-ish) devices based on nRF24L01 RF modules. I'm hoping the signal strength from the Estimote is going to be more consistent than these.)
Re: iBeacon Pioneers Estimote (YC S13) Raise $3.1M Seed Round
#33Congratulations to the Estimote guys! I've borrowed one of these to test out their signal strength/consistency. (At a recent AngelHack, I built an indoor-positioning system based on triangulation of signal strength. I tested with a StickNFind BLE device and a couple of homemade BLE(-ish) devices based on nRF24L01 RF modules. I'm hoping the signal strength from the Estimote is going to be more consistent than these.)
I too have been working on triangulation - any code you can share?
My trilateration code isn't great - I tried doing it properly and couldn't get it working in the 24 hours of the hackathon. Positioning along a 1D line using signal strength from two beacons was much simpler and I implemented this and then bodged in a third beacon using some averaging.
Re: iBeacon Pioneers Estimote (YC S13) Raise $3.1M Seed Round
#34Congratulations to the Estimote guys! I've borrowed one of these to test out their signal strength/consistency. (At a recent AngelHack, I built an indoor-positioning system based on triangulation of signal strength. I tested with a StickNFind BLE device and a couple of homemade BLE(-ish) devices based on nRF24L01 RF modules. I'm hoping the signal strength from the Estimote is going to be more consistent than these.)
I got some estimotes and my experience is that the signal strength doesn't change consistently based on the distance. I was planning to do a program using trilateration... but I don't think it would work.