{"id":6704,"date":"2023-04-20T19:54:52","date_gmt":"2023-04-20T19:54:52","guid":{"rendered":"https:\/\/paksc.org\/pk\/?page_id=6704"},"modified":"2026-04-11T06:05:13","modified_gmt":"2026-04-11T06:05:13","slug":"diy-telescope-series","status":"publish","type":"page","link":"https:\/\/paksc.org\/pk\/diy-telescope-series\/","title":{"rendered":"DIY Telescope Making Series"},"content":{"rendered":"\n<style>\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  .telescope-guide {\n    max-width: 1280px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n    background: #ffffff;\n    color: #1a1a2e;\n    line-height: 1.6;\n  }\n\n  .tg-container {\n    padding: 2rem;\n  }\n\n  \/* Typography *\/\n  h1 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    margin-bottom: 1rem;\n    color: #1a1a2e;\n  }\n\n  h2 {\n    font-size: 1.8rem;\n    font-weight: 600;\n    margin: 2rem 0 1.5rem 0;\n    padding-bottom: 0.75rem;\n    border-bottom: 3px solid #16213e;\n    color: #16213e;\n  }\n\n  h3 {\n    font-size: 1.3rem;\n    font-weight: 600;\n    margin: 1rem 0 0.75rem 0;\n    color: #16213e;\n  }\n\n  \/* Header *\/\n  .tg-header {\n    text-align: center;\n    margin-bottom: 2.5rem;\n    padding-bottom: 1.5rem;\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .tg-header p {\n    color: #555;\n    font-size: 1.05rem;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* Science Grid - Uniform Cards *\/\n  .science-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 1.5rem;\n    margin: 2rem 0;\n  }\n\n  .science-card {\n    background: #f8f9fa;\n    border-radius: 12px;\n    padding: 1.5rem;\n    border: 1px solid #e9ecef;\n    transition: all 0.2s ease;\n  }\n\n  .science-card:hover {\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n    border-color: #16213e;\n  }\n\n  .science-card h3 {\n    color: #16213e;\n    margin-top: 0;\n    font-size: 1.25rem;\n  }\n\n  .science-card p {\n    color: #444;\n    font-size: 0.95rem;\n  }\n\n  .formula {\n    background: #e9ecef;\n    padding: 0.2rem 0.6rem;\n    border-radius: 6px;\n    font-family: 'Courier New', monospace;\n    font-weight: 600;\n    font-size: 0.9rem;\n    display: inline-block;\n    color: #16213e;\n  }\n\n  \/* Template List \/ Info Boxes - Uniform *\/\n  .template-list {\n    background: #f8f9fa;\n    border-radius: 12px;\n    padding: 1.5rem;\n    margin: 1.5rem 0;\n    border: 1px solid #e9ecef;\n  }\n\n  .template-list h3 {\n    margin-top: 0;\n  }\n\n  .template-list ul {\n    margin-left: 1.5rem;\n    color: #444;\n  }\n\n  .template-list li {\n    margin: 0.5rem 0;\n  }\n\n  \/* Parts - All identical styling *\/\n  .part {\n    background: #ffffff;\n    border-radius: 16px;\n    margin: 2rem 0;\n    padding: 1.8rem;\n    border: 1px solid #e9ecef;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n  }\n\n  .part-title {\n    font-size: 1.6rem;\n    font-weight: 700;\n    margin-bottom: 1rem;\n    color: #16213e;\n  }\n\n  .badge {\n    background: #16213e;\n    color: #ffffff;\n    border-radius: 20px;\n    padding: 0.25rem 1rem;\n    font-size: 0.75rem;\n    font-weight: 600;\n    display: inline-block;\n    margin-bottom: 1rem;\n    letter-spacing: 0.5px;\n  }\n\n  .part p {\n    color: #444;\n    margin: 1rem 0;\n  }\n\n  .part ul {\n    margin-left: 1.5rem;\n    color: #444;\n  }\n\n  .part li {\n    margin: 0.5rem 0;\n  }\n\n  \/* Buttons - Uniform *\/\n  .button-dl {\n    background: #16213e;\n    color: white;\n    border-radius: 8px;\n    padding: 0.6rem 1.2rem;\n    font-size: 0.85rem;\n    font-weight: 500;\n    display: inline-block;\n    text-decoration: none;\n    margin: 0.5rem 0.25rem 0 0;\n    transition: background 0.2s;\n    border: none;\n    cursor: pointer;\n  }\n\n  .button-dl:hover {\n    background: #0f3460;\n  }\n\n  \/* Video Containers - Uniform *\/\n  .video-container {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 12px;\n    margin: 1.5rem 0;\n    background: #f8f9fa;\n  }\n\n  .video-container iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border-radius: 12px;\n  }\n\n  \/* Images - Uniform *\/\n  .image-container {\n    margin: 1.5rem 0;\n    text-align: center;\n    background: #f8f9fa;\n    border-radius: 12px;\n    padding: 1rem;\n  }\n\n  .image-container img {\n    max-width: 100%;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  \/* Store Link *\/\n  .store-link {\n    background: #16213e;\n    color: white;\n    padding: 1.5rem;\n    border-radius: 12px;\n    text-align: center;\n    margin: 2rem 0;\n  }\n\n  .store-link a {\n    color: #ffd700;\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  .store-link a:hover {\n    text-decoration: underline;\n  }\n\n  \/* Lists *\/\n  .two-columns {\n    columns: 2;\n    column-gap: 2rem;\n  }\n\n  @media (max-width: 768px) {\n    .tg-container {\n      padding: 1rem;\n    }\n    h1 {\n      font-size: 1.6rem;\n    }\n    h2 {\n      font-size: 1.4rem;\n    }\n    .part-title {\n      font-size: 1.3rem;\n    }\n    .two-columns {\n      columns: 1;\n    }\n  }\n<\/style>\n\n<div class=\"telescope-guide\">\n  <div class=\"tg-container\">\n\n    <!-- HEADER -->\n    <div class=\"tg-header\">\n      <h1>\ud83d\udd2d DIY Telescope Making Series<\/h1>\n      <p>DIY Telescope making is a fascinating and rewarding hobby that allows you to explore the universe and observe celestial objects. With the help of modern technology and the internet, it is now easier than ever to learn how to make your own telescope. In this article, we will provide a detailed guide to making a homemade astronomical telescope from scratch with a video tutorial covering all the steps and parts needed to create a focuser, tripod stand, equatorial mount, AZ mount, reflector telescope, and refractor telescope.<\/p>\n    <\/div>\n\n    <!-- SCIENCE SECTION -->\n    <h2>The Science of Astronomical Telescopes: A Practical Overview<\/h2>\n    <div class=\"science-grid\">\n      <div class=\"science-card\"><h3>1. Magnification<\/h3><p>Magnification is the ability of a telescope to enlarge the image of an object.<\/p><p><code class=\"formula\">M = F_objective \/ F_eyepiece<\/code><\/p><p><strong>Example:<\/strong> 900mm \/ 10mm = 90x<\/p><\/div>\n      \n      <div class=\"science-card\"><h3>2. Aperture<\/h3><p>The aperture is the diameter of the objective lens or mirror. Larger aperture = more light &#038; better resolution.<\/p><p><strong>Aperture = Diameter of the Objective<\/strong><\/p><\/div>\n      \n      <div class=\"science-card\"><h3>3. Focal Length<\/h3><p>The distance between the objective lens and the point where light rays converge to form a sharp image.<\/p><p><code class=\"formula\">F = Distance to Focal Plane<\/code><\/p><\/div>\n      \n      <div class=\"science-card\"><h3>4. Focal Ratio (f\/Ratio)<\/h3><p><code class=\"formula\">f\/Ratio = F \/ D<\/code><\/p><p>Small f\/ratio (f\/4\u2013f\/6) = wide field, large (f\/10\u2013f\/15) = better for planets.<\/p><\/div>\n      \n      <div class=\"science-card\"><h3>5. Field of View (FoV)<\/h3><p>The area of sky visible through the telescope.<\/p><p><code class=\"formula\">FoV = Apparent FoV \/ Magnification<\/code><\/p><p>Lower magnification = wider FoV.<\/p><\/div>\n      \n      <div class=\"science-card\"><h3>6. Resolving Power<\/h3><p><code class=\"formula\">Resolution = 116 \/ D (mm)<\/code><\/p><p>Smaller value = better resolution (Dawes&#8217; Limit).<\/p><\/div>\n      \n      <div class=\"science-card\"><h3>7. Types of Telescopes<\/h3><p>Three main types:<\/p><ul><li><strong>Refracting:<\/strong> Lenses<\/li><li><strong>Reflecting:<\/strong> Mirrors<\/li><li><strong>Catadioptric:<\/strong> Lenses + Mirrors<\/li><\/ul><\/div>\n    <\/div>\n\n    <!-- MATERIALS -->\n    <div class=\"template-list\">\n      <p><strong>\ud83d\uded2 Telescope Making Supplies:<\/strong> <a href=\"#\" style=\"color:#16213e;\">ScienceStore.pk<\/a><\/p>\n      <h3>Materials and Components<\/h3>\n      <p>General materials used in most telescope designs:<\/p>\n      <ul class=\"two-columns\">\n        <li>Primary mirror or lens<\/li><li>Secondary mirror<\/li><li>Focuser<\/li><li>Eyepiece<\/li><li>Tripod Stand<\/li><li>Equatorial or AZ mount<\/li><li>Telescope tube<\/li><li>Finder scope<\/li><li>Screws, bolts, washers<\/li><li>Rack and pinion gear<\/li>\n      <\/ul>\n      <p><strong>In this article, we will cover all parts of making telescopes.<\/strong><\/p>\n    <\/div>\n\n    <!-- IMAGE: Focuser -->\n    <div class=\"image-container\">\n      <img decoding=\"async\" src=\"https:\/\/paksc.org\/pk\/wp-content\/uploads\/2023\/04\/jpeg-focuser-01-1024x1024.jpg\" alt=\"DIY Telescope Focuser Template\">\n    <\/div>\n\n    <!-- PART 1: FOCUSER -->\n    <div class=\"part\">\n      <span class=\"badge\">PART 1<\/span>\n      <div class=\"part-title\">\ud83d\udd27 Making a Focuser for DIY Telescope<\/div>\n      <p>The first step is to create a focuser \u2014 a device that allows you to adjust the focus. We&#8217;ll use a basic rack-and-pinion focuser.<\/p>\n      <p><strong>Focuser Template:<\/strong> Rack and pinion gear focuser template with gear set.<\/p>\n      <p>SVG and DXF file formats for laser cutting are available at <strong>sciencestore.pk<\/strong><\/p>\n      <p><strong>Alternative:<\/strong> Plastic jam nut threaded tailpiece \u2014 available at any hardware store or ScienceStore.pk<\/p>\n      \n      <div class=\"video-container\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/QbPN0UuCFUc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/div>\n      \n      <a href=\"#\" class=\"button-dl\">\ud83d\udce5 Download Focuser Template (SVG\/DXF)<\/a>\n    <\/div>\n\n    <!-- PART 2: AZ MOUNT -->\n    <div class=\"part\">\n      <span class=\"badge\">PART 2<\/span>\n      <div class=\"part-title\">\u2699\ufe0f Making an AZ Mount<\/div>\n      <p>Create a tripod stand for stability and support. Use wood or metal depending on your preference.<\/p>\n      <p>An AZ mount (Alt-Azimuth) is easier to construct than an equatorial mount. It allows up\/down and left\/right movement \u2014 perfect for observing sky objects.<\/p>\n      <p><strong>DIY Manual Alt-Azimuth Mount with Tripod<\/strong> is also available at ScienceStore.pk<\/p>\n      \n      <div class=\"video-container\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/nUbW4dnjvWc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/div>\n    <\/div>\n\n    <!-- PART 3: D50mm F600mm -->\n    <div class=\"part\">\n      <span class=\"badge\">PART 3<\/span>\n      <div class=\"part-title\">\ud83d\udd2d Making a Telescope D50mm F600mm<\/div>\n      <p>A refractor telescope uses lenses to bend and focus light. It offers superior image quality.<\/p>\n      \n      <div class=\"image-container\">\n        <img decoding=\"async\" src=\"https:\/\/paksc.org\/pk\/wp-content\/uploads\/2023\/04\/51Cxyc5tQtL-596x1024.jpg\" alt=\"Telescope parts diagram\">\n      <\/div>\n      \n      <p><strong>Baffle Template for DIY Telescope<\/strong><\/p>\n      <p><strong>Downloads:<\/strong> Baffle Template<\/p>\n      \n      <div class=\"video-container\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/3nxJvheNkcw\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/div>\n      \n      <a href=\"#\" class=\"button-dl\">\ud83d\udce5 Download Baffle Template<\/a>\n    <\/div>\n\n    <!-- IMAGE: 90900 mm template -->\n    <div class=\"image-container\">\n      <img decoding=\"async\" src=\"https:\/\/paksc.org\/pk\/wp-content\/uploads\/2023\/04\/90900-mm-telescope-template-by-pakistan-science-club-1024x304.jpg\" alt=\"90900 mm telescope template\">\n    <\/div>\n\n    <!-- PART 4: D90 F900mm -->\n    <div class=\"part\">\n      <span class=\"badge\">PART 4<\/span>\n      <div class=\"part-title\">\ud83c\udf1f Homemade D90 F900mm Astronomical Telescope<\/div>\n      <p>Advanced refractor telescope with better zoom and clarity.<\/p>\n      <p><strong>Templates:<\/strong> Homemade D90 F900mm Telescope template | Baffle for 50mm 600mm<\/p>\n      \n      <div class=\"video-container\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/SOI4cA5daqc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/div>\n      \n      <a href=\"#\" class=\"button-dl\">\ud83d\udce5 Download D90 F900 Template<\/a>\n      <a href=\"#\" class=\"button-dl\">\ud83d\udce5 Download Baffle for 50mm<\/a>\n    <\/div>\n\n    <!-- WHY BAFFLE IS IMPORTANT -->\n    <div class=\"part\">\n      <span class=\"badge\">IMPORTANT<\/span>\n      <div class=\"part-title\">\u26a0\ufe0f Why Baffle is Important in Telescopes<\/div>\n      <p>A baffle serves several essential purposes:<\/p>\n      <ul>\n        <li><strong>Minimizing Stray Light:<\/strong> Reduces unwanted light and reflections.<\/li>\n        <li><strong>Improving Contrast:<\/strong> Blocks off-axis light for better image contrast.<\/li>\n        <li><strong>Enhancing Image Quality:<\/strong> Ensures clear, sharp images.<\/li>\n        <li><strong>Reducing Glare:<\/strong> Prevents excessive light when viewing bright objects.<\/li>\n        <li><strong>Suppressing Ghosting and Flare:<\/strong> Minimizes internal reflections.<\/li>\n      <\/ul>\n      <p><strong>DIY Telescope Diagonal:<\/strong> How to make a diagonal mirror for comfortable viewing.<\/p>\n      \n      <div class=\"video-container\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/muXb2Xh2G7U\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/div>\n    <\/div>\n\n    <!-- DOWNLOADS SUMMARY -->\n    <div class=\"template-list\">\n      <h3>\ud83d\udcc2 Downloads Summary<\/h3>\n      <ul class=\"two-columns\">\n        <li>Baffle<\/li><li>Focuser<\/li><li>D50mm F600mm telescope template<\/li><li>Focuser SVG\/DXF files<\/li><li>Baffle for D90mm F900mm telescope<\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- 6-INCH REFLECTOR -->\n    <div class=\"part\">\n      <span class=\"badge\">BONUS<\/span>\n      <div class=\"part-title\">\ud83e\ude9e Making of 6-inch Reflector Telescope<\/div>\n      \n      <div class=\"video-container\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/nUbW4dnjvWc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/div>\n    <\/div>\n\n    <!-- WHAT CAN YOU SEE -->\n    <div class=\"template-list\">\n      <h3>\ud83c\udf19 What Can You See With This Telescope?<\/h3>\n      <p>Moon craters | Jupiter and its moons | Saturn&#8217;s rings | Star clusters | Orion Nebula<\/p>\n      \n      <div class=\"video-container\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/nUbW4dnjvWc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/div>\n    <\/div>\n\n    <!-- STORE LINK -->\n    <div class=\"store-link\">\n      \ud83d\udecd\ufe0f <strong>Get telescope parts easily<\/strong><br>\n      Buy from <a href=\"#\" target=\"_blank\">ScienceStore.pk \u2192<\/a>\n    <\/div>\n\n    <!-- RELATED PROJECTS & HELP -->\n    <div class=\"template-list\">\n      <h3>\ud83d\udd17 Related Projects<\/h3>\n      <h3>\ud83d\ude80 Need Help?<\/h3>\n      <p>Join our community and get support for your project<\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd2d DIY Telescope Making Series DIY Telescope making is a fascinating and rewarding hobby that allows you to explore the universe and observe celestial objects. With the help of modern technology and the internet, it is now easier than ever to learn how to make your own telescope. In this article, we will provide a&#8230;<\/p>\n","protected":false},"author":9,"featured_media":6705,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-6704","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DIY Telescope | Guide to Making Homemade Astronomical Telescope<\/title>\n<meta name=\"description\" content=\"DIY Telescope making Series | Step-by-step complete guide to making a Homemade Astronomical Telescope on a low budget\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/paksc.org\/pk\/diy-telescope-series\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"DIY Telescope | Guide to Making Homemade Astronomical Telescope\" \/>\n<meta name=\"twitter:description\" content=\"DIY Telescope making Series | Step-by-step complete guide to making a Homemade Astronomical Telescope on a low budget\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/paksc.org\/pk\/wp-content\/uploads\/2023\/04\/tele.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/diy-telescope-series\\\/\",\"url\":\"https:\\\/\\\/paksc.org\\\/pk\\\/diy-telescope-series\\\/\",\"name\":\"DIY Telescope | Guide to Making Homemade Astronomical Telescope\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/diy-telescope-series\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/diy-telescope-series\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paksc.org\\\/pk\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/tele.jpg\",\"datePublished\":\"2023-04-20T19:54:52+00:00\",\"dateModified\":\"2026-04-11T06:05:13+00:00\",\"description\":\"DIY Telescope making Series | Step-by-step complete guide to making a Homemade Astronomical Telescope on a low budget\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/diy-telescope-series\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/paksc.org\\\/pk\\\/diy-telescope-series\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/diy-telescope-series\\\/#primaryimage\",\"url\":\"https:\\\/\\\/paksc.org\\\/pk\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/tele.jpg\",\"contentUrl\":\"https:\\\/\\\/paksc.org\\\/pk\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/tele.jpg\",\"width\":1551,\"height\":992},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/diy-telescope-series\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/paksc.org\\\/pk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DIY Telescope Making Series\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/#website\",\"url\":\"https:\\\/\\\/paksc.org\\\/pk\\\/\",\"name\":\"PSC Do Science\",\"description\":\"STEAM Resources, Science Experiments and Projects by PSC\",\"publisher\":{\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/paksc.org\\\/pk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/#organization\",\"name\":\"Pak Science Club\",\"url\":\"https:\\\/\\\/paksc.org\\\/pk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/paksc.org\\\/pk\\\/wp-content\\\/uploads\\\/2016\\\/10\\\/Do-science-logo.png?fit=408%2C136&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/paksc.org\\\/pk\\\/wp-content\\\/uploads\\\/2016\\\/10\\\/Do-science-logo.png?fit=408%2C136&ssl=1\",\"width\":408,\"height\":136,\"caption\":\"Pak Science Club\"},\"image\":{\"@id\":\"https:\\\/\\\/paksc.org\\\/pk\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DIY Telescope | Guide to Making Homemade Astronomical Telescope","description":"DIY Telescope making Series | Step-by-step complete guide to making a Homemade Astronomical Telescope on a low budget","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/paksc.org\/pk\/diy-telescope-series\/","twitter_card":"summary_large_image","twitter_title":"DIY Telescope | Guide to Making Homemade Astronomical Telescope","twitter_description":"DIY Telescope making Series | Step-by-step complete guide to making a Homemade Astronomical Telescope on a low budget","twitter_image":"https:\/\/paksc.org\/pk\/wp-content\/uploads\/2023\/04\/tele.jpg","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/paksc.org\/pk\/diy-telescope-series\/","url":"https:\/\/paksc.org\/pk\/diy-telescope-series\/","name":"DIY Telescope | Guide to Making Homemade Astronomical Telescope","isPartOf":{"@id":"https:\/\/paksc.org\/pk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/paksc.org\/pk\/diy-telescope-series\/#primaryimage"},"image":{"@id":"https:\/\/paksc.org\/pk\/diy-telescope-series\/#primaryimage"},"thumbnailUrl":"https:\/\/paksc.org\/pk\/wp-content\/uploads\/2023\/04\/tele.jpg","datePublished":"2023-04-20T19:54:52+00:00","dateModified":"2026-04-11T06:05:13+00:00","description":"DIY Telescope making Series | Step-by-step complete guide to making a Homemade Astronomical Telescope on a low budget","breadcrumb":{"@id":"https:\/\/paksc.org\/pk\/diy-telescope-series\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paksc.org\/pk\/diy-telescope-series\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/paksc.org\/pk\/diy-telescope-series\/#primaryimage","url":"https:\/\/paksc.org\/pk\/wp-content\/uploads\/2023\/04\/tele.jpg","contentUrl":"https:\/\/paksc.org\/pk\/wp-content\/uploads\/2023\/04\/tele.jpg","width":1551,"height":992},{"@type":"BreadcrumbList","@id":"https:\/\/paksc.org\/pk\/diy-telescope-series\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/paksc.org\/pk\/"},{"@type":"ListItem","position":2,"name":"DIY Telescope Making Series"}]},{"@type":"WebSite","@id":"https:\/\/paksc.org\/pk\/#website","url":"https:\/\/paksc.org\/pk\/","name":"PSC Do Science","description":"STEAM Resources, Science Experiments and Projects by PSC","publisher":{"@id":"https:\/\/paksc.org\/pk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paksc.org\/pk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/paksc.org\/pk\/#organization","name":"Pak Science Club","url":"https:\/\/paksc.org\/pk\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/paksc.org\/pk\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/paksc.org\/pk\/wp-content\/uploads\/2016\/10\/Do-science-logo.png?fit=408%2C136&ssl=1","contentUrl":"https:\/\/i0.wp.com\/paksc.org\/pk\/wp-content\/uploads\/2016\/10\/Do-science-logo.png?fit=408%2C136&ssl=1","width":408,"height":136,"caption":"Pak Science Club"},"image":{"@id":"https:\/\/paksc.org\/pk\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/pages\/6704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/comments?post=6704"}],"version-history":[{"count":31,"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/pages\/6704\/revisions"}],"predecessor-version":[{"id":7096,"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/pages\/6704\/revisions\/7096"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/media\/6705"}],"wp:attachment":[{"href":"https:\/\/paksc.org\/pk\/wp-json\/wp\/v2\/media?parent=6704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}