-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathLoraModule.html
More file actions
214 lines (205 loc) · 8.09 KB
/
LoraModule.html
File metadata and controls
214 lines (205 loc) · 8.09 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Lora Module - Central Hub</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Central Hub</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="AirModule.html">Air Module</a></li>
<li><a href="LightModule.html">Light Module</a></li>
<li><a href="Sound&LightningModule.html">Sound & Lightning Module</a></li>
<li><a href="MainModule.html">Main Module</a></li>
<li><a href="LoraModule.html">Lora Module</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<h2>Lora Module</h2>
</div>
</header>
<!-- Content -->
<div class="wrapper">
<div class="inner">
<section>
<h2 class="major">Setting Up The External Hard Drive</h3>
<p><b>1. Check if the hard drive is connected</b></p>
<img src="images/1.png">
<p> </p>
<p>The output should look like this:</p>
<p> </p>
<img src="images/output.png">
<p> </p>
<p>Make sure that the hard drive you would like to use is formatted in the <b>ext4</b> filesystem.</p>
<section>
<p><b>2. Mount The Hard Drive</b></p>
<img src="images/two.png">
<section>
<p> </p>
<p><b>3. Transfer Your Root Partition To The New Drive:</b></p>
<img src="images/three.png">
<p> </p>
<p>Change the lines as follows:</p>
<img src="images/lines as follows.png">
<p> </p>
<p><b>4. Change The Boot Order:</b></p>
<img src="images/boot order.png">
<p> </p>
<p>Add The Following Line (while making sure to get the spacing right):</p>
<p> </p>
<img src="images/spacing.png">
<p> </p>
<p>Comment the SD Boot:</p>
<img src="images/sd boot.png">
<p> </p>
<p> </p>
<p><b>Restart The System</b></p>
<section>
<h2 class="major">Registering Lora Nodes</h3>
<p> 1. On your browser, type in the ip address of the Lora Gateway (Rasberry Pi) </p>
<p> </p>
<p> 2. Go to the application tab and create an application under the credentials given below</p>
<img src="images/lora3.png">
<p> </p>
<p> 3. Under the application created, click on the table icon. Here you can register your Lora Nodes:</p>
<img src="images/lora2.png">
<p> </p>
<section>
<h2 class="major">Jetson</h3>
<h2 class="major">Pi</h3>
<p><b>Install Dependencies</b></p>
<img src="images/dependencies.png">
<p><b>Edit Crontab With Nano</b></p>
<p>export VISUAL=nano; crontab -e</p>
<h2 class="major">Jetson</h3>
<img src="images/Jetson.png">
<p><b>Crontab</b></p>
<img src="images/crontab.png" width="1000" height="75">
<section>
<h2 class="major">LoRaWAN Gateway:</h3>
<p>This kit provides all the basic tools needed to collect and transfer data among all your LoRa nodes. </p>
<img src="https://static-cdn.seeedstudio.site/media/catalog/product/cache/9d0ce51a71ce6a79dfa2a98d65a0f0bd/h/t/httpsstatics3.seeedstudio.comseeedimg2017-04npjxt95kqxosd6stvkza0prn.jpg" width="370" height="275">
<p> </p>
<p>Dimensions: 200mm x 130mm x 50mm</p>
<TABLE>
<TR>
<TD><b>Parts</b></TD>
<TD><b>Quantity</b></TD>
<TD><b>Details</b></TD>
</TR>
<TR>
<TD>Raspberry Pi 3</TD>
<TD>1</TD>
<TD><a href="https://static.raspberrypi.org/files/product-briefs/Raspberry-Pi-Model-Bplus-Product-Brief.pd">Details</a></TD>
</TR>
<TR>
<TD>Seeeduino LoRaWAN with GPS</TD>
<TD>1</TD>
<TD><a href="https://wiki.seeedstudio.com/Seeeduino_LoRAWAN/">Details</a></TD>
</TR>
<TR>
<TD>Gateway module RHF0M301 – 868</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
<TR>
<TD>PRI 2 Bridge RHF4T002</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
<TR>
<TD>8GB Micro SD Card – Class 10</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
<TR>
<TD>USB to UART Adapter</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
<TR>
<TD>0dBi Rubber Duck Antenna</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
<TR>
<TD>Micro USB Cable 20cm</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
<TR>
<TD>Micro USB Cable 100cm</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
<TR>
<TD>RJ45 Ethernet Cable 100cm</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
<TR>
<TD>5V/2.1A American Standard Adapter with Micro USB Connector</TD>
<TD>1</TD>
<TD>-</TD>
</TR>
</TABLE>
<section>
<h2 class="major">Jetson Nano Developer Kit:</h3>
<p>NVIDIA® Jetson Nano™ Developer Kit is a computer that lets you run multiple neural networks side by side for applications like image classification, object detection, segmentation, and speech processing. </p>
<img src="https://developer.nvidia.com/sites/default/files/akamai/embedded/images/jetsonNano/JetsonNano-DevKit_Front-Top_Right_trimmed.jpg" width="316" height="257">
<p>CPU: Quad-core ARM A57 @ 1.43 GHz</p>
<p><b>Items Included:</b></p>
<p>Jetson Nano Developer Kit</p>
<p>Small paper card with quick start and support information</p>
<p>Folded paper stand</p>
<section>
<h2 class="major">WD 1TB Portable External Hard Drive:</h3>
<p>WD External HD is a portable harddrive in which you can store massive amounts of files, inculding photos, videos, and music.</p>
<img src="https://images-na.ssl-images-amazon.com/images/I/818%2BOzCMXlL._AC_SL1500_.jpg" width="300" height="200">
<p> </p>
<p>Interface: USB 3.0/2.0</p>
<p>Dimensions: 4.33in x 3.21in x 0.64in</p>
<section>
<h2 class="major">WIWAV 5 Port Switch:</h3>
<p>WIWAV's 5-Port Switch is a low power consumption device that series up to 5 Ethernet devices for critical applications in hazardous environments, such as smart traffic, factory automation, and outdoor access connection for video surveillance / FTTx and Wi-Fi coverage.</p>
<img src="https://images-na.ssl-images-amazon.com/images/I/71xmV9A56uL._SL1500_.jpg" width="316" height="316">
<p> </p>
<p>Interface: 5 x RJ45</p>
<p> Transmission Speed: 10/100Mbps</p>
<p>Dimensions: 28mm x 118mm x 89mm</p>
<p>Range of Operating Temperatures: -30°C ~ +75°C</p>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>