We have interfaced Jetson Nano Production Module (4 GB) with the Intel AC-8265 Wi-Fi module.
In our application, we are generating Access Point in Jetson Nano and an android device is connected to that Access Point
We are facing an issue with Wi-Fi disconnection in the Android device i.e. the Android device is disconnected from the Access Point automatically, but at the same time, other devices are connected with that Access Point.
We are looking for a solution to this issue.
The specifications of our system are listed below
Jetson Nano Production Module (4 GB)
OS: Ubuntu 18.04
L4T (Linux for Tegra) version: 32.5.1
Jetpack version: 4.5
Kernel version: 4.9
Wifi Chip: Intel AC-8265
In our product we need to connect Android Tablet to Jetson Nano Board. And they both should be in continuous communication over Wi-Fi.
Fyi, Jetson Nano is only able to create hotspot (AP) at 802.11n -20MHz mode.
Now as mentioned by @vivek_rawal, sometimes Tablet drops the Wi-Fi with Jetson Nano. Hence, communication breaks which results into stop functioning of the product.
Moreover, we were checking and found that Jetson TX2 has power saving mode, when it is connected to router.
We tried to turn off Power saving mode in from Jetson Nano (it works when jetson is not configured as AP) but, the method does not work when Jetson Nano is working as AP.
below is the link we followed:
Is there any other way to turn off Power saving mode to jetson Nano while it acts as AP?
Kindly understand the issue and guide us how we can solve this.
@alanz After disable of ASPM state by “echo “performance” > /sys/modules/pcie_aspm/parameters/policy”, disconnection issue is decrease, but it is still getting disconnected from android device.