I am using serial communication to have data from a sensor. That sensor only can support baud rate 115200 to communicate. Collecting data from that sensor I am trying to save the data in my mobile app database. Problem started When I was using serial baud 115200 in nrf51822 it completely stop sending any signal to the app over Bluetooth. nrf51822 stopped advertisement and acted like there is no Bluetooth module inside it. Please provide me any possible solution for this kind of situation.
Thank you