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

Support Labels RxChar for local display #4

Open
hathach opened this issue Jun 14, 2021 · 0 comments
Open

Support Labels RxChar for local display #4

hathach opened this issue Jun 14, 2021 · 0 comments

Comments

@hathach
Copy link

hathach commented Jun 14, 2021

First of all, thank you very much for this great and fun project.

For context, I have ported the motion kit sketch to work with Adafruit nRF52 core to run on CLUE and Feather Sense boards. And it works great with lots of fun. CLUE has an builtin TFT, which can be very useful to display label on nrf52. However, currently the label is not available to devices (maybe I missed it, but I couldn't find them anywhere) and I need to "hardcorded" the label to use with "Air Snare" and "Finger User Interface" https://github.com/adafruit/tf4micro-motion-kit/blob/adafruit/arduino/adafruit/tf4micro-motion-kit/tf4micro-motion-kit.ino#L143

It would be great to have an LabelRxChar so that server could pass it to nrf52 device. Something simple as comma separated string would be more than enough. Since the string can get to very long (with lost of labels) while characteristic length can only be up to 512. Therefore the detail of implementation is totally up to you.

CLUE-motion-kit.mov

@ladyada

PS: If you are ok with the comma separated char, I am happy to make an PR for it.

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

No branches or pull requests

1 participant