Which access point to choose?

Hi,

I have a Mikrotik HAP ac2 (very happy with it) which will be connected by Ethernet cable to a shed which is about 5m x 10m in size. I want to add an access point in the shed which provides wifi only inside the shed (one room) and up to about 10m radious outside the shed would be ok. I’m trying to avoid the wifi being available in a house which is about 15-20m away form the shed.

What would be the right choice from the Mikrotik range for this use case?

I’m guessing I’ll need to set the device to 5Ghz only and reduce transmission power?

You can use whatever device with WiFi you like and can afford. Select according to WiFi radios, their channels and antenna types used in it. You just will reduce the power on WiFi using higher antenna gain value while in regulatory domain mode to restrict the interference.

Thanks for the reply, I think I will get another HAP AC2

I’ll be setting it up next week, hopefully I can get it working!

With ease. Remove config, set WiFi, create bridge with administrative mac address of port 1, put all interfaces in it ,dhcp client on it and you have it. Just use non overlapping channels and the same security profiles.

Thanks I got it working :slight_smile:

This is the config I used:

/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods=“” management-protection=allowed mode=dynamic-keys name=garageprofile supplicant-identity=“” wpa2-pre-shared-key=
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce country=australia disabled=yes frequency=auto mode=ap-bridge security-profile=garageprofile ssid=
wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40mhz-Ce country=australia disabled=no frequency=auto mode=ap-bridge security-profile=garageprofile ssid=
wireless-protocol=802.11
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=wlan2
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether1
/ip address
add address=192.168.88.9/24 interface=bridge1 network=192.168.88.0
/ip service
set telnet disabled=yes
set ftp disabled=yes
/system clock
set time-zone-name=Australia/Sydney
/system identity
set name=GarageMtik
/system ntp client
set enabled=yes primary-ntp=103.214.220.220 secondary-ntp=180.150.12.46

Now I have to figure this part out…

Antenna Gain field on wireless tab in Advanced view is missing in the Stable release 6.47.2.

I had to downgrade to the Long Term release 6.45.9 for it to appear.

Now I can increase Antenna Gain and see the signal drop, seems to be working fine.

Perfect. Good job!

Stay with latest long term version and always read release notes before you decide to upgrade.

Thank you for your help fixing this and your advice, appreciate it :slight_smile: