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