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

Add support for Galaxy Note 3

The nRF Utility app for Android does not support the Galaxy Note 3 yet. Probably because the phone has only been released for a few days so far.

Please add support for it, currently it gives me a dialog that says "Device is not supported", I think you have a explicit check for Galaxy Note 2 in your code and you should simply just allow Galaxy Note 3, and depend on the API to handle the specifics.

Parents
  • I tried changing the broadcast name which was not easy but after installing the nRFgoStudio and editing the XML file with it - I managed to change the name yet the UART program no longer works . I verified this issue comparing the original "ublue_setup.gen.out.txt file with the same file re-compiles and they are different . I am assuming this makes the UART Arduino program stop working properly . After the re-compilation using "run_me_compile_xml_to_nRF8001_setup.bat" I get this error: ACI Evt Pipe Error: Pipe #:4 Pipe Error Code: 0x96

    I have no idea where to find the meaning of this code .

    The command suggested to rename the broadcast name does not work (even in the example it is commented out and when removing the comment it fails to compile): // Set your BLE Shield name here, max. length 10 //ble_set_name("TEST");

    Chat:39: error: 'ble_set_name' was not declared in this scope

    I guess these are all maturity issues with the BLE but I can't express enough the complexity of the BLE HW/SW compared to standard BT which I wish I could use with the iPhone .

    Any help would be appreciated.

Reply
  • I tried changing the broadcast name which was not easy but after installing the nRFgoStudio and editing the XML file with it - I managed to change the name yet the UART program no longer works . I verified this issue comparing the original "ublue_setup.gen.out.txt file with the same file re-compiles and they are different . I am assuming this makes the UART Arduino program stop working properly . After the re-compilation using "run_me_compile_xml_to_nRF8001_setup.bat" I get this error: ACI Evt Pipe Error: Pipe #:4 Pipe Error Code: 0x96

    I have no idea where to find the meaning of this code .

    The command suggested to rename the broadcast name does not work (even in the example it is commented out and when removing the comment it fails to compile): // Set your BLE Shield name here, max. length 10 //ble_set_name("TEST");

    Chat:39: error: 'ble_set_name' was not declared in this scope

    I guess these are all maturity issues with the BLE but I can't express enough the complexity of the BLE HW/SW compared to standard BT which I wish I could use with the iPhone .

    Any help would be appreciated.

Children
Related