New BeaconFence component http://blog.marcocantu.com/blog/2015-july-beaconfence.html
New BeaconFence component http://blog.marcocantu.com/blog/2015-july-beaconfence.html
http://blog.marcocantu.com/blog/2015-july-beaconfence.html
http://blog.marcocantu.com/blog/2015-july-beaconfence.html
An interesting one would be a phone simulating a beacon. Since it is just a radio frequence, why not to have it?
ReplyDeleteWell, not that simple without OS support. Android has Beacon transmission support, but only in very recent releases. iOS lacks the feature.
ReplyDeleteI like the idea, but I don't like the licencing. It's extremely hard to manage "pay per use" components when you are selling software to multiple customers. We are very happy to pay for good quality third party components, but not every time we make a sale.
ReplyDeleteTo make things worse, when you check out the product page you're told to contact the sales department for pricing. Why? How hard is it to just publish the prices on the web page?
I really hope this isn't the direction Embarcadero will be going with components in the future.
Paul Thornton I think the prices will be available publicly soon, there is nothing secret. The idea is to try avoid overcharging for the component for casual users, and move the payments to the deployment, rather than even before development starts. The pricing is basically by square footage of the target location. This is a type of application you'll have to customize for each target location / user, more than a general software solution.
ReplyDeleteMarco Cantù I really hope there have not been ressources pulled from fixing RAD Studio issues for this component development ... but I have to admit the component looks very interesting :-)
ReplyDeleteThe component looks interesting but two things immediately come to mind:
ReplyDelete1. Pricing model - Painful
2. Development - As Roland mentioned I hope EMB is not using up resources that should be used to improve and debug Rad studio. I think EMB should concentrate more on their core products before that coming up with all sorts of third party products.
Where can I find info on the beacon and locator hardware?
ReplyDeleteHi Lars Fosdal ...
ReplyDeleteI used this one with success...
http://www.lintech.de/produkt/bluetooth-low-energy-beacon/
They provide prototyping kits and do - at least I think - oem if you want to develop your own hadware ...
contact is ...
lindner@lintech.de
I discovered a less expensive beacon (which only worked with iBeacon for me and I did not thoroughly test it) by this chinese provider ...
www.oemblue.com
no idea if they provide beacons in small amounts for a competitive price ... very helpful contact is ...
Mrs...
dora@oemblue.com
The hardware for locating was my mobile (Samsung S4) - I am not aware of any locator gadgets ... please post here if you find out.
ReplyDeleteLars Fosdal The locator can be any iOS or Android phone, with Bluetooth LE. That's the nice thing about beacons, any mobile app can receive information from them at no cost. Beacons are still a little expensive, but pricing are coming down very fast, it seems.
ReplyDeleteI can recommend beacons from this company. www.emmicroelectronic.com
ReplyDeleteBeen doing some testing with them. Tried the cheaper Chinese ones and found them to be a bit unreliable.
These are the vendors we are in touch with and we have done tests with their beacons:
ReplyDelete* Estimote
* Radius Networks
* BLE Home
* EM Microelectronic
I need a Windows locator to be able to determine truck position in warehouse.
ReplyDeleteSo you have the beacons moving, rather than the device? Well, you could always use a mobile device and use AppTethering to shuffle the info into a VCL app... or try using the WinRT Apis to handle beacons, but I know this is quite a complex task.
ReplyDeleteThe beacons would fence in production pickup areas, loading bays, shelve areas, etc.
ReplyDeleteThe truck (which is running an industrial Windows PC - Windows 7) would need to be able to locate it's position in the same way that the iOS or Android device does.
I see. Well, if it is running Windows 7, there is no way AFAIK. Unless you can justify (in terms of costs) having a small external mobile device attached to it. That could act as a beacon receiver, the same way an RFID received would (but much cheaper). Letting this device communicate with the industrial PC should be easy.
ReplyDeleteWe are currently testing Windows Surface Pro 3 for the dry/cool storage spaces - as we can break 7-8 of those for the price of one industrial PC :P
ReplyDeleteWill the SP3/Win3 have what it takes?
Adding another device is not optimal as more cabling = more stuff that can fail.
Makes sense. Beacons support was just added to Windows 10, there is no Win32 (or even classic .NET) API for it. Only WinRT. We have interfaces for WinRT, but some of the areas are a bit tricky, so the plan is to explore this in the coming months. I've seen very little from Microsoft about this support, not sure how complete and reliable it will be.
ReplyDelete