piBeacon: 7- tested Beacons

User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

piBeacon: 7- tested Beacons

Post by kw123 »

May be
do you have any of the e scanners on your iPhone? Try to use that and see if they can find it.

In addition. Why buy something you need to buy again every year.


Sent from my iPhone using Tapatalk
User avatar
roquej
Posts: 628
Joined: Sun Jan 04, 2015 4:56 pm
Location: South Florida, USA

Re: piBeacon: 7- tested Beacons

Post by roquej »

Karl,

Using eBeacon on my iPhone, I can see three Tile, which is all the tiles that I have. (see enclosed screen from eBeacon). The three include the new slim Tile and newly replaced regular tile. However, only the old regular tile shows in piBeacon.

Why do I have Tile? Simple, wife wants them for her keys, wallet and purse...not fighting a battle lost before it even starts...for my stuff, I use xy.

JP
Attachments
IMG_0010.jpg
IMG_0010.jpg (138.01 KiB) Viewed 6672 times
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

I tried ebeacon. No success. Will try again.
Do you have tile ble access on when title not active?


Sent from my iPhone using Tapatalk
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

ok I have the tileSlim(e) now too on ebeacon.. don't know why they do not show up.. this will require some deeper dives
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

tiles are not really iBeacon, but it works somehow. will need to add scanning for all BLE signals and then find how tile does it
Attachments
Screen Shot 2016-09-18 at 17.57.28.png
Screen Shot 2016-09-18 at 17.57.28.png (81.57 KiB) Viewed 6640 times
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

for anyone thats wants to read up on BLE standards:
http://www.ti.com/lit/an/swra475/swra475.pdf the packet structure

the program used to detect the beacons on the RPI filters out some BLE signals, eg no printers, tv .. headset. to catch the Tiles, I would need to change that filer to also allow for the new Tiles.

that is actually interesting ..


Karl
User avatar
roquej
Posts: 628
Joined: Sun Jan 04, 2015 4:56 pm
Location: South Florida, USA

Re: piBeacon: 7- tested Beacons

Post by roquej »

Glad to help :-)

JP
johnpolasek
Posts: 918
Joined: Fri Aug 05, 2011 2:01 pm
Location: Aggieland, Texas

Re: piBeacon: 7- tested Beacons

Post by johnpolasek »

Although not strictly a beacon, I found that the Fitbit Flex exercise tracker functioned quite well as a beacon, with a range comparable to that of the FinditXYs... but when the battery died in my 18 month old Flex, I decided to replace it with a new Charge... which like the IPhone, appears to create a new UUID every time it syncs
johnpolasek
Posts: 918
Joined: Fri Aug 05, 2011 2:01 pm
Location: Aggieland, Texas

Re: piBeacon: 7- tested Beacons

Post by johnpolasek »

Another beacon you can add to the list; these Magic Finder beacons from Office Depot (and likely elsewhere)

http://www.officedepot.com/a/products/5 ... vice-3-34/

for $13 US work fine. They're a bit bigger than the FinditXYs, and I don't know how long the battery lasts since I've only had this one a week, but it has a screw off port on the back to easily replace the 2032 when it does die.
Attachments
Magic Finder.JPG
Magic Finder.JPG (131.1 KiB) Viewed 6428 times
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

A nice feature of the (new) xy beacons:
the beep-button has its own mac number. So you have the (2) regular mac number devices and one that goes UP when you press the switch.
This can be used to eg switch on light .. it comes on in < 1 second and goes to "down" depending on your device setting. With "fast down" you can set it to 10 seconds. Then you could use it again.

all of my new ones (2) have the button mac number ending with 8 eg
00:EA:24:02:EC:04
00:EA:24:02:EC:07
00:EA:24:02:EC:08 <<== this one is the beep button.

the 07 and 04 behave identical i.e. go up and down together. so you could "ignore" one of them

Karl

new version will be posted tomorrow.. with some nice management features for the RPI .. and some minor bugs removed
next major version should have support raspberry shake as a sensor = earthquake sensor.. as soon as I get mine.

ps I just had to replace the batteries in my first version xy after > 7 months
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

the (again) new xy beacons v3 seem to work the same way as the xy-2 version: you get 3indigo-iBeacon devices with slightly different mac #(last digit) one of them is for the beep-button..
Together with "fast down" option in device edit this makes a nice on/off switch: eg if you come home the xy is recognized and if you them press the beep-button you can also trigger something else..

Karl
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

the kickstarter puck node js devices work fine as iBeacons

my UUID looks like:
01050d095075636b2e6a73-8292-25444


Karl

ps a way to find the MAC number:

Code: Select all

sudo hciconfig hci0 up
sudo hcitool lescan
sudo hciconfig hci0 down
will output something like:

Code: Select all

D0:4F:7E:21:73:37 (unknown)
D0:4F:7E:21:73:37 (unknown)
CA:7A:66:53:54:04 (unknown)
F5:19:E6:7F:DC:DE Puck.js dcde
D0:4F:7E:21:73:37 (unknown)
D0:4F:7E:21:73:37 (unknown)
after that you need to restart the piBeacon system:

Code: Select all

cd pibeacon
sudo python master.py
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

got the new Tiles to be recognized, at least the flat wallet one .. don't have any other new tile

will post the new version later after some more testing

AND these setting for the iBeacon detection seem to work a little better (faster) and less skipped iBeacons(*):
Screen Shot 2016-12-19 at 22.50.01.png
Screen Shot 2016-12-19 at 22.50.01.png (38.03 KiB) Viewed 6311 times
Karl
a beta is here:https://www.dropbox.com/s/wqyc0oi6g8bmq ... 3.zip?dl=1


(*) this setting will give it just a little bit more time ~0.5 secs and will do 2 loops to bluetooth interactions to get more messages.
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: piBeacon: 7- tested Beacons

Post by kw123 »

UUDI --> Names
if you put this

Code: Select all

{
  "01": "Tile", 
  "01050d095075636b2e6a73": "node-js", 
  "01060303edfe05": "Tile-v2", 
  "04180f1803190002020a0609ff0e0a00": "pebbleBee", 
  "07775dd0111b11e491910800200c9a66": "xy2", 
  "08885dd0111b11e491910800200c9a66": "xy3", 
  "1804180f1803190002020a0808ff0e0a": "pebbleBee", 
  "2f234454cf6d4a0fadf2f4911ba9ffa6": "radius", 
  "e2c56db5dffb48d2b060d0f5a71096e0": "Jinju", 
  "ebefd08370a247c89837e7b5634df524": "Jalee", 
  "fda50693a4e24fb1afcfc6eb07647825": "Sanwo"
}
into the file /Users/youruserid/Documents/piBeacon/UUIDtoName
( first stop plugin, create file and restart plugin)

You will have the UUIDs mapped to a name (in the notes column) that is easier to read.
You could also create the file manually in the "pibeacon/menu/ Map UUID to Name" .
In the device/state=UUID listing you will still have the original UUID

Karl
MarcoGT
Posts: 1148
Joined: Thu Sep 11, 2014 1:06 pm
Location: Germany

Re: piBeacon: 7- tested Beacons

Post by MarcoGT »

Which would be the "best" iBeacon to detect car/people presence?
XY find it 2?

(I live in Germany, so they should available here/in EU)

Thanks,
Marco
Post Reply

Return to “piBeacon”