-
Notifications
You must be signed in to change notification settings - Fork 1
/
ble_led.html
123 lines (96 loc) · 3.37 KB
/
ble_led.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>蓝牙调光灯,从此不用起床开关灯了</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
<style>
.col-center-block {
float: none;
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<nav class="navbar navbar-trans navbar-fixed-top" role="navigation">
<div class="container">
<a href="./index.html">
<h4 class="text-center">JUMA物联网基础软件架构</h4>
</a>
</div>
<!-- <div class="navbar-collapse collapse" id="navbar-collapsible">
<ul class="nav navbar-nav navbar">
<li><a href="#section1">What</a></li>
<li><a href="#section2">When</a></li>
</ul>
</div>-->
</nav>
<section class="container-fluid" id="section4">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div>
<h3>蓝牙调光灯,从此不用起床开关灯了</h3>
<hr />
<h4>方案概述</h4>
<p>朋友们来家开轰趴,好想把家里装扮成流光溢彩的舞厅。。。</p>
<p>早上起来,多希望唤醒睡美人的是柔和的光芒,而不是嘈杂的闹铃。。。</p>
<p>隆隆冬夜,钻进被窝,却发现忘记关灯,不得不凭借单薄内衣跑去关灯。。。</p>
<p>这些问题就让蓝牙调光灯来解决吧。JUMA推出蓝牙调光灯方案,采用业内最新蓝牙低功耗芯片,让手机或者其他移动设备(支持蓝牙4.0)取代传统遥控器,通过APP轻松调节灯的亮暗、颜色、开关、情景色等,使得家居照明更加方便、有趣、智能。</p>
<img src="./images/led1.png" class="img-responsive center-block ">
<br />
<hr />
<h4>效果演示</h4>
<iframe height=300 width=document.body.clientWidth src="http://player.youku.com/embed/XMTMwMTY3MzYyNA==" frameborder=0 allowfullscreen></iframe>
<hr />
<h4>技术指标</h4>
<p>软件</p>
<ul>
<li>APP支持Android和iOS</li>
<li>一键切换情景色彩</li>
<li>无极调节灯光颜色</li>
<li>预置多种光影特效</li>
</ul>
<p>硬件</p>
<ul>
<li>蓝牙芯片:Nordic nRF51822等;</li>
<li>蓝牙距离:10m;</li>
<li>模块规格:<a href="http://www.juma.io/spec/nova.pdf">nova.pdf</a>;</li>
</ul>
<hr />
<h4>服务内容</h4>
<p>软件</p>
<ul>
<li>蓝牙SDK;</li>
<li>Demo案例和说明;</li>
<li>方案定制和技术支持;</li>
</ul>
<p>硬件</p>
<ul>
<li>提供蓝牙调光灯模块的PCBA;</li>
</ul>
<hr />
<h4>方案咨询</h4>
<p>请发邮件至<a href=mailto:[email protected]>[email protected]</a>,客服人员会和您联系。</p>
<hr />
</div>
</div>
</div>
</div>
</div>
</section>
<!-- script references -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>