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

nrf51822 UART BLE #486

Open
sahilsawant031996 opened this issue Apr 29, 2022 · 1 comment
Open

nrf51822 UART BLE #486

sahilsawant031996 opened this issue Apr 29, 2022 · 1 comment

Comments

@sahilsawant031996
Copy link

I have one application where the data comes over UART and need to send that data over BLE. Data is coming over the UART port with a 230400 baud rate. But in the firmware code when I turn on the BLE and data starts receiving, the device seems to be hanged up. When I turn OFF the ble and keep the UART ON everything works fine. Can someone tell me is this happening because of UART and BLE interrupt occurring at the same time.

Specification-
UART 230400 baud rate
Controller - MDBT40
BLE notify property is used

@LiveRock
Copy link

My program got halted when I cal

BLEPeripheral Peripheral = BLEPeripheral();
..
..

Peripheral.begin();

HELP!

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

2 participants