Building the UT-100 driver on the Raspberry Pi

Building the UT-100 driver module on the Raspberry Pi can be done the same way as on the desktop. The only difference is that instead of “sudo apt-get install”-ing the kernel headers and sources we have to fetch them from the Raspberry Pi git repository and install them manually. Although my instructions are written with the UT-100C DVB-T modulator in mind, the procedure is applicable to other out of tree kernel modules as well.

Read more

Module-wide satellite selection in Gpredict

Up until now, users of Gpredict could click on a satellite in any view to make that satellite selected. For most views, selecting a satellite meant highlighting it and showing some additional info about it, or for the case of single satellite view to display the data for that satellite. In case you are not familiar with the terms module and view in Gpredict, a module is a logical object which groups a number of satellites and a ground station together, while views are the display widgets used to visualize the satellite data in different ways like map, list, polar plot, etc. A module can have any number of views laid out in a grid.

Read more