Installation and Improvement of "Shoes" Simple Micropower Telegraph Transceiver

Basic index power supply: 7V-12V (recommended 9V laminated battery)
Circuit board: 56mm x 41 mm
Antenna: 50 ohms, unbalanced, BNC / Q9 interface LO leakage: about 1mW (on a 50 ohm dummy load)
Frequency range: 7.060-7.064MHz (50p trimmer capacitor connected in series with 7.060M crystal)
receive:
Current: less than 10mA (at 9V power supply)
Headphones: low-resistance headphones (recommended SONY, aiwa and other highly sensitive Walkman headphones)
emission:
Power: about 200mW
Current: about 50mA (at 9V power supply)
Spurious (harmonic) suppression: -20dB

Subjective evaluation of receiving sensitivity and selectivity is poor and susceptible to broadcast interference (BCI). Good frequency stability and high intelligibility when listening to SSB signals. The noise floor of the circuit is small. The switch sound is loud when switching between sending and receiving, which may easily lead to wrong code.

The circuit introduction is shown in Figure 1. Q1 and the surrounding components form a typical Kobitz oscillator and keep oscillating (so there is about 1mW of oscillation signal leakage during reception). The signal is directly coupled to Q2 through the 82pF capacitor. Press the key), Q2 acts as a Class C amplifier, the amplified signal is coupled to a π-type low-pass filter through a 0.01uF capacitor, and then sent to the antenna for transmission; in the receiving state (the key is released), Q1 and the surrounding components form a beat Oscillator (BFO), Q2 is biased in the nonlinear region (think of it, the triode is nothing more than two diodes back-to-back!), The signal received by the antenna is mixed with the BFO signal, and the resulting audio is mixed The signal is coupled to the audio power amplifier formed by LM386 through a 0.1uF capacitor coupling, and the amplified audio signal is sent to the earphone after the LM386 pin 5 is separated by a 10uF capacitor. The electric key not only controls the on and off of the LM386 power supply, but also switches the bias of Q2 to make it work in different states.
Figure 1 Electromechanical schematic diagram of "shoes" 200mW micropower constant amplitude telegraph transceiver

Component selection

All inductors choose color ring inductors, of which L3 uses 2.2uH at 80 meters. C6 and C7 use 820pF at 80 meters. Transistors Q1 and Q2 have no strict regulations. Silicon NPN transistors with magnification between 100 and 200 can be used normally. For example, 9011, 9013, 9018, 8050, 2N2222A, 2N3904, etc. It is recommended to use 9013 or Q1 for both Q1 and Q2. Both use 2N3904. The crystal must be a fundamental frequency crystal. Both 7.060M and 7.042M crystals are available for sale at the antenna. It is recommended to use sockets on the crystal and L3, C6, C7 on the circuit board to switch the band or frequency. In order to increase the transmission power, you can use a 12V power supply, but you need to increase C10 to about 100u.

Debugging method

Check if there is a short circuit at the end of welding. If not, add a 9V laminated battery, connect the headphones, and do not connect the antenna. Under normal circumstances, you should hear a small "rustle" sound, connect the antenna to increase the noise or you can hear some signals , The current of the whole machine is below 10mA. If you hear a loud howling or excessive current, it means that the circuit is self-excited. The solution is to connect a 103 ceramic capacitor at both ends of "SPEAKER". If it is invalid, connect it in parallel at the 10uF capacitor of the LM386 power filter. If a 103 ceramic capacitor is still invalid, connect a 103 ceramic capacitor in parallel with the 9V power input. The reception should be basically normal by now.

Figure 2 Schematic diagram of the high-frequency power meter with 1W 50 ohm dummy load

Then connect the high-frequency power meter with dummy load (Figure 2 shows the reference circuit diagram), short-circuit the two ends of "KEY", the headset should be silent, and the high-frequency power meter has a certain output. The current of the whole machine is 40-100mA under the launching state. Place a short-wave / medium-wave radio 0.5 meters away from the transmitter to check all the received frequency ranges. Except for the carrier frequency and octave frequency, no other signals generated by "leather shoes" should be heard. If there are other signals (especially howling), there is high-frequency self-excitation. Cut the power line between Q1 and Q2, use 100uH inductance and 100 ohm resistor in parallel and then connect in series to effectively eliminate high-frequency self-excitation. The attached table gives the DC reference voltages of the main components in the transmitting and receiving states.

In-depth analysis of the first-level cache and second-level cache of the technical zone CPU eMMC mass burning dilemma, do you really know? Isolation flyback and non-isolated BUCK application design plan Schottky barrier diode selection and application guide How to use Altium in program design Designer puzzle?

Follow WeChat

Interesting and informative information and technical dry goods

Download Audiophile APP

Create your own personal electronic circle

Follow the audiophile class

Lock the latest course activities and technical live broadcast
Collect People collection
share it:
comment
Publish

related suggestion

