Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF Connect Android - what do the arrows mean?

(there isn't an option for nRF Android or Mobile when creating a case!)

Next to each Characteristic is one or more little arrow icons:

Where is the documentation which describes what these actually mean?

Parents
  • Hi,

    I couldn't find it documented, but a quick guide:

    arrow pointing down = read
    arrow pointing up = write (type to be chosen on the dialog) or send notification/indication (when in Server tab)
    3 arrows pointing down = enable notifications
    3 arrows pointing down, crossed = disable notifications
    2 arrows, one up, one down = enable indications
    2 arrows, one up, one down, crossed = disable indications
    traffic light symbol = add Sleep If/Sleep Until when Macro is running
    underlined pen = set value (on Server tab, a characteristic or descriptor that can be read from remote side allows to set it's value)

    In general: Clicking an icon causes an action... opens a dialog or changes Enabled/Disabled state. So hopefully it is observable what just happened.

    Best regards,
    Kenneth 

  • I couldn't find it documented

    If even you can't find it, then I think we must say that it is  not documented.

    Please raise this to be rectified.

    arrow pointing down = read
    arrow pointing up = write

    What's the logic behind that?

    The arrow directions seem entirely counter-intuitive to me!

  • Arrow pointing down is a common icon for "download" while up for "upload", you may find them for example here: https://material.io/tools/icons/?search=load&style=baseline

    In case of nRF Connect, downloading is reading data from the device while uploading is sending data to the device. The line below represents... the phone?

    I've just published the documentation here: github.com/.../documentation

    Btw, the icons will soon change to a bit bigger and, I hope, better. Instead of crossed icons there will be gray/blue to indicate whether notifications/indications are enabled or not. But arrows direction will be preserved.

Reply Children
Related