[Translation from English to Japanese ] iBeacon is a technology that allows you to add real world context to smart ph...

This requests contains 3076 characters . It has been translated 10 times by the following translator : ( jojo ) and was completed in 1 hour 38 minutes .

Requested by xargs at 05 May 2014 at 06:38 1558 views
Time left: Finished

iBeacon is a technology that allows you to add real world context to smart phone applications. Based around Bluetooth LE, part of the new Bluetooth 4.0 standard, it’s a way to provide basic indoor navigation and iBeacon has been integrated into iOS 7 both inside the Core Location and the Passkit frameworks to enable indoor micro-location and geofencing.
However it isn’t about location, it’s about proximity. Your iPhone—or now even your Android phone—can now alert applications when you are approaching or leaving a location with an iBeacon. It can also report an estimate of your proximity to the iBe, but you should be aware that the closer you are to the beacon, the more accurate the estimate of proximity becomes.

iBeaconは現実世界の状況をスマートフォンのアプリケーションに追加する技術である。iBeaconはBluetooth4.0規格の一部であるBluetooth LEの規格に基づき、基本的な屋内向けナビゲーションを提供する。また、iBeaconは、屋内におけるマクロ ロケーションとジオフェンシングを可能にするために、iOS7のコアとPasskit Frameworkに組み込まれている。しかし、それは位置では無く、近接空間情報である。iBeason信号の到達範囲内に進入、或いは範囲内から出たりすると、iPone、或いはアンドロイド携帯に搭載されているアプリケーションがそれを警告する。アプリケーションは、iBeaconまでの推測範囲を知らせることができるが、近くなれば近くなるほどその推測は正確になる。

It’s fairly simple to build your own iBeacon—either using a Raspberry Pi or using a Bluetooth LE board like the Red Bear Labs BLE Mini board—and there are some people taking advantage of that to turn a quick profit.
For instance Radius Networks is selling a “iBeacon Development Kit” which consists of a Raspberry Pi, a Bluetooth USB dongle, and an 8GB SD Card. Costing around $45 when bought separately at full retail price, they’re selling it bundled together for $100. That’s quite a markup, especially since they won’t be buying the components at retail, with very little added value over buying the parts separately and following fairly simple instructions to build your own.

Raspberry Pi、やRed Bear LabのBLEミニ ボードのようなボードのいずれかを使用して、独自のiBeaconを設置することは極めて簡単なことである。人々の中にはこの長所を利用して手っ取り早く利益を得ている人々もいる。たとえば、Radius Networkは、Radpberry Pi、BluetoothのUSBドングル、そして8GBのSDカードを組み合わせた「iBeacon開発キット」を販売している。それらを定価で個別に購入すると45ドルくらいであるが、Radius Networkはそれらをキットにして100ドルで販売している。その価格には大きな利幅がある。特に、Radius Networkは、小売店で個別に購入する際には、購入価格に少し上乗せする必要のある構成部品を卸売店から購入し、ユーザーがiBeaconを設置する際は、簡単な説明に従うことを要求している。

The Estimote is built around the Nordic Semiconductor nRF51822, which explains their presence on the Nordic booth at CES. It’s a nice chip, basically a 32-bit ARM Cortex M0 CPU with 256KB of flash and 16KB of RAM with a built-in 2.4GHz radio supporting both Bluetooth LE as well as 2.4GHz operation—where the 2.4GHz mode is on air compatible with the nRF24L series products from Nordic.
The beacons are marketed as including both a temperature sensor and an accelerometer—although as we’ll see later on neither of these are advertised as part of the GATT, and aren’t accessible data packets, at least at the moment.

Estimoteは、Nordic Semiconductor社製nRF51822をベースに作られている。そのため、CESではNordic社のブースにあった。これは素晴らしいチップで、基本的には256KBフラッシュと16KBメモリを搭載した32ビットARM Cortex M0 CPUであり、Bluetooth LEと2.4GHz動作をサポートする2.4GHz無線を内蔵している。2.4GHzモードは、Nordic社のnRF24Lシリーズ製品と互換性がある。
ビーコンは、温度センサーと加速度計を搭載しているとして販売されているが、後述するように少なくとも現時点ではGATTの一環として宣伝されておらず、アクセス可能なデータパケットではない。

Using Sandeep‘s noble package for node.js we can look at what’s advertised by one of the beacons, using the advertisement discovery script included with the package.

An Estimote beacon—picked at random from our developer preview kit—with a Bluetooth Address of E7:44:89:31:ED:4E advertises a local name of “Estimote”, along with some service and manufacturer data. However it doesn’t seem to be advertise any service UUIDs.
Taking a closer look at the manufacture data then, the data advertised by the beacon was,

Sandeeps社の素敵なnode.js用パッケージに含まれている広告検出スクリプトを使用すると、ビーコンが何を宣伝しているのかを確認できる。

開発者向けプレビューキットでランダムに受信した、BluetoothアドレスがE7:44:89:31:ED:4EのEstimoteビーコンは、サービスとメーカー情報と合わせて、「Estimote」というローカル名を宣伝している。

ただし、サービスUUIDは宣伝していないようだ。 メーカー情報をつぶさに見てみると、ビーコンが宣伝しているデータは、(訳者注:原文がここで切れています)

First two bytes are the Apple Company Identifier (Little Endian) 0×0042.
The third byte—at least most likely—specifies the data type, which is 2.
The fourth byte specifies the remaining data length, 21 bytes.
Estimote Beacons have a fixed iBeacon UUID of B9407F30-F5F8-466E-AFF9-25556B57FE6D.
The next two bytes after the iBeacon UUID are the iBeacon Major (Big Endian), i.e. 0xED4E, 60750.
The next two bytes after the iBeacon Major are the iBeacon Minor (Big Endian), i.e. 0×8931, 35121.
The final byte is the measured RSSI at 1 meter away, i.e. 0xB6, -74.

最初の2バイトは、アップル社識別子(リトルエンディアン)0×0042である。
3番目のバイトは、おそらくデータ型2を指定する。
4番目のバイトは、残りのデータ長21バイトを指定する。
Estimoteビーコンは、B9407F30-F5F8-466E-AFF9-25556B57FE6Dという固定iBeacon UUIDを持っている。
iBeacon UUIDに続く2バイトは、0xED4Eや60750のようなiBeaconメジャー(ビッグエンディアン)である。
iBeaconメジャーに続く2バイトは、0×8931や35121のようなiBeaconマイナー(ビッグエンディアン)である。
最後のバイトは、0xB6や-74のような1m先で測定されたRSSIである。

Try “Standard Translation” for specialized translation such as business purpose.

  • We can receive files such as Word, Excel, and PowerPoint.
  • There is no maximum word limit, and we deliver translations fast.
  • Higher-skilled translators will work on your request.

Feel free to contact
anytime