var check_allow = "/d/Api/iscantalk.html"; var add_url = '/ d / article / write /'; function CheckLogin () {now_uid = ''; var ElecfansApi_checklogin = '/ webapi / passport / checklogin'; var logout_url = "{: U ('Login / logout')}"; var logout_url = 'http://bbs.elecfans.com/member.php?mod=logging&action=logout&refer=front'; $ .get (ElecfansApi_checklogin, function (data, textStatus) {if (data! = "") {EchoLoginInfo (data); CheckEmailInfo (data); data = $ .parseJSON (data); now_uid = data.uid; / * var login_content = 'write an article
'+ data.username +'
Quit '; * / var login_content =' write an article
'+ data.username +'
Set exit '; $ (' # login_area '). Html (login_content); var win_width = $ (window) .width (); if (win_width> 1000) {$ ("# mine"). MouseDelay (200) .hover (function () {$ ("# mymenu"). show ();}, function () {$ ("# mymenu"). hide ();});}} else {var content = 'Login Registration'; $ ('# login_area'). html (content); $ (". special-login"). click (function (e) {$ .tActivityLogin (); return false;});}});} $ (function () {// comment ------------------------------- var comment = $ ("# comment"); var comment_input = $ ("# comContent"); // Submit comment click event interaction $ ("# comSubmit2"). on ('click', function () {var content = comment_input.text (); // Empty input box comment_input. html (""). focus (); // Submit data to server $ .ajax ({url: '/plus/arcComment.php', data: {aid: $ ("# webID"). val (), dopost : 'apiPubComment', content: content}, type: 'post', dataType: 'json', success: function (data) {// Data format returned: if (data.status == "successed") {// Build temporary comment DOM var dom = ''; dom + = '
'; dom + =' '; dom + ='
'; dom + ='

'+ data.data.username +' '; dom + ='

'; dom + =' '+ content +' '; dom + =' '; dom + =' just now '; dom + =' '; dom + =' '; // insert a temporary comment to the list $ ("# comment ") .append (dom);} if (data.status ==" failed ") {// alert (data.msg); layer.msg (data.msg);}}}); return false;}); (function () {/ * * Insert single sign-on JS * / var setHost = 'https://passport.elecfans.com'; // Set domain name var script = document.createElement ('script'); script.type = 'text / javascript'; script.src = setHost + '/public/pc/js/t.passport.js'; script.setAttribute ("id", "sso_script"); script.setAttribute ("data-ssoSite", setHost); script.setAttribute ("data-ssoReferer", encodeURIComponent (location.href)); script.setAttribute ("data-ssoSiteid", "11"); var body = document.getElementsByTagName ("body"). item ( 0); body.appendChild (script);}) () / * * It is recommended to modify the style of the article without a picture * * / $ (". Article .thumb"). Each (function () {if ($ (this). find ('img'). attr ('src') == "") {$ (this) .find ('img'). remove (); $ (this) .parent (). css ('padding-left ',' 0px ');}}); / * Baidu share * / window._bd_share_config = {common: {bdText: '', // Custom share content bdDesc: '', // Custom share summary bdUrl: window.location.href, // Custom share URL address bdPic: ''} , share: [{"bdSize": 60, "bdCustomStyle": true}]} with (document) 0 [(getElementsByTagName ('head') [0] || body) .appendChild (createElement ('script')). src = 'http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion=' + ~ (-new Date () / 36e5)]; var add_url = '/ d / article / write / '; // var check_allow = "{: U (' Api / iscantalk ')}"; var check_allow = "/ d / api / iscantalk"; var click_items_length = $ ('. art_click_count '). length; if ( click_items_length> 0) {var id_str = ''; $ ('. art_click_count'). each (function () {id_str + = $ (this) .attr ('data-id') + ',';}) // var url = "{: U ('Api / getclickbyids')}"; var url = "/ d / api / getclickbyids"; var id_data = 'id_str =' + id_str; $ .ajax ({url: url, data: id_data, type: 'post', dataType: 'json', success: function (re) {if (re.list.length> = 1) {var list = re.list; for (var i in list) {var t emp_id = list [i] ['id']; var temp_span = $ (". art_click_count [data-id =" + temp_id + "]") temp_span.html (list [i] ['click']);}} }})} $ ("# comContent"). click (function () {if (now_uid == '') {$ .tActivityLogin (); return false;}}) $ (function () {var follow_wrap = $ ( ".author-collect"); var now_uid = "{$ _super ['uid']}"; var face_src = "{$ _super ['uface']}"; var getFollowNum = $ (". followNum strong"). html (); // Follow $ (window) .on ('click', '.author-collect', function () {if (now_uid == '') {$ .tActivityLogin (); return false;} if ( $ (this) .attr ('id') == 'follow') {$ .post ('/ d / user / follow', {tuid: article_user_id}, function (data) {// Data format returned: if (data.status == "successed") {$ (". followNum strong"). html (++ getFollowNum); follow_wrap.html ('followed'). attr ('id', 'cancelFollow'). css ( 'background', '# 999'); var follow_user = ' '; $ (' # follow_list '). append (follow_user);} if (data.status == "failed") {alert (data.msg);}});} else {// Unfollow if ($ ( this) .attr ('id') == 'cancelFollow') {$ .post ('/ d / user / cancelFollow', {tuid: article_user_id}, function (data) {// Data format returned: if (data .status == "successed") {follow_wrap.html ('Follow'). attr ('id', 'follow'). css ('background', '# f90'); $ (". followNum strong"). html (-getFollowNum); $ ('# follow_list .face'). each (function () {var target_uid = $ (this) .attr ('data-uid'); if (target_uid == now_uid) {$ ( this) .remove ();}})} if (data.status == "failed") {alert (data.msg);}}); return false;}}});});}); / * var myface = "{$ _super ['uid'] | avatar}"; var myname = "{$ _super ['username']}"; var article_id = {$ article ['id']}; var article_user_id = {$ article ['mid']}; // Article author ID $ (function () {<notempty name = "clearnum"> // Reduce the number of reminders var count = parseInt ($ ("# noticeCount"). html ()); count = count-{$ clearnum}; $ ("# noticeCount"). html (count); if ( count

Stainless Steel Screw Wire

Stainless Steel Screw, Stainless Steel Open Eye Hook Screw, Stainless Steel Drywalll Screw

ShenZhen Haofa Metal Precision Parts Technology Co., Ltd. , http://www.haofametals.com

Posted on