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

Serial 9600 baud limitation #96

Open
hieuv opened this issue Dec 21, 2016 · 2 comments
Open

Serial 9600 baud limitation #96

hieuv opened this issue Dec 21, 2016 · 2 comments

Comments

@hieuv
Copy link

hieuv commented Dec 21, 2016

Hi,

I have been using the nRF51822 and I am interested in trying out the nRF51822 Arduino project.
One thing strikes me as I read the README is the limitation of 9600 bps while using BLE.

As far as my experience with the nRF51 series goes, I have never had any problem running UART at baud rate as high as 460800, never with flow control. That is done Nordic's BLE Stack already in their SoftDevice.

Could we maybe review this and find an improvement?

@zoujixing
Copy link

Hi hieuvt6-fti,
We have done a test that when the baudRate exceeds 9600, maybe lose some bytes (Uninterrupted transmission). BaudRate 9600 is the most stable.

@brvier
Copy link

brvier commented Mar 3, 2017

Ouch .... 9600 this hurts ... This explain why i lose bytes at 38400 ...
So the only solution is to avoid arduino and use Nordic SDK ? Or is there some things to avoid that could limit such loss ?

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

3 participants