blendr icon indicating copy to clipboard operation
blendr copied to clipboard

Allow to write to characteristics

Open dzamlo opened this issue 1 year ago • 3 comments

Currently, it is only possible to read a characteristic. It would be nice to be able to write too.

It should be possible to enter data in multiple format:

  • UTF-8 String
  • Hexadecimal

I don't know what the interface would look like.

dzamlo avatar Nov 23 '23 19:11 dzamlo

That is a good feature request, I am not really sure how to organise it. Do you expect to have vim like input for the data? Or loading from files? or maybe blendr should be staying the pure readonly browser?

Need to think about this more

dmtrKovalenko avatar Nov 26 '23 17:11 dmtrKovalenko

I'm very new to BLE, so I'm not sure what is expected by most user.

I was thinking of having two keyboard shortcuts, one for strings, one for bytes as hexadecimal, and when pressed it display a simple text input to enter the value.

dzamlo avatar Nov 27 '23 14:11 dzamlo

It is better to look on "nRF Connect" android app and make similar functionality.

ARNik avatar Mar 06 '24 10:03 ARNik