iPhone으로 Lansitec BLE 비콘 구성하기 #
참고: 모든 매개변수는 16진법으로 코딩되었습니다.
S테p 1: Search and download ‘LightBlue’ in App Store.
2단계: Power up. Open the beacon and turn it on. A red light will blink once it is on.
3단계: 열려 있는 라이트블루, a beacon with “LS_Beacon” will show in the app, click the corresponding one to enter the configuration page. Please click the iBeacon within 1 minute after power on or it must be restarted to enter the configuration mode again.

Major Configuration:





- Click “Major”;
- Click “Write new value”;
- Enter new Major value;
- Click “Done” to save;
- Click the Back sign (step 7) to return to the Peripheral page;
- Click “Back” (step 8) to exit the configuration. The change will not be saved if no existing the configuration.
Use the same way to configure minor, UUID, TX power, or other parameters. Please exit LightBlue after configuration. The light stops blinking after configuration.
TX Power Default value 07 (0dBm)
값 유형 | 값 | TX 파워 (데시벨) |
마녀 | 01 | -20 |
02 | -15 | |
03 | -10 | |
04 | -6 | |
05 | -5 | |
06 | -2 | |
07 | 0 | |
08 | 3 | |
09 | 4 | |
0A | 5 |
Advertisement interval Default value is 500ms; the maximum Adv interval is 10s.
값 유형 | 값 | 나간격 (중에스) |
마녀 | 010000000 | 100 |
020000000 | 200 | |
030000000 | 300 | |
040000000 | 400 | |
050000000 | 500 | |
…… | …… | |
640000000 | 10,000 |
광고 기능 #
The beacon broadcasts the entire 30-byte advertising packet in all advertising frequencies using a fixed 100 ms advertising interval.
Standard iBeacon Advertising Packet
바이트 오프셋 | 기본값 | 설명 | 속성 |
0 | 0x02 | 데이터 길이 – 2바이트 | 상수 서문 |
1 | 0x01 | 데이터 유형 - 플래그 | 상수 서문 |
2 | 0x06 | LE 및 BR/EDR 플래그 | 끊임없는 서문 |
3 | 0x1A | 데이터 길이 – 26바이트 | 끊임없는 서문 |
4 | 0xFF | 데이터 유형 – 제조업체별 데이터 | constant preamble |
5 | 0x4C | 제조업체 데이터 | 끊임없는 서문 |
6 | 0x00 | 제조업체 데이터 | 끊임없는 서문 |
7 | 0x02 | 제조업체 데이터 | 끊임없는 서문 |
8 | 0x15 | 제조업체 데이터 | 끊임없는 서문 |
9 | 0xF2 | 근접 UUID 1번째 바이트 | 사용자 UUID |
10 | 0xA5 | 근접 UUID 2번째 바이트 | 사용자 UUID |
11 | 0x2D | 근접 UUID 3번째 바이트 | 사용자 UUID |
12 | 0x43 | 근접 UUID 4번째 바이트 | 사용자 UUID |
13 | 0xE0 | 근접 UUID 5번째 바이트 | 사용자 UUID |
14 | 0xAB | 근접 UUID 6번째 바이트 | 사용자 UUID |
15 | 0x48 | 근접 UUID 7번째 바이트 | 사용자 UUID |
16 | 0x9C | 근접 UUID 8번째 바이트 | 사용자 UUID |
17 | 0xB6 | 근접 UUID 9번째 바이트 | 사용자 UUID |
18 | 0x4C | 근접 UUID 10번째 바이트 | 사용자 UUID |
19 | 0x4A | 근접 UUID 11번째 바이트 | 사용자 UUID |
20 | 0x83 | 근접 UUID 12번째 바이트 | 사용자 UUID |
21 | 0x00 | 근접 UUID 13번째 바이트 | 사용자 UUID |
22 | 0x14 | 근접 UUID 14번째 바이트 | 사용자 UUID |
23 | 0x67 | 근접 UUID 15번째 바이트 | 사용자 UUID |
24 | 0x20 | 근접 UUID 16번째 바이트 | 사용자 UUID |
25 | AA | 주요 1번째 바이트 | 주요 가치 |
26 | 비비 | 메이저 2번째 바이트 | 주요 가치 |
27 | 참조 | 마이너 1번째 바이트 | 사소한 가치 |
28 | 참조 | 마이너 2번째 바이트 | 사소한 가치 |
29 | 0xB3 | 신호 전력(교정된 SSI@1m) | 신호 전력 값 |
This beacon also supports broadcast TX power, advertise interval and battery level information. Please contact us for this firmware if you need it.
바이트 오프셋 | 기본값 | 설명 | 속성 |
0 | 0x02 | 데이터 길이 – 2바이트 | 상수 서문 |
1 | 0x01 | 데이터 유형 - 플래그 | 상수 서문 |
2 | 0x06 | LE 및 BR/EDR 플래그 | 끊임없는 서문 |
3 | 0x1B | 데이터 길이 – 27바이트 | 끊임없는 서문 |
4 | 0xFF | 데이터 유형 – 제조업체별 데이터 | constant preamble |
5 | 0x05 | Advertise interval value | 끊임없는 서문 |
6 | 0x06 | TX power value | 끊임없는 서문 |
7 | 0x02 | 제조업체 데이터 | 끊임없는 서문 |
8 | 0x16 | 제조업체 데이터 | 끊임없는 서문 |
9 | 0xF2 | 근접 UUID 1번째 바이트 | 사용자 UUID |
10 | 0xA5 | 근접 UUID 2번째 바이트 | 사용자 UUID |
11 | 0x2D | 근접 UUID 3번째 바이트 | 사용자 UUID |
12 | 0x43 | 근접 UUID 4번째 바이트 | 사용자 UUID |
13 | 0xE0 | 근접 UUID 5번째 바이트 | 사용자 UUID |
14 | 0xAB | 근접 UUID 6번째 바이트 | 사용자 UUID |
15 | 0x48 | 근접 UUID 7번째 바이트 | 사용자 UUID |
16 | 0x9C | 근접 UUID 8번째 바이트 | 사용자 UUID |
17 | 0xB6 | 근접 UUID 9번째 바이트 | 사용자 UUID |
18 | 0x4C | 근접 UUID 10번째 바이트 | 사용자 UUID |
19 | 0x4A | 근접 UUID 11번째 바이트 | 사용자 UUID |
20 | 0x83 | 근접 UUID 12번째 바이트 | 사용자 UUID |
21 | 0x00 | 근접 UUID 13번째 바이트 | 사용자 UUID |
22 | 0x14 | 근접 UUID 14번째 바이트 | 사용자 UUID |
23 | 0x67 | 근접 UUID 15번째 바이트 | 사용자 UUID |
24 | 0x20 | 근접 UUID 16번째 바이트 | 사용자 UUID |
25 | AA | 주요 1번째 바이트 | 주요 가치 |
26 | 비비 | 메이저 2번째 바이트 | 주요 가치 |
27 | 참조 | 마이너 1번째 바이트 | 사소한 가치 |
28 | 참조 | 마이너 2번째 바이트 | 사소한 가치 |
29 | 0xC4 | 신호 전력(교정된 SSI@1m) | 신호 전력 값 |
30 | 0x64 | 배터리 수준 | 배터리 수준 |
About accuracy, several factors influence the accuracy distance measuring with BLE RSSI.
- Shadow effect: signals can be reflected by walls and glasses around many times during the transmission. If there is an object moving due to diffraction, the signal path will be changed. This results in receiving unstable signal strength.
- There are many devices on 2.4G, Wi-Fi, Bluetooth, Zigbee. The signal may overlap with each other which makes the received signal strength unstable.
When using a beacon for positioning, please consider the follow method for measuring the distance.
- While the beacon is advertising, repeatedly sample the RSSI at a 1 meter distance for a minimum of 10 seconds.
- Discard the highest 10% of the RSSI samples
- Discard the lowest 20% of the RSSI samples
- 나머지 샘플의 평균을 구해 측정된 전력 값을 얻습니다.
거리와 위치를 계산하기 위해 두 가지 알고리즘을 더 추천합니다.
- Moving average algorithm, refer to document number 930-00171.
- Position Calibration, refer to document number 930-00172.
배터리 수명 #
브로드캐스트 간격(ms) | 100 | 300 | 500 | 1000 |
Battery Life (Year) | 1.2 | 3.5 | 5 | >6 |
사양 #
규약 | 아이비콘 |
RF 전력 | 0dBm in default, -20 to +4dBm TX power, configurable in 4 dB steps |
거리 | 최대 80m |
실내 추적을 위한 밀도 | >10m |
방송 | 최소 100ms |
전력 소비량 | 35μA @ 500ms interval and 0dBm TX power |
배터리 | CR2477x2 |
무게 | 57g |
IP 보호 | IP68 |
차원 | 82*64*21mm (러그 포함) |
인증 | FCC, CE |
How to install a Bluetooth Beacon #

Option 1: Screw fixation.

Option 2: Double-sided adhesive tape.

Option 3: Metal wire strapped to the poles.
배터리 교체 방법 #
