It has been a few weeks since my last update about the IC-706 remote rig project so here is a new one.
radio
DIY remote kit for the IC-706 part 5: Power on / off sequences
In my previous post I described how I solved the power connections for the radio and the front panel when they are physically separated from each other. In this post I will explain the software part of the power on / off procedure.
DIY remote kit for the IC-706 part 3: Keep-alive emulation
Yesterday I have implemented emulation of keep-alive messages on server side. This means that the keep-alive messages sent by the front panel roughly every 100 ms are no longer sent over the network; instead, they are generated in the servers main loop with 150 ms interval.
My mcHF UI board is alive!
After completing the UI board I really wanted to see it work and test it one way or other without the RF board.
mcHF build status 2014.07.19
Last night I mounted the LEDs, the electrolytic capacitors and the LCD panel. I am using the HY28B which is why the display doesn’t align with the push buttons.
mcHF build status 2014.07.05
I forgot to post this update but I did make some progress since the last report in June. Finished mounting all connectors, buttons and encoders, see photos below.
mcHF build status 2014.06.23
Last night I finished mounting all the small parts on the UI board and today the board got cleaned of extra flux (there was a lot).
Ready to build
All parts have now arrived and I am soooo ready to build my mcHF
Cubieboard as Funcube-1 telemetry receiver
Following up on my not too successful first contact with the Cubieboard, I have decided to try it one more time. It has been annoying me to have a computer board lying on the shelf not doing anything and since I wanted to migrate my Linux-based Funcube telemetry decoder from a PC to a single board computer this was an excellent opportunity / excuse to try the Cubieboard again.
Updated fcdctl for the Funcube Dongle Pro and Pro+
About a year ago I wrote about my modified fcdcontrol application that could be used with the Funcube Dongle Pro and Pro+. The news back then was that it could be used on the Raspberry Pi to control the FCD instead of the continuously failing attempts at running qthid. Unfortunately, the fcdcontrol application often crashed due to a problem at the hidapi / libusb layer.