Skip to content

Commit 2a7eebf

Browse files
committed
Signed-off-by: Robert Davidson <[email protected]>
1 parent bff922f commit 2a7eebf

File tree

7 files changed

+8337
-0
lines changed

7 files changed

+8337
-0
lines changed

iOS/iBeacon/Bluegiga/attributes.txt

Whitespace-only changes.

iOS/iBeacon/Bluegiga/gatt.xml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<configuration>
3+
4+
<service uuid="1800">
5+
<description>Generic Access Profile</description>
6+
7+
<!-- Device name -->
8+
<characteristic uuid="2a00">
9+
<properties read="true" const="true"/>
10+
<value>iBeacon</value>
11+
</characteristic>
12+
13+
<!-- Appearance: Generic tag -->
14+
<characteristic uuid="2a01">
15+
<properties read="true" const="true"/>
16+
<value type="hex">0200</value>
17+
</characteristic>
18+
</service>
19+
20+
<service uuid="180a">
21+
<description>Device Information</description>
22+
23+
<characteristic uuid="2a29">
24+
<properties read="true" const="true" />
25+
<value>Bluegiga/JWJ</value>
26+
<description>Manufacturer Name String</description>
27+
</characteristic>
28+
29+
<characteristic uuid="2a24">
30+
<properties read="true" const="true" />
31+
<value>1.0</value>
32+
<description>Model Number String</description>
33+
</characteristic>
34+
35+
<characteristic uuid="2a26">
36+
<properties read="true" const="true" />
37+
<value>1.0</value>
38+
<description>Firmware Revision String</description>
39+
</characteristic>
40+
41+
<characteristic uuid="2a27">
42+
<properties read="true" const="true" />
43+
<value>0.1</value>
44+
<description>Hardware Revision String</description>
45+
</characteristic>
46+
</service>
47+
</configuration>

iOS/iBeacon/Bluegiga/hardware.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<hardware>
4+
<sleeposc enable="true" ppm="30" />
5+
<usb enable="false" />
6+
<txpower power="15" bias="5" />
7+
<port index="0" tristatemask="0" pull="up" />
8+
<script enable="true" />
9+
</hardware>

0 commit comments

Comments
 (0)