Wireless shack accessories
February 10th, 2009This blog update shares some recent learning and introduces yet another form of technology (new to me). Over the last couple of weeks I’ve been helping a good friend climb the steep learning curve of C programming for the PIC environment. As an exercise we have been playing about with a number of different sensors and are well on the way to developing a useful shack weather station. At present all of these sensors are wired back to the PIC hardware. This work has lead me to start formulating another strategy, wireless.
As an aside to this development, I have started to pull together a shopping list for my remote antenna tuner - PIC-a-Tune designed by Peter Rhodes G3XJP. This unit will when built sit outside at the bottom of my mast in a weather proof box. This project will be a significant investment in both time and money and it would be a really good idea to have some form of environmental monitoring inside the case, the main problem being moisture. Peter has very cleverly avoided the need to feed this ATU with any control wires, and the only connection between the shack and the ATU is the coax. A wireless humidity sensor sending data back to an interface in the shack would be a very good idea, so I’ve been Goggling different wireless solutions and have stumbled upon CyFi from Crypress.
The implementation of this technology is a drag and drop function block within the PSoC development IDE. OK so what is PSoC? What follows is a very brief summary:
Programmable System on Chip - PsoC, nothing new here, however this technology allows both analog and digital building block, together with an 8-bit MCU on a single chip, replacing multiple discrete components.
It’s the wireless building block that most interests me:
‘Cypress’s CyFiTM Low-Power RF is a reliable, simple and power-efficient wireless sense and control PSOC technology that operates in the unlicensed 2.4 GHz ISM band. The solution is made up of a PSOC device, CyFi Transceiver and a CyFi Network Protocol Stack. This solution combines ultimate reliability with Direct Sequence Spread Spectrum (DSSS) technology and 80 channels for flexibility; implementation simplicity with a drag-and-drop network protocol user module, and best-in-class power-efficiency.’
Cypress can supply a PSoC FirstTouch wireless starter kit, providing a number of different sensors to start experimenting with:
7 element capacitance sensor slider
Capacitance proximity sensor
Thermister
Ambient light sensor
Red or green or blue triple LED cluster
Speaker
Plus of coarse an RF card with an RF output of upto +20 dBm.
Within the kit there is a wireless USB dongle that also doubles as a programmer. I will be ordering one of these kits shortly and am keen to start experimenting
There is possibly an additional spin off to this, other than learning something about this technology, as there is another PSoC building block that implements touch screen capability. With this I can overlay the touch sensor on my graphical LCD display, and eliminate the hardware buttons on my developing transceiver controller - probably just a dream, but you never know
End of update.




