Jetson Nano Access Point WIFI signal is unstable

Hi
I added an Intel 8265NGW wireless adapter to Rev B carrier board and configured it as an Access Point. I can connect the AP from my laptop and upload and download the files. It works but NOT reliable.
I use NetSopt software to monitor the signal strength from my laptop. Look at the picture below. The top line(without broken) is the WIFI router signal strength. The lower part is the Jetson Nano Access Point signal strength. You will see, it is no signal sometimes.


How can I sort out this issue?
Thanks,

CX

Is there any suspend setting on device?

The test is based on Nvidia SD card image from the file of jetson-nano-jp46-sd-card-image.zip. The hostapd has been installed.
This is hostapd configure

interface=wlan0
driver=nl80211
hw_mode=g
channel=6
wmm_enabled=1

# High priority/AC_VI = video
tx_queue_data1_aifs=1
tx_queue_data1_cwmin=7
tx_queue_data1_cwmax=15
tx_queue_data1_burst=3.0

ieee80211n=1
ieee80211ac=1
ht_capab=[SHORT-GI-20]

# Limit the number of connections to 3 during development
# TODO: set this to 2 for pre-production
max_num_sta=3
#vht_capab=[HTC-VHT]

# Security
wpa=2
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP

# Auto generated -- do not edit anything below this line
ssid=VantageDigital20-53:f4
wpa_passphrase=ION-53:f4

I got a support from Intel on this case.
This is response from Intel support:
With regards to your concern, we were able to replicate the issue on our end and the connection was stable. However, the kernel version we used was 5.4. In this case, it is suggested that you update the kernel version of your system to 5.4 and see if it would resolve the issue.

Is there plan to upgrade the Linux kernel to 5.4?
Thanks

CX

Hi changwen,
Now Jetson latest version is Jetpack5.0.2 which kernel is 5.1, 5.4 will support in future. You can try 5.0.2

Hi
I installed JetPack 5.0.2 on host PC successfully. But after connected the Jetson nano develop board, the JetPack 5.0.2 is disabled. And the latest JetPack version for Jetson nano is 4.6.2 which does not support Linux kernel 5.1.
What Can I do for it?
Thanks,

CX

Hi changwen,
Sorry I missed it it Nano, for Nano only JP4.* support which kernel is only 4.9. So if need kernel 5.*, you need test on Xavier series.

Hi Jeffli,
It is impossible for us to change to Xavier series now.
Is there plan to upgrade the Linux kernel to 5.4 or higher for Jetson nano?
Thanks

CX

Hi hangwen,
JP5.0 or higher will not support Nano. you should change another wireless adapter on Nano.

Any suggestion on WIFI adapter to work as Access Point and compatible with Jetson nano latest image?
Thanks,

Changwen

To have a quick try to confirm if there is a power suspend there, pls try with the followed command and monotor the status again.

sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

I just tried your command. It does NOT sort out the issue.

In that case, it may not caused by the power.
Have you ever see a mode switch in your system? like from AP to station mode and back, or there is some errors there. This could be record in the kernel message.

Need to figure out if this is something related to wifi firmware or the system.

Would you please give me the details info where and how can I get the message as you expected? from syslog?
There is a WIFI router close to the Jetson nano AP. The WIFI router’s IP is 192.168.0.1. It is working auto channel mode. The Jetson Nano AP is using static IP at: 192.168.18.10. It is working in fixed channel mode. I tried on channel 1 and 6. Both channels have the same issue.

@changwen.xie

Need to figure out if it’s an issue from the driver/firmware or the AP itself.
Is the nano stable enough to working in station mode? just connected to another wifi router to watch the connections as you do with NetSopt.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.