pibeacon | scan ibeacon and eddystone beacon
kandi X-RAY | pibeacon Summary
kandi X-RAY | pibeacon Summary
Pibeacon is a project for run and scanning ibeacon and eddystone beacons in raspberry pi.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- start the ibeacon
- get Eddystone url
- return the error message
- Initialize the error message .
- Print bluetooth command
pibeacon Key Features
pibeacon Examples and Code Snippets
Community Discussions
Trending Discussions on pibeacon
QUESTION
I turned my raspberry pi to ibeacon transmitter, but my iPhone cannot detect my pibeacon signals for ranging, for example, it cannot say( push notification) whenever it's close( in the immediate distance) to pibeacon. However, my phone is working properly with other kinds of USB beacons such as Bluegiga and Radbeacon. Has anyone ever faced the same problem?
...ANSWER
Answered 2018-Jun-30 at 21:27iOS devices will not detect iBeacons packets unless the ProximityUUID of the beacon packet is pre-configured into the iOS app that is searching for them. Based on the commands shown in the question, the ProximityUUID being configured with the Pi is 43F2ACD1-5522-4E0D-9E3F-4A828EA12C25
It may just be that the iOS app you are using to try to detect it as an iBeacon packet is not pre-configured to look for the above ProximityUUID.
Non-beacon BLE apps on iOS can see your Pi's advertisements, so the fact that non-beacon apps detect it can still mean this is the problem.
If you are successful in using a beacon app to detect a RadBeacon, it can probably detect the default RadBeacon Proximity UUID of 2F234454-CF6D-4A0F-ADF2-F4911BA9FFA6. If your app can detect that, try configuring that into your Raspberry Pi start advertising command like this:
QUESTION
I want to send ibeacon and eddystone packets simultaneously from one beacon(PiBeacon). Actually, I'm running different commands in 2 terminals, each one for one of those protocols with an interval time, it works and it sounds good, but I just want to know if there is a smarter way to do that?
...ANSWER
Answered 2017-May-02 at 13:21Using a time interval to switch back and forth between two beacon transmissions is a pretty standard approach called "interleaving". It is often used on both embedded hardware beacon transmitters as well as software beacons like the PiBeacon. When using a single Bluetooth chip that supports only a single advertisements, this is the best approach available.
Bottom line: You are doing the right thing.
QUESTION
I configure my Raspberry Pi BLE to send packets of iBeacon, but with my detector, I cannot detect my PiBeacon packets as fast as some of the pre-configured beacons such as estimote or radbeacon. I could not find a way to send more packets with my Raspberry or how I can configure that to make it better and more discoverable, Anyone has experience about this? Is something like that even feasible?
...ANSWER
Answered 2017-May-01 at 14:53By default, Linux BlueZ will set up manufacturer advertisements to be advertised once per second. You can increase the advertising rate to 10Hz or more as described in my answer here:
https://stackoverflow.com/a/21126744/1461050
That said, this isn't going to make a huge difference in how quickly you discover the beacon -- it typically will change the discovery time from ~1000ms to ~100ms. If you are seeing much slower detection times, you may be facing a different problem requiring a more detailed description of what you are seeing.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pibeacon
You can use pibeacon like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page