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

[urgent] Cannot see my services or characteristics - generating services.h from nRFgo

Hello,

I have taken a pre-generated XML config for nRFgo and modified it by adding some services

Here is what my config looks like gyazo.com/bc330e7590afaa22533c200ff17eb902

However, when I reflash the application controller the new char. If I change values within the characteristics already there, they do change, but I cannot view any new characteristics I've created.

I'm using an arduino with nRF8001 chip (on the nRF2741 dev board from the kit).

If possible, for testing purposes, can someone give me a working profile (XML and services.h file) with a custom GATT attribute. I will then try and see if it works.

Any ideas? Thanks

  • I have attached a working xml file for the ble_uart_project_template for the nRF UART iOS/Android application. It has a few vendors specific GATT Characteristics.

    Remember to generate the services.h from the changed XML file. You must pin reset the nRF8001 with a pin on the Arduino every time you make a change in the services.

    The pin reset of the nRF8001 is done by holding the RESET line low for at-least 200ns

    UART_over_BLE.zip

  • thanks for your reply. Call me stupid, but how do i view/download the attachment?

  • My apologies. When attaching an XML file, it pretends to work but it seems to fail to attach silently. A .zip file should work.