Difference between revisions of "HAB Tracker Station"

From RevSpace
Jump to navigation Jump to search
m
(Hardware)
(45 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
  |Name=HAB Tracker Station
 
  |Name=HAB Tracker Station
 
  |Status=In progress
 
  |Status=In progress
  |Contact=User:Costyn_van_Dongen
+
  |Contact=User:Costyn_van_Dongen, Maxell, Bertrik_Sikken
 
}}
 
}}
  
Project pagina voor het high altitude balloon tracking/listening station dat we voor de space aan het inrichten zijn.
+
Project page for the high altitude balloon tracking/listening station have set up in the space.
 +
 
 +
== Overview ==
 +
[[File:RevSpaceHABtracker.png|800px]]
  
 
== Done ==
 
== Done ==
=== Acquired Hardware ===
+
=== Hardware ===
* "ezcap USB 2.0 DVB-T/DAB/FM" dongle, RTL2838U, Fitipower FC0013 tuner, Supported gain values (23): -9.9 -7.3 -6.5 -6.3 -6.0 -5.8 -5.4 5.8 6.1 6.3 6.5 6.7 6.8 7.0 7.1 17.9 18.1 18.2 18.4 18.6 18.8 19.1 19.7
+
* "ezcap USB 2.0 DVB-T/DAB/FM" dongle (RTL2838U, Fitipower FC0013 tuner)
 
* VK5QI HABamp
 
* VK5QI HABamp
* Raspberry Pi
+
* Raspberry Pi (+ power supply)
* Test payload, RFM22b sending RTTY strings on 434.250MHz. Code here: https://github.com/costyn/rfmtest/blob/master/rfmtest.pde
+
* Antenna: Diamond X-50N
  
 
=== Software ===
 
=== Software ===
* Sending test payload --> '''works!'''
+
* Raspbian: revspace/geheim
* Sending data from rtl_tcp on RasPi over the network --> '''works!''' (1024000 samples/second seems to go fine when both are on a wired connection)
+
** IP: 10.42.43.20
* gqrx to listen to audio --> '''works!'''
+
** SSH/Mosh: revspace/geheim
* dl-fldigi RTTY decoding --> '''works!'''
+
* running rtl_tcp on port 1234 (default)
* Testing VNC performance with gqrx and dl-fldigi --> '''usable with JPEG compression and 8 bits of color'''
+
** Make sure you are on a wired connection, or else latency will ruin everything
'''Todo'''
 
* Setting up a virtual machine with gqrx and dl-fldigi
 
  
<code>
+
== Todo ==
revspace@habraspi:~$ rtl_tcp -a 10.42.43.20
+
=== Hardware ===
 +
* Earth the antenna, to prevent static buildup
 +
* Moar ferrite
 +
* Metal box for some shielding (DIY or be lazy and get something like [http://dutchrfshop.nl/behuizingen.html] or [http://www.velleman.eu/products/list/?id=344206])
  
Found 1 device(s).
+
=== Software ===
Found Fitipower FC0013 tuner
+
* Setting up a (virtual?) machine with gqrx and dl-fldigi.
 +
** Blokje told us we could use his machine for permanent setup
 +
*** This requires us to move the [[SpaceSoundSystem]] towards something like a Cubieboard
 +
**** Preferred to setup a complete NAS at the same time, this idea has been floating around for a while too
  
Using ezcap USB 2.0 DVB-T/DAB/FM dongle
 
</code>
 
  
[[File:Finaltestonpi.png|800px]]
+
== Pics ==
 +
=== Derping around with hardware ===
 +
<gallery>
 +
File:Finaltestonpi.png|One of the first payload tests
 +
File:IMAG0857.jpg
 +
File:IMAG0860.jpg
 +
File:IMAG0864.jpg|The antenna: 'Diamond X-50N'
 +
</gallery>
  
== Todo ==
+
=== Deel 1 ===
 +
<gallery>
 +
File:Zonnecollector Frame 1.jpg|Coax will leave/enter the building trough the little chimney
 +
File:UH4jTew.jpg|The ideal antenna mounting spot; the old zonnecollector
 +
File:4vLbEty.jpg|Enclosure almost ready to rock
 +
File:N2wnt9R.jpg|The magic pipe
 +
File:8CEENu3.jpg|Almost the same as having the Raspi on the roof
 +
File:Sdtd8bY.jpg|Power and network connected
 +
File:LZVCxte.jpg
 +
File:0r5ffXS.jpg|Not sure what happened with the other hole there
 +
File:YRv3kUe.jpg|The smell was't that bad
 +
File:Eqagifp.jpg|It pings!
 +
File:WNtwDZG.jpg|The open pigtail even picks up our payload...
 +
</gallery>
  
* Site survey roof, check if there is already some sort of lightning protection system, and see if we can add some metal construction to it ourselfs
+
=== Deel 2 ===
* Currently we have no antenna. Well need some heavy duty (directional?) antenna.  
+
<gallery>
** Do we make one or do we buy one?
+
File:YJkKJx3.png|Without the HABamp the USB cable is a bit short
** What kind of antenna? (keep in mind we only have line of sight towards south/southwest)
+
File:MQWEHh1.png|Coax entering
* Find and buy IP56 enclosure: http://linitx.com/product/13265
+
File:QvAsY3B.png|oh hi
* Routing Ethernet (with PoE) towards the roof, possibly using (something like) this: http://www.ebay.co.uk/itm/200841109556
+
File:RzGxD7t.png|Look at the beautiful stainless steel bolts!
* Your ideas, we love them!
+
File:LUsffcP.png|Oooooh!
 +
File:4mcwHHD.png
 +
File:XOABzL1.png
 +
File:SaZOJpU.png|The beauty
 +
</gallery>

Revision as of 16:01, 21 March 2013

Project HAB Tracker Station
Status In progress
Contact User:Costyn_van_Dongen, Maxell, Bertrik_Sikken
Last Update 2013-03-21

Project page for the high altitude balloon tracking/listening station have set up in the space.

Overview

800px

Done

Hardware

  • "ezcap USB 2.0 DVB-T/DAB/FM" dongle (RTL2838U, Fitipower FC0013 tuner)
  • VK5QI HABamp
  • Raspberry Pi (+ power supply)
  • Antenna: Diamond X-50N

Software

  • Raspbian: revspace/geheim
    • IP: 10.42.43.20
    • SSH/Mosh: revspace/geheim
  • running rtl_tcp on port 1234 (default)
    • Make sure you are on a wired connection, or else latency will ruin everything

Todo

Hardware

  • Earth the antenna, to prevent static buildup
  • Moar ferrite
  • Metal box for some shielding (DIY or be lazy and get something like [1] or [2])

Software

  • Setting up a (virtual?) machine with gqrx and dl-fldigi.
    • Blokje told us we could use his machine for permanent setup
      • This requires us to move the SpaceSoundSystem towards something like a Cubieboard
        • Preferred to setup a complete NAS at the same time, this idea has been floating around for a while too


Pics

Derping around with hardware

Deel 1

Deel 2