This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF Machine Learning application bluetooth service to transmit recognized gestures

How can i use the nRFConnect to read recognized gestures (idle, updown, rotate and tap) from the machine_learning application? 

Tried to do this, but no services broadcast the outputs.

Only data_forwarder mode transmits data through Nordic UART TX service.

Parents
  • Hey Haraldo! Sorry about the delay.

    Only data_forwarder mode transmits data through Nordic UART TX service.

    That seems in line with what the machine learning application is supposed to transmit. If you are wondering about where you can see what gesture was identified by the model, that should be displayed on the LEDs. For more info about this see here.

    Best regards,

    Elfving

  • Yes, I was able to identify the movements by the leds, but I would like to know if this application has the services to transmit the movements via bluetooth.

  • By default, I dont think it does. However, that can be fixed by adding your own to service to the code, or look into the service for the "data forwarding mode" and add it to that. I also think you'd benefit by looking into how it is services are implemented in our various examples.

    I should also mention that due to the holidays you might have to expect both limited help and slower responses on DevZone.

    Best regards,

    Elfving

Reply
  • By default, I dont think it does. However, that can be fixed by adding your own to service to the code, or look into the service for the "data forwarding mode" and add it to that. I also think you'd benefit by looking into how it is services are implemented in our various examples.

    I should also mention that due to the holidays you might have to expect both limited help and slower responses on DevZone.

    Best regards,

    Elfving

Children
No Data
Related