High Latency with hAP ax2

Hello,

I’m quite new to Mikrotik devices and am encountering high latency with WiFi connections on the hAP ax2 and was wondering if anyone can offer some insights about what might be the problem.
The goal is to use the hAP ax2 in combination with a hAP ax3 (as router) to extend WiFi coverage in a small apartment. To troubleshoot the issues with the hAP ax2, I have tried to simplify the setup and tried to look at the issue in isolation.

The (test) setup and observations are as follows:

  • The hAP ax2 is updated to the latest non-beta software (RouterOS 7.15.3) including firmware, and I’ve performed a configuration reset.
  • The hAP ax2 is directly connected to a PC via ether2 (for WinBox connectivity only), cable length 1.5m; no other wired connections, no internet configured. Ping from PC to hAP ax2 is about 0.28ms.
  • Only the 5GHz radio is enabled, and I’ve chosen a less occupied channel (120) based on a frequency scan. In addition, channel width is set to max 40 MHz. Generally, the channel selection and width did not seem to have much of an impact for this particular problem. Most WiFi-related settings are at their default values.
  • Two mobile devices (an iPhone SE and a Samsung S22) are connected as clients, distance from hAP ax2 about 50cm, line of sight. The devices were not sleeping during the test.
  • When I ping from the hAP ax2 to either device, I observe overall bad latency and intermittent spikes.

Please see hAP ax2 configuration export and possibly relevant attachments below.



# 2024-08-04 18:20:18 by RouterOS 7.15.3
# software id = <redacted>
#
# model = C52iG-5HaxD2HaxD
# serial number = <redacted>
/interface bridge
add name=bridge
/interface wifi channel
add band=2ghz-ax disabled=no frequency=2462 name=ch-2ghz width=20mhz
add band=5ghz-ax disabled=no frequency=5600 name=ch-5ghz width=20/40mhz
/interface wifi security
add authentication-types=wpa2-psk disabled=no name=sec-test
/interface wifi configuration
add channel=ch-2ghz country=Germany disabled=no mode=ap name=conf-2ghz security=sec-test ssid=Test
add channel=ch-5ghz country=Germany disabled=no mode=ap name=conf-5ghz security=sec-test ssid=Test
/interface wifi
set [ find default-name=wifi1 ] configuration=conf-5ghz configuration.mode=ap disabled=no
set [ find default-name=wifi2 ] channel.frequency=2462 configuration=conf-2ghz configuration.mode=ap
/ip pool
add name=pool ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=pool interface=bridge lease-time=2h name=dhcp1
/interface bridge port
add bridge=bridge interface=ether2
add bridge=bridge interface=wifi2
add bridge=bridge interface=wifi1
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/system clock
set time-zone-name=Europe/Berlin
/system note
set show-at-login=no

Any ideas what might be the problem?
Screenshot 2024-08-04 at 18.32.28.png
Screenshot 2024-08-04 at 18.29.44.png
Screenshot 2024-08-04 at 16.52.03.png