I am working on a speech recognition and voice direction of arrival project and have the Jetson nano and the ReSpeaker Mic Array V2.0. I was under then impression that they should be compatible but I am running into some issues with USB permissions when trying to run a direction of arrival script.
I have pyaudio, pyusb, libusb installed.
I keep getting the error code usb.core.USBerror: [Errno 13] Access denied (insufficient permissions)
I have tried using the Isaac SDK solution from NVIDIA, but I cannot find the device IP.
I also tried https://github.com/pyusb/pyusb/issues/237 to solve the issue but I can’t seem to get to the “/etc/udev/rules.d/” step of the solution.
Does anyone have a better solution or can verify compatibility?