-
Notifications
You must be signed in to change notification settings - Fork 108
Validator fails with characteristic descriptors #201
Comments
When you say that the Validator fails you mean it crashes? On Tue Feb 17 2015 at 2:34:27 PM collinmast notifications@github.com
|
The app doesn't crash, it just starts failing one test after another. Expanding the failed tests and examining the output, I can see that the value is reading my descriptors instead of the actual UriBeacon characteristic data. |
Hmmm can you try configuring the beacon with the Sample App? |
Gio, I just updated to the sample release from the link you provided. The UriBeacon sample app was NOT able to connect to the device. To narrow down was was going on, I removed the characteristic descriptions from my device and re-ran the validator. My device still failed the tests in the same way, but reported different URI data than the previous test. Upon further investigation, I removed the Device Information Service from my device and noticed that the validator passed all tests without any problems and is able to be configured with the sample app. |
Are you using the mbed code? There is a bug that rohit at arm is tracking Please point us at your repo and we get rohit to give it a look. Bill
|
The firmware we are using has been built from the ground up to include the UriBeacon service as well as our custom configuration service (we use the Keil compiler for development). Please let me know if this would still be helpful to rohit even though we are not using the mbed code. |
Seems unlikely but I'm interested in whether your version is dropping Bill
|
Bill, Are able to connect with Nordic's Master Control Panel app for android. I use that app to verify connections and to to write and read data from the UriBeacon characteristics. Their app formats the advertisement and I can see that I am able to update the advertisements from characteristic writes |
Yes that is what I use. So you are seeing all characteristics?
|
I am seeing all characteristics. When I connect, I can see that my three services and characteristics are all enumerated. I can read and write from each normally, but the validator fails when the additional descriptors for the characteristics in place. |
Additional descriptors is a problem we are looking into. For now, disable On Mon, Mar 2, 2015 at 9:43 AM, collinmast notifications@github.com wrote:
|
If the UriBeacon Sample App can't connect then it might be the case that On Mon, Mar 2, 2015, 11:21 AM Bill Schilit notifications@github.com wrote:
|
The UriBeacon validator app fails most tests when descriptions are added to private characteristics.
I am currently using a nRF51822 board with a custom service with multiple characteristics alongside the UriBeacon service, and when I add descriptions to the characteristics on my custom service, The validator fails almost immediately. I have seen that the validator will read the characteristic description in my custom service instead of the URI from the data characteristic of the UriBeacon service. Removing the descriptors causes the Validator to pass every test.
The text was updated successfully, but these errors were encountered: