[Photo] SLIM JIM antenna suitable for any ham trial production

For hams who like to play VHF / UHF, most like to make their own antennas, and there are more than one pair, because in the V / U section, the quality of the antenna has a great impact on the transceiver effect, and the loss of the cable is also Very powerful, this requires the antenna to have as much gain as possible.
Anyone wants to make the antenna with the largest possible gain, but our most common good effect is Yagi or HB9CV, they are directional, if you want to change the receiving direction at will, you have to install a rotating motor, but often missed Signals from other hams in different directions. What we need is an antenna capable of 360-degree monitoring / communication.

The most basic omnidirectional antenna is a 1/4 wavelength ground antenna, its gain is 0DB, then 1/2, 5/8 wavelength (3DB), and the higher gain is the FRP antenna, but whether they are used Coaxial cables are made in other forms, and they all have problems such as excessive size and troublesome adjustment.

SLIMJIM antennas have been introduced in many places recently, and they are generally well received. Of course I have to try them.

---- ==== Made --------

1. This antenna is really very simple, don't look at it being folded back more than the J-type antenna, but it obviously increases the mechanical strength of the antenna, and it can stand better when making a 2 meter antenna.

2. I choose materials based on the principle of easy purchase, cheap price / portability. Because of the large size, VHF uses a single aluminum alloy slot with a cross section of about 12mm. It is enough to buy 3.2 meters at an aluminum alloy material store, which costs 5 yuan. (Pick a thicker material)

3. Prepare two small crocodile clips, which are soldered to the core wire and the network wire of the 50 ohm cable, and the other end is of course connected to the plug of the transmitter.

4. In the four dimensions of A / B / C / D, use a hacksaw blade to saw the two wings of the single slot, taking care not to cut the bottom edge of the single slot.

5. A / B / C / D Four parts to be folded back, gently clamp the two wings of one side of the saw slit with pliers, so that when folded back, the wings on one side snap into the two wings on the other side.

6. Finally, leave 25mm in the notch, cut off the excess single slot, find a section of insulating material with a diameter of about 10mm and a length greater than 5CM, such as wooden strips, buckle into the single slot at the open end, and fix it with insulating tape .

7. The 50-ohm cable with a crocodile clip is clamped at the feed point X / Y in the figure, and the whole antenna is fixed on a wooden stick with insulating tape. Standing in a more open place, you can measure the standing wave and adjust the crocodile clip The position on the antenna minimizes the standing wave. Friends who do not have a standing wave table can use the method of receiving signals to receive signals near 145MHZ and look at the S point of the receiver until the most S points are received.

8. Make a mark at the feeding point of the adjusted antenna, use two aluminum alloy screws to screw into the single slot with self-powering screws, and remove the crocodile clip from the core / net end of the feeder, peeling off a small section of the self-powering Screw on the screw and tighten finally, just fine. My antenna feed point, the net is connected at 75mm from the bottom, and the core is connected at 90mm from the bottom, the minimum standing wave measured is 1.1.

9.When the antenna is erected, it cannot be fixed directly with the iron pipe.First fix it on a section of wooden rod, and then fix the wooden rod on the iron antenna rod.

10. The reason for the high gain of this antenna is that its radiation elevation angle is very low, approximately close to horizontal, while the radiation elevation angle of 5 / 8GP is approximately 30 degrees.

11. Try it out quickly. I used this antenna that I made in a while and compared it with the 1/4 ground network GP, and achieved a noticeable effect. The antenna resonating at 145MHZ also received the signal when receiving the aircraft signal near 128. Unexpected good signal.

Do not cut the material first, wait for the shape to be folded, and then remove the excess.

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

Automobile Connector

Automobile Connector

Automobile Connector

HuiZhou Antenk Electronics Co., LTD , https://www.atkconn.com