430mhz data transfer
(→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 | + | 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 [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? --> | ||
− | ===== | + | =====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 [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 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/ http://downloads.openwrt.org/snapshots/trunk/ar71xx/] | |
− | The [http:// | + | |
− | + | ||
− | + | ||
− | + | <nowiki>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'</nowiki> | ||
+ | |||
+ | It is also useful to install the [http://luci.subsignal.org LuCI] web user interface. | ||
− | |||
− | |||
=====antennas===== | =====antennas===== | ||
− | A simple 1/4 wave antenna | + | 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. 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 00: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.
- 70cm amateur band english wikipedia article
- 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.
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.
- 6 Element directional yagi
- DXzone's 70cm antenna links
- 440mhz j-pole design
- Build A 9 dB, 70cm, Collinear Antenna From Coax
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.
- 500w 70cm amplifier kit and assembly guide
- the mosfet datasheet
- rfham.com has prebuilt Module PA 432MHz 500W
other stuff
- WiMAX Demo Shows a 50km Broadband Internet Connection at 450MHz Telsima on cellular news
- 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
- 12 volt gel cell charger plans
- Power over ethernet
- Using the raspberry pi to transmit camera images This project also uses the 430MHz amateur band, but at 300 baud, using the Radiometrix NTX2