内容简介:... assuming you have a scope or a fast voltmeter.As I was debugging a wireless mouse based on a 2.4 GHz proprietary protocol, I wanted to detect the transmitted signals. Note that I purposefully wrote “detect”: It was sufficient to see how often the trans
... assuming you have a scope or a fast voltmeter.
As I was debugging a wireless mouse based on a 2.4 GHz proprietary protocol, I wanted to detect the transmitted signals. Note that I purposefully wrote “detect”: It was sufficient to see how often the transmission occurred (and if at all) and whether the link was unidirectional – i.e., only the mouse transmits and the PC-side dongle is only a receiver – or bidirectional. I did not want to reverse-engineer the protocol to decode the data.
While my lab is well equipped for signals from DC to about 1 GHz, 2.4 GHz is beyond the capabilities of my instruments. I was pondering where to borrow a spectrum analyzer or a mixer , before it occurred to me that I was overcomplicating things. If one is merely interested in detection of a transmit signal, one can use a concept from the very early days of radio engineering: an envelope detector . This idea is still relevant today. For example, during my time as a research assistant in an RF and microwave engineering institute, my officemate developed a 24 GHz communication system partly based on envelope detection.
However, I didn’t have one of the expensive and exotic mmWave detector diodes available, either. But then I suddenly recalled how as a kid I once built a detector radio. Searching through my electronic components drawers, I soon found the key component of such a detector radio: a germanium point-contact diode . Compared to a conventional silicon diode, the material of most modern semiconductor devices, a germanium diode has a smaller forward voltage, resulting in higher sensitivity for small signals. Also, the delicate point-contact is advantageous for RF applications. Interestingly, this type of diode is still made today (e.g. as 1N60 ) and available for under 1 EUR.
Even though the detector radio I once built was for frequencies in the kilohertz range, my RF engineer “gut feeling” told me that this ancient diode should be good for 2.4 GHz, too. Thus, I hooked up my scope to the diode and held it close to the PC-side dongle of the wireless mouse. Success! I was clearly seeing periodic transmissions, even when the mouse was not being moved. This already answered one of my questions: the communication is in fact bidirectional.
I was impressed how well this simple diode detected the 2.4 GHz signals. This may be because the diode including leads is almost half a wavelength long at that frequency, making it an improvised dipole antenna. On the next screenshot you can see the PC-side dongle (large pulses) and the wireless mouse (smaller pulses, because it was farther away). One can clearly see how often transmissions occur. Task accomplished!
Note that the diode is a broadband detector. If one wants to make it more sensitive to certain frequencies than to others, one needs to add a resonant circuit, usually a combination of an inductor and a capacitor – like it is done in the radio that I built as a kid. But as it is, the detector diode can be used to experiment with other transmitters. Consider, for example, my mobile phone (in GSM mode at ca. 900 MHz). You can see the transmit signal pulsing with 217 Hz as expected for GSM:
PS: If I have inspired you to do more experiments with a germanium diode, have a look at this old booklet: 40 uses for germanium diodes .
PPS: Presumably, a fast silicon Schottky(!) diode could be used as well, since it also has a small forward voltage. But it was more fascinating to me to use this old germanium diode.
以上所述就是小编给大家介绍的《Detecting a 2.4 GHz transmission for under 1 EUR》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
程序员的数学思维修炼(趣味解读)
周颖 / 清华大学出版社 / 2014-4-1 / 45.00元
本书是一本专门为程序员而写的数学书,介绍了程序设计中常用的数学知识。本书门槛不高,不需要读者精通很多高深的数学知识,只需要读者具备基本的四则运算、乘方等数学基础知识和日常生活中的基本逻辑判断能力即可。本书拒绝枯燥乏味的讲解,而是代之以轻松活泼的风格。书中列举了大量读者都很熟悉,而且非常有趣的数学实例,并结合程序设计的思维和算法加以剖析,可以训练读者的数学思维能力和程序设计能力,进而拓宽读者的视野,......一起来看看 《程序员的数学思维修炼(趣味解读)》 这本书的介绍吧!