Coder Social home page Coder Social logo

Comments (7)

davidgyoung avatar davidgyoung commented on July 17, 2024

Hi, Wouter. It sounds like from the log entry that you are using an earlier version of library, perhaps 0.6. Can you please tell me what binary version you are using (or the latest hashtag if you pulled the code from git?)

The iBeacon detection criteria was expanded in more recent copies of the software. If you have the latest code, you won't see lines like that the the log unless you first set:

IBeaconManager.LOG_DEBUG = true

After you do this, if it still fails to detect your iBeacon, you should see a line like this:

This is not an iBeacon advertisement (no 4c000215 seen in bytes 2-5). The bytes I see are: ...

Please try that and let me know what you see. If you see a line like the above, please give me the exact byte sequence from the log entry.

from android-ibeacon-service.

sloot34 avatar sloot34 commented on July 17, 2024

Hi David,

Thanks for your reply.
I'm using Xamarin. In this git you can see which version we're using. Perhaps you can tell me which version I use ;-)
https://github.com/chrisriesgo/xamarin-android-ibeacon-service

Looking forward to your support and reply,

Wouter

from android-ibeacon-service.

davidgyoung avatar davidgyoung commented on July 17, 2024

Wouter,

It looks like the Xamarin packaged code from our respo from version 0.1
about three months ago. There have been lots of changes since then,
including a fix to recognize a wider variety of iBeacon advertisements.
This is why you are having trouble -- you need the latest code to solve
that problem.

Since I do not maintain that repo, I suggest you open an issue there, and
request that they re-package their jar file to include the latest code from
this library.

Thanks,
David

On Thu, Jan 9, 2014 at 7:17 AM, sloot34 [email protected] wrote:

Hi David,

Thanks for your reply.
I'm using Xamarin. In this git you can see which version we're using.
Perhaps you can tell me which version I use ;-)
https://github.com/chrisriesgo/xamarin-android-ibeacon-service

Looking forward to your support and reply,

Wouter

β€”
Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-31941039
.

from android-ibeacon-service.

davidgyoung avatar davidgyoung commented on July 17, 2024

Hi, @deviant-studio.

I might be able to add support if you can get multiple samples from the log for multiple Gimbal beacons. Do you have more than one Gimbal beacon? If so, can you try and get 10 samples for each beacon you have?

Thanks,
David

from android-ibeacon-service.

mykola-dev avatar mykola-dev commented on July 17, 2024

...

upd: i think gimbal beacons not ibeacon compatible. here is what i found:
http://beekn.net/2013/12/inside-gimbal-qualcomm-beacons-tackle-bluetooth-le-challenges/
"Actually, you can’t sniff the iBeacon UUID as Gimbal use their own implementation for their beacons. They use BLE to transmit encrypted IDs that change with each broadcast, so it needs to validate with the SDK / API to confirm which beacon ID this ties up to."

from android-ibeacon-service.

davidgyoung avatar davidgyoung commented on July 17, 2024

@deviant-studio, thanks for the log entries. I have added a change so these beacons can be detected. Because the identifiers are encoded using proprietary encryption, they cannot be read, so all Gimbal beacons will show up with an all zero Proximity UUID, major and minor. But at least they will show up!

see commit 58eed44

This will be available win the 0.7.4 binary release, probably in the next week.

from android-ibeacon-service.

mykola-dev avatar mykola-dev commented on July 17, 2024

Thanks David!
I removed logs from public messages. If you need it again ill send you privately.

from android-ibeacon-service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.