Pico
May 22, 2021, 8:47pm
1
There is a thread for favorite cheap and fav enthusiast device, but kind of no one for fav compact WiFi repeaters.
For IoT device usage in my basement, I would need a simple compact WiFi repeater with OpenWRT support, as distance is to far to my main router.
I would be looking for something with a similar casing form like the Apple Airport Express first generation or a power outlet AVM Fritz repeater wall box. Basically something where power supply and router casing is the same single compact plastic box, just plugged into the wall power outlet and thats it.
Idealy with 1 LAN connection (so I can change it from WiFi repeater mode to access point in the future). Latency and throughput does not really matter. WiFi n is a must, WiFi AC would be nice to have. Idealy with more than 8 MB Flash and idealy at least 128MB RAM.
Does anyone have a device recommendation or a keyword idea to look for in the device database?
1 Like
slh
May 22, 2021, 9:51pm
2
What about these, if you already hint at that vendor?
committed 06:28PM - 02 Mar 18 UTC
No known issues, everything works fine.
Signed-off-by: Mathias Kresin <dev@kre… sin.me>
committed 01:58AM - 14 Apr 20 UTC
SOC: Qualcomm QCA9556 (Scorpion) 560MHz MIPS74Kc
RAM: 64MB Zentel A3R12E4… 0CBF DDR2
FLASH: 16MiB Winbond W25Q128 SPI NOR
WLAN1: QCA9556 2.4 GHz 802.11b/g/n 3x3
INPUT: WPS button
LED: Power, WiFi, LAN, RSSI indicator
Serial: Header Next to Black metal shield
Pinout is 3.3V - RX - TX - GND (Square Pad is 3.3V)
The Serial setting is 115200-8-N-1.
Installation via EVA:
In the first seconds after Power is connected, the bootloader will
listen for FTP connections on 192.168.178.1. Firmware can be uploaded
like following:
ftp> quote USER adam2
ftp> quote PASS adam2
ftp> binary
ftp> debug
ftp> passive
ftp> quote MEDIA FLSH
ftp> put openwrt-sysupgrade.bin mtd1
Note that this procedure might take up to two minutes.
You need to powercycle the device afterwards to boot OpenWRT.
Tested-by: Andreas Ziegler <dev@andreas-ziegler.de>
Signed-off-by: David Bauer <mail@david-bauer.net>
committed 11:33AM - 12 Apr 20 UTC
This commit adds support for the AVM Fritz!WLAN Repeater 1750E
SOC: Qualcomm Q… CA9556 (Scorpion) 720MHz MIPS74Kc
RAM: 64MB Zentel A3R12E40CBF DDR2
FLASH: 16MiB Winbond W25Q128 SPI NOR
WLAN1: QCA9556 2.4 GHz 802.11b/g/n 3x3
WLAN2: QCA9880 5 GHz 802.11 n/ac 3x3
INPUT: WPS button
LED: Power, WiFi, LAN, RSSI indicator
Serial: Header Next to Black metal shield
Pinout is 3.3V - RX - TX - GND (Square Pad is 3.3V)
The Serial setting is 115200-8-N-1.
Tested and working:
- Ethernet
- 2.4 GHz WiFi (correct MAC)
- 5 GHz WiFi (correct MAC)
- Installation via EVA bootloader
- OpenWRT sysupgrade
- Buttons
- LEDs
Installation via EVA:
In the first seconds after Power is connected, the bootloader will
listen for FTP connections on 192.168.178.1. Firmware can be uploaded
like following:
ftp> quote USER adam2
ftp> quote PASS adam2
ftp> binary
ftp> debug
ftp> passive
ftp> quote MEDIA FLSH
ftp> put openwrt-sysupgrade.bin mtd1
Note that this procedure might take up to two minutes.
You need to powercycle the Device afterwards to boot OpenWRT.
Signed-off-by: David Bauer <mail@david-bauer.net>
committed 07:07PM - 10 Sep 19 UTC
Hardware
--------
SoC: Qualcomm IPQ4019
RAM: 256M DDR3
FLASH: 128M NAND
WiF… i: 2T2R IPQ4019 bgn
2T2R IPQ4019 a/n/ac
ETH: Atheros AR8033 RGMII PHY
BTN: 1x Connect (WPS)
LED: Power (green/red/yellow)
Installation
------------
1. Grab the uboot for the Device from the 'u-boot-fritz1200'
subdirectory. Place it in the same directory as the 'eva_ramboot.py'
script. It is located in the 'scripts/flashing' subdirectory of the
OpenWRT tree.
2. Assign yourself the IP address 192.168.178.10/24. Connect your
Computer to one of the boxes LAN ports.
3. Connect Power to the Box. As soon as the LAN port of your computer
shows link, load the U-Boot to the box using following command.
> ./eva_ramboot.py --offset 0x85000000 192.168.178.1 uboot-fritz1200.bin
4. The U-Boot will now start. Now assign yourself the IP address
192.168.1.70/24. Copy the OpenWRT initramfs (!) image to a TFTP
server root directory and rename it to 'FRITZ1200.bin'.
5. The Box will now boot OpenWRT from RAM. This can take up to two
minutes.
6. Copy the U-Boot and the OpenWRT sysupgrade (!) image to the Box using
scp. SSH into the Box and first write the Bootloader to both previous
kernel partitions.
> mtd write /path/to/uboot-fritz1200.bin uboot0
> mtd write /path/to/uboot-fritz1200.bin uboot1
7. Remove the AVM filesystem partitions to make room for our kernel +
rootfs + overlayfs.
> ubirmvol /dev/ubi0 --name=avm_filesys_0
> ubirmvol /dev/ubi0 --name=avm_filesys_1
8. Flash OpenWRT peristently using sysupgrade.
> sysupgrade -n /path/to/openwrt-sysupgrade.bin
Signed-off-by: David Bauer <mail@david-bauer.net>
committed 05:05PM - 11 Mar 19 UTC
Hardware
--------
CPU: Qualcomm IPQ4019
RAM: 256M (NANYA NT5CC128M16JR-EK)
… FLASH: 128M NAND (Macronix MX30LF1G18AC-XKI)
ETH: Qualcomm QCA8072
WiFi2: IPQ4019 2T2R 2SS b/g/n
WiFi5: IPQ4019 2T2R 2SS n/ac
WiFi5: QCA9984 4T4R 4SS n/ac
LED: - Connect green/blue/red
- Power green
BTN: WPS/Connect
UART: 115200n8 3.3V
VCC - RX - TX - GND (Square is VCC)
Installation
------------
1. Grab the uboot for the Device from the 'u-boot-fritz3000'
subdirectory. Place it in the same directory as the 'eva_ramboot.py'
script. It is located in the 'scripts/flashing' subdirectory of the
OpenWRT tree.
2. Assign yourself the IP address 192.168.178.10/24. Connect your
Computer to one of the boxes LAN ports.
3. Connect Power to the Box. As soon as the LAN port of your computer
shows link, load the U-Boot to the box using following command.
> ./eva_ramboot.py --offset 0x85000000 192.168.178.1 uboot-fritz3000.bin
4. The U-Boot will now start. Now assign yourself the IP address
192.168.1.70/24. Copy the OpenWRT initramfs (!) image to a TFTP
server root directory and rename it to 'FRITZ3000.bin'.
5. The Box will now boot OpenWRT from RAM. This can take up to two
minutes.
6. Copy the U-Boot and the OpenWRT sysupgrade (!) image to the Box using
scp. SSH into the Box and first write the Bootloader to both previous
kernel partitions.
> mtd write /path/to/uboot-fritz3000.bin uboot0
> mtd write /path/to/uboot-fritz3000.bin uboot1
7. Remove the AVM filesystem partitions to make room for our kernel +
rootfs + overlayfs.
> ubirmvol /dev/ubi0 --name=avm_filesys_0
> ubirmvol /dev/ubi0 --name=avm_filesys_1
8. Flash OpenWRT peristently using sysupgrade.
> sysupgrade -n /path/to/openwrt-sysupgrade.bin
Signed-off-by: David Bauer <mail@david-bauer.net>
at this point I would strongly favour ipq40xx based ones, so e.g. the last two in that list.
Disclaimer: I don't have personal experience with either of those; do check their device pages in the wiki -before buying anything- for the gory details.
1 Like
slh
May 22, 2021, 10:02pm
3
While not quite the form factor you're looking for, the ipq4019 based tri-radio (especially if your location is still in range for 5 GHz uplink reception) 'mesh satellites' might also be worth looking at, e.g. the ASUS MAP-AC2200, which is fully supported, or some of its competitors which are in various states of (pending-) support.
Netgear EX6150 v2 (note only v2) is IPQ4018 based. I have a pair of them that I use for various purposes, can't vouch for them as repeaters since that's about the only thing I don't use them for, but excellent AP/one-armed router, works perfectly out of the box with OpenWRT, has plenty of ram and CPU for running additional apps. Plenty of them on ebay.
I'm using a TP-Link RE650 v1 with 21.02.0-rc1 and relayd. It has 1 LAN connection, 16 MB Flash and 128 MB RAM.
My setup is very simple: HomeRouter(not OpenWRT) -- 5Ghz -- RE650 (OpenWRT) -- 2.4Ghz -- Laptop
lkraav
November 5, 2021, 12:04pm
6
Thanks for AVM tip, I am now trying out a couple of AVM Fritz 1200s to replace my aging TL-W860REs.
Even with a custom, stripped-down, bare minimum image, W860RE isn't able to fit 21.02 releases with Luci + SSL anymore, wolfssl kills it.
Hello xealing,
I just bought an RE650 V1 as a replacemant for my aging WR710.
I would like to do the same setup as you with 5 GHz uplink to a Fritzbox (Stock-FW) and 2,4 GHz to the Clients. I probably have to use relayd again, I guess.
Could you give me some hints?
Thanks, Martin
Thanks frollic, that has been my setup with the WR710 for years now.
Using the 5 GHz uplink can probably be done in a similar way.
I just wanted to know, if xealing has some additional hardwarespecific hints.
tmomas
January 25, 2022, 11:12am
10
See also https://openwrt.org/toh/views/toh_mains-powered
This should cover the type of devices you are searching for.
@chrissi29 Please open a new topic for your question regarding configuration.
This topic is only for hardware recommendations.
Any news in the last year regarding the wall outlet WLAN repeaters that OpenWRT supports? My TP-Link RE450 has slowly become obsolete.
The https://openwrt.org/toh/views/toh_mains-powered is unfortunately not very comprehensive, because not only wall outlet wifi-repeater are listed.
D-Link DAP-X1860 A1 ?
ideally you want a triple radio device, but those won't be wall warts
can we have a list of triple+ wifi interface routers supported by openwrt?
these devices should have 3 full-featured interfaces, not 2 plus some crippled slow interface for DFS compliance.
help me build it! i'll start...
--------------- 2.5 / 5 GHz ---------------
Qualcomm IPQ4019 (4x ARM Cortex-A7 @ 717 MHz)
Linksys WHW03 V2
Flash 512 MB, RAM 512 MB.
https://openwrt.org/toh/linksys/whw03_v2
two 5 GHz radios with very limited channel support and no DFS.
channels (23.05.3 and previous bu…
2 Likes
ed8
April 23, 2024, 2:19pm
13