Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to write to characteristics #19

Open
dzamlo opened this issue Nov 23, 2023 · 3 comments
Open

Allow to write to characteristics #19

dzamlo opened this issue Nov 23, 2023 · 3 comments
Labels

Comments

@dzamlo
Copy link
Contributor

dzamlo commented Nov 23, 2023

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.

@dmtrKovalenko
Copy link
Owner

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

@dzamlo
Copy link
Contributor Author

dzamlo commented Nov 27, 2023

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.

@ARNik
Copy link

ARNik commented Mar 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants