{"id":42490,"date":"2021-07-23T06:00:59","date_gmt":"2021-07-23T04:00:59","guid":{"rendered":"https:\/\/magazinnew.reichelt.de\/magazin\/uncategorized\/it-doesnt-always-have-to-be-expensive-this-is-how-you-build-your-own-wifi-repeater\/"},"modified":"2022-11-08T14:09:58","modified_gmt":"2022-11-08T13:09:58","slug":"how-you-build-your-own-wifi-repeater","status":"publish","type":"post","link":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/","title":{"rendered":"It doesn&#8217;t always have to be expensive: This is how you build your own WiFi repeater."},"content":{"rendered":"\n<p>Usually the WiFi signal does not reach every inch of the house. If a part of the home or garden is not sufficiently covered by the home network, you don&#8217;t necessarily need an expensive repeater. Often, a homemade WiFi repeater is ample to strengthen the existing WiFi signal. In this How-To, we show you how quickly and easily the project can be realised.<\/p>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Suitable for:<\/strong> Beginner\/advanced<br><strong>Time required:<\/strong> 30 min<br><strong>Budget:<\/strong> approx. 10 \u20ac<br><strong>Required components:<\/strong> <a href=\"https:\/\/www.reichelt.com\/gb\/en\/d1-mini-esp8266-v2-0-d1-mini-p253978.html\" target=\"_blank\" rel=\"noreferrer noopener\">WEMOS D1 Mini-ESP8266<\/a>, 5V USB power supply, micro USB cable, case, PC.<\/p>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Flashing the ESP8266 software<\/strong><\/h3>\n\n\n\n<p>The project starts with the software: Depending on the operating system (Windows\/Linux\/MacOS), flashing the microcontroller works differently. In the following section we will show you how to carry out the process according to the operating system you are using.<\/p>\n\n\n\n<p>First you need the firmware <a href=\"https:\/\/github.com\/martin-ger\/esp_wifi_repeater\" target=\"_blank\" rel=\"noreferrer noopener\">binaries<\/a> from the GitHub project.<\/p>\n\n\n\n<p>After downloading, you can start flashing.<\/p>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Setup with Windows<\/strong><\/h4>\n\n\n\n<p>To set up your WiFi repeater with the Windows operating system, you need the official <a href=\"https:\/\/www.espressif.com\/en\/support\/download\/other-tools\" target=\"_blank\" rel=\"noreferrer noopener\">ESP flash tool<\/a> from the ESP8266 manufacturer &#8220;ESPRESSIF&#8221;.<\/p>\n\n\n\n<p>Follow the installation instructions and then open the program. Select &#8220;Developer Mode&#8221; and &#8220;ESP8266 Download Tool&#8221;: A window will open as shown in Figure 1.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/ESP-Flasher-Configuration-ESP-Access-Point.jpg\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/ESP-Flasher-Configuration-ESP-Access-Point.jpg\" alt=\"Figure 1: ESP Flash Tool\" class=\"wp-image-14247\" width=\"300\" height=\"477\"\/><\/a><figcaption>Figure 1: ESP Flash Tool<\/figcaption><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/07\/Binaries.png\"><img decoding=\"async\" src=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/Binaries-1024x734-1.png\" alt=\"Figure 2: Firmware binaries\" class=\"wp-image-14248\" width=\"603\" height=\"432\"\/><\/a><figcaption>Figure 2: Firmware binaries<\/figcaption><\/figure><\/div>\n\n\n\n<p>Select the firmware binaries from the GitHub folder by clicking on the &#8220;\u2026&#8221; button and selecting &#8220;0x00000.bin&#8221; and &#8220;0x02000.bin&#8221;. Make sure that the two check marks are set. You can set the remaining settings, such as SPI SPEED, SPI MODE and FLASH SIZE, as shown in Figure 1. Now connect the ESP8266 to your computer via USB and select the correct COM port. The flash process can be started by clicking on &#8220;Start&#8221;.<\/p>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Setup with MacOS<\/strong><\/h4>\n\n\n\n<p>With MacOS the complete flash process can be done in the terminal. To install the flash tool, you need a package manager such as <a href=\"https:\/\/brew.sh\/\" target=\"_blank\" rel=\"noreferrer noopener\">Homebrew<\/a> or <a href=\"https:\/\/pip.pypa.io\/en\/stable\/installing\/#installing-with-get-pip-py\" target=\"_blank\" rel=\"noreferrer noopener\">pip<\/a>.<\/p>\n\n\n\n<p>If you have chosen one of the two package managers, execute the corresponding command in the terminal:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>For Homebrew: brew install esptool<\/li><li>For pip: pip install esptool<\/li><\/ul>\n\n\n\n<p>Connect the ESP8266 to your Mac via USB and find out the COM port with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ls \/dev\/tty.*<\/code><\/pre>\n\n\n\n<p>Make a note of this COM port name according to the format in Figure 3; we will need it in the next step.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/07\/dev-tty.png\"><img decoding=\"async\" src=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/dev-tty-1024x363-1.png\" alt=\"Figure 3: COM port to which the ESP8266 is connected\" class=\"wp-image-14250\"\/><\/a><figcaption>Figure 3: COM port to which the ESP8266 is connected<\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Navigate to the already downloaded GitHub folder with the cd command (in our case it is in the downloads folder) and then go to the firmware folder (see figure 4).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/07\/cd.png\"><img decoding=\"async\" src=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/cd-1024x397-1.png\" alt=\"Figure 4: Navigate to the firmware folder\" class=\"wp-image-14251\"\/><\/a><figcaption>Figure 4: Navigate to the firmware folder<\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Once in the firmware folder, run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>esptool.py --port \/dev\/tty.usbserial-14110 write_flash -fs 4MB -ff 80m -fm dio 0x00000 firmware\/0x00000.bin 0x02000 firmware\/0x02000.bin<\/code><\/pre>\n\n\n\n<p>Make sure that the following partial command corresponds to your COM port as described above!<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u201e... \/dev\/tty.usbserial-14110 ...\u201c  <\/code><\/pre>\n\n\n\n<p>If the flash process was successful, the console will output the following (Figure 5):<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/07\/flash.png\"><img decoding=\"async\" src=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/flash-1024x569-1.png\" alt=\"Figure 5: Successful flash process\" class=\"wp-image-14252\"\/><\/a><figcaption>Figure 5: Successful flash process<\/figcaption><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Setup with Linux<\/strong><\/h4>\n\n\n\n<p>For all Linux distributions, the flash process works the same as for a Mac. Only the COM port will look something like this: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/dev\/ttyUSB0<\/code><\/pre>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Setting up the Access Point<\/strong><\/h3>\n\n\n\n<p>After you have successfully flashed your ESP8266, the AP setup can start.\r\nFirst, connect to the ESP8266 via your WLAN using a WiFi enabled device (smartphone or laptop). The SSID is set to &#8220;MyAP&#8221; by default and does not require a password. Next, open your browser and call up the IP address &#8220;192.168.4.1&#8221; (Figure 6).<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/07\/config.png\"><img decoding=\"async\" src=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/config-1024x620-1.png\" alt=\"AP setup interface\" class=\"wp-image-14253\"\/><\/a><figcaption>AP setup interface<\/figcaption><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Under STA Settings you can connect the ESP8266 to your WiFi router. Just enter the SSID and the password and press &#8220;Connect&#8221;. The microcontroller will take a few seconds to reboot. <\/p>\n\n\n\n<p>The second step is to configure your ESP8266 as a WiFi NAT router. Enter any SSID and set a password. Then confirm this setting with &#8220;Set&#8221;. Again, the ESP8266 will force a reboot.<\/p>\n\n\n\n<p>Finally, it should be mentioned that the ESP8266 has a throughput of 5 Mbit\/s (upload and download), which is quite sufficient for normal applications such as surfing the Internet, writing e-mails or watching videos on YouTube. For downloading larger files, however, we recommend not using the ESP8266 as a repeater.<\/p>\n\n\n\n<p>Now you can position the ESP8266 as a WiFi repeater wherever you have a connection to your WiFi router. The ESP8266 can be powered from any socket using a USB power supply and USB cable. Your home network got on a new level and supports you in every inch of your home.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/07\/IMG_0138-scaled-e1626097501579.jpg\"><img decoding=\"async\" src=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/IMG_0138-scaled-e1626097501579-1024x768-1.jpg\" alt=\"Figure 7: Example of housing\" class=\"wp-image-14255\" width=\"492\" height=\"369\"\/><\/a><figcaption>Figure 7: Example of housing<\/figcaption><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/07\/IMG_0139-1-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/IMG_0139-1-768x1024-1.jpg\" alt=\"Figure 8: Operation at the socket\" class=\"wp-image-14257\" width=\"488\" height=\"651\"\/><\/a><figcaption>Figure 8: Operation at the socket<\/figcaption><\/figure><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Usually the WiFi signal does not reach every inch of the house. If a part of the home or garden is not sufficiently covered by the home network, you don&#8217;t necessarily need an expensive repeater. Often, a homemade WiFi repeater is ample to strengthen the existing WiFi signal. In this How-To, we show you how [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":47154,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6037],"tags":[4488,3946,4199],"class_list":["post-42490","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-projects","tag-home-network","tag-wlan-repeater","tag-wlan-signal"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to build your own WiFi repeater - reichelt Magazin<\/title>\n<meta name=\"description\" content=\"Usually the WiFi signal does not reach every inch of the house. Often, a homemade Wifi repeater is sufficient to strengthen the existing WiFi signal.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"It doesn&#039;t always have to be expensive: This is how you build your own WiFi repeater.\" \/>\n<meta property=\"og:description\" content=\"Usually the WiFi signal does not reach every inch of the house. Often, a homemade Wifi repeater is sufficient to strengthen the existing WiFi signal.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/\" \/>\n<meta property=\"og:site_name\" content=\"reichelt Magazin\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-23T04:00:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-08T13:09:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"2262\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Nina Gleitsmann\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nina Gleitsmann\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/\"},\"author\":{\"name\":\"Nina Gleitsmann\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#\/schema\/person\/2331346c76c37c916920f6588cc90456\"},\"headline\":\"It doesn&#8217;t always have to be expensive: This is how you build your own WiFi repeater.\",\"datePublished\":\"2021-07-23T04:00:59+00:00\",\"dateModified\":\"2022-11-08T13:09:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/\"},\"wordCount\":739,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg\",\"keywords\":[\"home network\",\"wlan repeater\",\"WLAN-Signal\"],\"articleSection\":[\"Projects\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/\",\"url\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/\",\"name\":\"How to build your own WiFi repeater - reichelt Magazin\",\"isPartOf\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg\",\"datePublished\":\"2021-07-23T04:00:59+00:00\",\"dateModified\":\"2022-11-08T13:09:58+00:00\",\"description\":\"Usually the WiFi signal does not reach every inch of the house. Often, a homemade Wifi repeater is sufficient to strengthen the existing WiFi signal.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#primaryimage\",\"url\":\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg\",\"contentUrl\":\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg\",\"width\":2560,\"height\":2262},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.reichelt.com\/magazin\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"It doesn&#8217;t always have to be expensive: This is how you build your own WiFi repeater.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#website\",\"url\":\"https:\/\/www.reichelt.com\/magazin\/en\/\",\"name\":\"reichelt Magazin\",\"description\":\"Das Technik Magazin\",\"publisher\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.reichelt.com\/magazin\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#organization\",\"name\":\"reichelt Magazin\",\"url\":\"https:\/\/www.reichelt.com\/magazin\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/11\/reichelt_magazin_logo_de_nl-1.svg\",\"contentUrl\":\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/11\/reichelt_magazin_logo_de_nl-1.svg\",\"width\":456,\"height\":149,\"caption\":\"reichelt Magazin\"},\"image\":{\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.reichelt.com\/magazin\/en\/#\/schema\/person\/2331346c76c37c916920f6588cc90456\",\"name\":\"Nina Gleitsmann\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to build your own WiFi repeater - reichelt Magazin","description":"Usually the WiFi signal does not reach every inch of the house. Often, a homemade Wifi repeater is sufficient to strengthen the existing WiFi signal.","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:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/","og_locale":"en_US","og_type":"article","og_title":"It doesn't always have to be expensive: This is how you build your own WiFi repeater.","og_description":"Usually the WiFi signal does not reach every inch of the house. Often, a homemade Wifi repeater is sufficient to strengthen the existing WiFi signal.","og_url":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/","og_site_name":"reichelt Magazin","article_published_time":"2021-07-23T04:00:59+00:00","article_modified_time":"2022-11-08T13:09:58+00:00","og_image":[{"width":2560,"height":2262,"url":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg","type":"image\/jpeg"}],"author":"Nina Gleitsmann","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Nina Gleitsmann","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#article","isPartOf":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/"},"author":{"name":"Nina Gleitsmann","@id":"https:\/\/www.reichelt.com\/magazin\/en\/#\/schema\/person\/2331346c76c37c916920f6588cc90456"},"headline":"It doesn&#8217;t always have to be expensive: This is how you build your own WiFi repeater.","datePublished":"2021-07-23T04:00:59+00:00","dateModified":"2022-11-08T13:09:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/"},"wordCount":739,"commentCount":0,"publisher":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/#organization"},"image":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg","keywords":["home network","wlan repeater","WLAN-Signal"],"articleSection":["Projects"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/","url":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/","name":"How to build your own WiFi repeater - reichelt Magazin","isPartOf":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#primaryimage"},"image":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg","datePublished":"2021-07-23T04:00:59+00:00","dateModified":"2022-11-08T13:09:58+00:00","description":"Usually the WiFi signal does not reach every inch of the house. Often, a homemade Wifi repeater is sufficient to strengthen the existing WiFi signal.","breadcrumb":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#primaryimage","url":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg","contentUrl":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/12\/WLAN-Repeater-selbst-bauen-scaled-1.jpg","width":2560,"height":2262},{"@type":"BreadcrumbList","@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/how-you-build-your-own-wifi-repeater\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.reichelt.com\/magazin\/en\/"},{"@type":"ListItem","position":2,"name":"It doesn&#8217;t always have to be expensive: This is how you build your own WiFi repeater."}]},{"@type":"WebSite","@id":"https:\/\/www.reichelt.com\/magazin\/en\/#website","url":"https:\/\/www.reichelt.com\/magazin\/en\/","name":"reichelt Magazin","description":"Das Technik Magazin","publisher":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.reichelt.com\/magazin\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.reichelt.com\/magazin\/en\/#organization","name":"reichelt Magazin","url":"https:\/\/www.reichelt.com\/magazin\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.reichelt.com\/magazin\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/11\/reichelt_magazin_logo_de_nl-1.svg","contentUrl":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2021\/11\/reichelt_magazin_logo_de_nl-1.svg","width":456,"height":149,"caption":"reichelt Magazin"},"image":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.reichelt.com\/magazin\/en\/#\/schema\/person\/2331346c76c37c916920f6588cc90456","name":"Nina Gleitsmann"}]}},"_links":{"self":[{"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/posts\/42490","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/comments?post=42490"}],"version-history":[{"count":10,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/posts\/42490\/revisions"}],"predecessor-version":[{"id":67806,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/posts\/42490\/revisions\/67806"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/media\/47154"}],"wp:attachment":[{"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/media?parent=42490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/categories?post=42490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/tags?post=42490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}