aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2013-10-24-wireless-sensor-networks.md
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-12 18:35:08 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-12 18:35:08 +0200
commit23a56bd50b04211da3cab45f72c3390711b2416b (patch)
treeab9a4a0136b4cce06dba7d853e296f682f807dbb /content/posts/2013-10-24-wireless-sensor-networks.md
parentcecb4b48a39a3558979b9c4b50e45bf605a3684e (diff)
downloadmitjafelicijan.com-23a56bd50b04211da3cab45f72c3390711b2416b.tar.gz
Moved notes and posts into subfolders
Diffstat (limited to 'content/posts/2013-10-24-wireless-sensor-networks.md')
-rw-r--r--content/posts/2013-10-24-wireless-sensor-networks.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/content/posts/2013-10-24-wireless-sensor-networks.md b/content/posts/2013-10-24-wireless-sensor-networks.md
new file mode 100644
index 0000000..bc6b333
--- /dev/null
+++ b/content/posts/2013-10-24-wireless-sensor-networks.md
@@ -0,0 +1,54 @@
1---
2title: Wireless sensor networks
3url: wireless-sensor-networks.html
4date: 2013-10-24T12:00:00+02:00
5type: post
6draft: false
7---
8
9Zigbee networks have this wonderful capability to self-heal, which means they
10can reorder connections between them if one of them is inoperable. This works
11our of the box when you deploy them. But you have to have in mind that achieving
12this is not as easy as you would think. None of it is plug&play. So to make
13your life a bit easier, here are some pointers which, I hope, will help you.
14
15- Be careful when you are ordering your equipment abroad. There are many rules
16 and regulations you need to comply before you get your Xbee radios. What they
17 do is they wait until you prove that you won’t use the technology for some
18 kind of evil take over control of the world project :). For this, they have
19 EAR (Export Administration Regulations) which basically means “This product
20 may require a license to export from the United States.”.
21- I don’t know if this applies for every country, but when we purchased our Xbee
22 radios from Mouser, this was mandatory! What we needed to do was to print out
23 a form and write information about our company and send them a copy via
24 email. With this document, we proved that we are a legitimate company.
25- When you complete your purchase and send all the documentation, you are not
26 clear yet. Then customs will take it from there :). There will be some
27 additional costs. Before purchasing, make sure you have as much information
28 about costs as possible. Because it can get costly in the end.
29- I suggest you use companies from your country. You can seriously cut your
30 costs. Here in Slovenia, the best option so far as I know is Farnell. And
31 based on my personal experience, they rock! All I need to say!
32- Make plans when ordering larger quantities. Do not, I say, do not make your
33 orders in December! :) Believe me! You will have problems with stock they can
34 provide for you. So, we were forced to buy some things from Mouser, which was
35 extremely painful because of all the regulations you need to obey when
36 importing goods from the USA.
37- Make sure that firmware version on your Xbee radios is exactly the same! Do
38 not get creative!!! I propose using templates. You can get template by
39 exporting settings/profile in X-CTU application. Make sure you have enabled
40 “Upgrade firmware” so you can be sure each radio has the same firmware.
41- And again: make plans! Plan everything! In months advanced! You will thank me
42 later :)
43- Test, test, test. Wireless networks can be tricky.
44
45If you are serious, I suggest you buy this book, Building Wireless Sensor
46Networks. You will get a glimpse of how networks work in lumens terms. It is a
47good starting point for everybody who wants to build wireless networks.
48
49**Additional resources:**
50
51- http://www.digi.com/aboutus/export/generalexportinfo
52- http://doresearch.stanford.edu/research-scholarship/export-controls/export-controlled-or-embargoed-countries-entities-and-persons
53- http://www.bis.doc.gov/licensing/exportingbasics.htm
54