This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SR3 voice ( NTS ) function can execute embeded linux ? How can I program?

We run SR3 on android system  which is working , need change system to embeded linux .

we run SR3 on embeded linux , i can't use voice function .

we get son info: https://github.com/NordicSemiconductor/pc-nrf-dfu-js

but this only for DFU function .

How can i use Voices function ?

Parents
  • Hi Johnny,

    we have an Ubuntu Linux implementation of the SR3 voice function. See nRF6939-SW here

    This NVS 5.4 zip includes source code and .deb packages for Ubuntu. The voice function is implemented as a plugin for PulseAudio. Does your embedded linux use PulseAudio, and does it have a version of Bluez that supports HID over GATT? (If buttons/gyro/touchpad on remote works, then it supports HID over GATT Service).

    If your embedded linux has PulseAudio and Bluez support, you can recompile the NVS plugins for your platform. Note that v5.4 of our NVS Ubuntu is based on PulseAudio 8.0. For a different version of PulseAudio, you should port the module-nvs-detect and module-nvs-source plugins to your PulseAudio version.

    We do have a Raspbian Wheezy implementation as well, but this is not on our webpage currently. I can send you separately if you are interested. 

    Audun

  • please get me this exp , and any install step !

    thanks

Reply Children
Related