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

Transmit error in ble custom service

Hi Everyone,

I hope you all are well.

I'm using nrf Connect SDK v1.7.0 and VS code for nrf52833 chipset.

So far I've used NUS service in my code to transmit some data to mobile applications.Nordic_App_Screenshot.zip

Ex Transmit message : 0x7B 01 02 03 04 05 06 07 7D

This I would receive as it is, when I use NUS service, but when I use any custom service, I would receive something encoded in mobile application.

I've tried with custom service from one of nordic webinar too, the result is same.

I have attached pics which uses NUS named 1 & 2, and custom service 5 & 6. please go through them.

I wish to know if there's anything I missed.

Related