430mhz data transfer

From low tech network
(Difference between revisions)
Jump to: navigation, search
(Doodle labs DL435-30)
Line 1: Line 1:
 
Mesh networks using 2.4 Ghz wifi are becoming popular, but are they really practical for anywhere other than extremely densely populated cities?  It would be better to have something more practical which could give access to those in the countryside, as well as on vehicles and boats.   
 
Mesh networks using 2.4 Ghz wifi are becoming popular, but are they really practical for anywhere other than extremely densely populated cities?  It would be better to have something more practical which could give access to those in the countryside, as well as on vehicles and boats.   
  
A way to get around the range limitations of 2.4GHz wifi, could be to convert it directly down to 400Mhz, which a couple of wireless mini PCI cards are able to do.  Singapore based Doodle labs produce the [http://doodlelabs.com/products/sub-ghz-range/420-450-mhz-band-dl435.html DL435-30] and Canadian XAGYL Communications produce the [http://www.xagyl.com/store/product.php?productid=16450&cat=251&page=1 XC420M] .  Interestingly there is an amateur band just above 400Mhz - the International Telecommunications Union allocates 430-440MHz for amateurs, and in some countries its wider.  The problem is bandwidth; at microwave frequencies the 10MHz bandwith used by 802.11 wifi is not much, but at 400MHz it is a big chunk of the spectrum and likely to interfere with other things.  Luckily it is possible to configure 802.11 to squeeze into 5Mhz.   
+
A way to get around the range limitations of 2.4GHz wifi, could be to convert it directly down to a lower frequency, meaning we no longer have the near line-of-sight limitation of typical 802.11.  A couple of wireless cards are able to do just thisSimply take 2.4GHz, chop off the 2 and you have 400MHz.  There is an amateur band just above 400Mhz - the International Telecommunications Union allocates 430-440MHz for amateurs, and in some countries its wider.
 +
 
 +
Singapore based Doodle labs produce the [http://doodlelabs.com/products/sub-ghz-range/420-450-mhz-band-dl435.html DL435-30 transceiver board] and Canadian XAGYL Communications produce the [http://www.xagyl.com/store/product.php?productid=16450&cat=251&page=1 XC420M].  Both are mini PCI cards which operate at 420-450MHz and can work with linux wifi drivers.  The problem is bandwidth; at microwave frequencies the 10MHz bandwith used by 802.11 wifi is not much, but at 400MHz it is a big chunk of the spectrum and likely to interfere with other things - many common radio controlled devices operate on 433MHz.  Luckily it is possible to configure 802.11 to squeeze into 5Mhz.   
  
 
* [http://en.wikipedia.org/wiki/70-centimeter_band 70cm amateur band english wikipedia article]
 
* [http://en.wikipedia.org/wiki/70-centimeter_band 70cm amateur band english wikipedia article]
 +
* [http://www.qsl.net/kb9mwr/projects/wireless/modify.html Modifying Consumer Off the Shelf Wireless LAN devices for specialized amateur use]  This article has a section on the 70cm band
  
 
The advantage, compared with packet radio or other data transmission techniques is that the hardware/firmware/software for 802.11 systems is already widely used and needs only modifying slightly.  The computer 'sees' the 430MHz wireless card as a normal 2.4GHz wifi device, with the usual channels etc.   
 
The advantage, compared with packet radio or other data transmission techniques is that the hardware/firmware/software for 802.11 systems is already widely used and needs only modifying slightly.  The computer 'sees' the 430MHz wireless card as a normal 2.4GHz wifi device, with the usual channels etc.   
Line 9: Line 12:
 
<!-- Other frequencies.  144Mhz amateur.  HF?  -->   
 
<!-- Other frequencies.  144Mhz amateur.  HF?  -->   
 
   
 
   
=====Doodle labs DL435-30=====
+
=====software=====
[[File:dl435.jpg|left|200px]]
+
The cards 'appear' to be normal 2.4GHz wifi cards, so not many software changes are required.  The Ubiquiti Routerstation, comes with OpenWRT Kamikaze.  Most of the experiments I have read about use [http://www.dd-wrt.com DD-wrt], which has an easy to use web-based interface with a build in option to change the channel with to 10 or 5 MHz (necessary on 430MHz). However, DD-WRT is commercial software, not open source, and the trial version does not allow ssh accessnbd from the OpenWRT project gave quick instructions on how to get the routerstation working with the DL435-30 with a 5MHz channel width, after flashing the firmware from [http://downloads.openwrt.org/snapshots/trunk/ar71xx/ http://downloads.openwrt.org/snapshots/trunk/ar71xx/]
The [http://doodlelabs.com/products/sub-ghz-range/420-450-mhz-band-dl435.html Doodle labs DL435-30] is an OFDM miniPCI transceiver on 420-450MHz, supported by MadWifi linux drivers.  They also offer similar transcievers for a wide variety of frequencies.  Including a configurable 150Mhz to 1Ghz 2W data transceiver.   However, the company promote their radios for military useSo I would avoid buying from them. 
+
* [http://www.qsl.net/n9zia/dl435/index.html Doodle Labs DL435-30 420-450 MHz OFDM Transceiver Experiments]
+
* [http://kb9mwr.blogspot.co.uk/2012/01/doodle-labs-dl435-30-reports.html KB9MWR's DL435-30 report]
+
  
Most reports listed here have used the cards with the Ubiquiti Routerstation or Routerstation Pro, a compact router board with three miniPCI slots. They are powered by power over ethernet, so would be easy to put somewhere high up, with a sing cable for power and data.  Ubiquiti stopped making these routers in 2011, and they are difficult to find.  It would be possible to use an old laptop with the unnessary components removed.  Or even a desktop computer, using mini PCI to PCI converter.  Having a storage disk with the router could be useful, but if its going to be in a precarious high up location, probably best to keep it minimal and have stuff like that on the ground.  Its a shame the Raspberry Pi does not have a miniPCI.
+
  <nowiki>opkg update
  
Maybe it is possible to use it with other routers with a mini PCI slot. There are many listed in the compatible hardware list on DD-WRT site, for example the cisco lynksys WAP54G - it would be interesting to know if this works with the doodle labs cards.
+
  # install the right wireless driver
* [http://www.dd-wrt.com/wiki/index.php/Supported_Devices DD-WRT List of supported devices]
+
opkg install kmod-ath5k
  
The doodle labs cards have tiny MMCX connectors for connecting the antenna feeder. So we would need MMCX pigtail cable to connect to a more robust connector like SMA or N-type.
+
  # re-run wifi device detection
 +
wifi detect > /etc/config/wireless
  
* [http://www.qsl.net/kb9mwr/projects/wireless/modify.html Modifying Consumer Off the Shelf Wireless LAN devices for specialized amateur use]
+
# edit /etc/config/wireless, enable wifi, set
 +
# 'option chanbw 5'</nowiki>
 +
 
 +
It is also useful to install the [http://luci.subsignal.org LuCI] web user interface.
  
=====software=====
 
[http://www.dd-wrt.com DD-wrt]
 
 
=====antennas=====
 
=====antennas=====
A simple 1/4 wave antenna would be 14cm  
+
A simple 1/4 wave antenna is 14cm long.  The links below show some other designs.
 +
* [http://users.skynet.be/deswert.luc/70%20cm%206%20element%20beam.htm 6 Element directional yagi]
 
* [http://www.dxzone.com/catalog/Antennas/70cm/ DXzone's 70cm antenna links]
 
* [http://www.dxzone.com/catalog/Antennas/70cm/ DXzone's 70cm antenna links]
 
* [http://www.mikestechblog.com/joomla/component/content/article/43-ham-radio-antennas/62-70-cm-440-mhz-j-pole-construction-plans.html 440mhz j-pole design]
 
* [http://www.mikestechblog.com/joomla/component/content/article/43-ham-radio-antennas/62-70-cm-440-mhz-j-pole-construction-plans.html 440mhz j-pole design]
Line 33: Line 36:
  
 
=====amplifiers for 70cm=====
 
=====amplifiers for 70cm=====
the UK foundation amateur power limit is 10w.  
+
The UK foundation amateur power limit is 10w. I wonder what amateurs would think about people using these frequencies for this kind data transfer because even at 5Mhz bandwidth, it would hog the band a bit.
 +
 
 +
These links are to build a considerably more powerful amplifier. 
 
* [http://www.w6pql.com/500w_70cm_amplifier.htm 500w 70cm amplifier kit] and [http://www.w6pql.com/70cm/500wassembly.htm assembly guide]
 
* [http://www.w6pql.com/500w_70cm_amplifier.htm 500w 70cm amplifier kit] and [http://www.w6pql.com/70cm/500wassembly.htm assembly guide]
 
* [http://www.w6pql.com/70cm/MRFE6VP5600H.pdf the mosfet datasheet]
 
* [http://www.w6pql.com/70cm/MRFE6VP5600H.pdf the mosfet datasheet]
* [http://www.rfham.com/ rfham.com] has prebuilt Module PA 432MHz 500W
+
* [http://www.rfham.com/ rfham.com] has prebuilt Module PA 432MHz 500W
  
 
=====other stuff=====
 
=====other stuff=====
  
 +
* [http://www.cellular-news.com/story/30536.php WiMAX Demo Shows a 50km Broadband Internet Connection at 450MHz] Telsima on cellular news
 
* [http://qsl.net/kb9mwr/projects/wireless/70cm-ATV-HSMM.html 70cm ATV History and case for modified future HSMM use] Mostly talks about lisencing issues in the US but has some ideas about data networks on 70cm
 
* [http://qsl.net/kb9mwr/projects/wireless/70cm-ATV-HSMM.html 70cm ATV History and case for modified future HSMM use] Mostly talks about lisencing issues in the US but has some ideas about data networks on 70cm
 
* [http://www.rason.org/Projects/gelcell/gelcell.htm 12 volt gel cell charger plans]
 
* [http://www.rason.org/Projects/gelcell/gelcell.htm 12 volt gel cell charger plans]
 
* [http://en.wikipedia.org/wiki/Power_over_Ethernet Power over ethernet]
 
* [http://en.wikipedia.org/wiki/Power_over_Ethernet Power over ethernet]
 +
* [http://www.daveakerman.com/?p=592 Using the raspberry pi to transmit camera images] This project also uses the 430MHz amateur band, but at 300 baud, using the [http://www.radiometrix.com/content/ntx2 Radiometrix NTX2]

Revision as of 01:56, 19 March 2013

Mesh networks using 2.4 Ghz wifi are becoming popular, but are they really practical for anywhere other than extremely densely populated cities? It would be better to have something more practical which could give access to those in the countryside, as well as on vehicles and boats.

A way to get around the range limitations of 2.4GHz wifi, could be to convert it directly down to a lower frequency, meaning we no longer have the near line-of-sight limitation of typical 802.11. A couple of wireless cards are able to do just this. Simply take 2.4GHz, chop off the 2 and you have 400MHz. There is an amateur band just above 400Mhz - the International Telecommunications Union allocates 430-440MHz for amateurs, and in some countries its wider.

Singapore based Doodle labs produce the DL435-30 transceiver board and Canadian XAGYL Communications produce the XC420M. Both are mini PCI cards which operate at 420-450MHz and can work with linux wifi drivers. The problem is bandwidth; at microwave frequencies the 10MHz bandwith used by 802.11 wifi is not much, but at 400MHz it is a big chunk of the spectrum and likely to interfere with other things - many common radio controlled devices operate on 433MHz. Luckily it is possible to configure 802.11 to squeeze into 5Mhz.

The advantage, compared with packet radio or other data transmission techniques is that the hardware/firmware/software for 802.11 systems is already widely used and needs only modifying slightly. The computer 'sees' the 430MHz wireless card as a normal 2.4GHz wifi device, with the usual channels etc.


Contents

software

The cards 'appear' to be normal 2.4GHz wifi cards, so not many software changes are required. The Ubiquiti Routerstation, comes with OpenWRT Kamikaze. Most of the experiments I have read about use DD-wrt, which has an easy to use web-based interface with a build in option to change the channel with to 10 or 5 MHz (necessary on 430MHz). However, DD-WRT is commercial software, not open source, and the trial version does not allow ssh access. nbd from the OpenWRT project gave quick instructions on how to get the routerstation working with the DL435-30 with a 5MHz channel width, after flashing the firmware from http://downloads.openwrt.org/snapshots/trunk/ar71xx/

opkg update

 # install the right wireless driver
 opkg install kmod-ath5k

 # re-run wifi device detection
 wifi detect > /etc/config/wireless

 # edit /etc/config/wireless, enable wifi, set
 # 'option chanbw 5'

It is also useful to install the LuCI web user interface.

antennas

A simple 1/4 wave antenna is 14cm long. The links below show some other designs.

amplifiers for 70cm

The UK foundation amateur power limit is 10w. I wonder what amateurs would think about people using these frequencies for this kind data transfer because even at 5Mhz bandwidth, it would hog the band a bit.

These links are to build a considerably more powerful amplifier.

other stuff
Personal tools