Skip to content

Preview of new BLE Central (Arduino style) #328

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

Closed
wants to merge 4 commits into from

Conversation

eriknyquist
Copy link
Contributor

@calvinatintel @bigdinotech @SidLeung @noelpaz @russmcinnis Please review & test.

Don't merge. Only for testing right now.

Know issues:
1. Memory issue. Some times the memcmp not work correct.
2. Central not complete. But can do scan.
1. Add the auto discover
2. Resolve the connect request was not scheduled issue
3. Implement the read/write request
Note: need change the compiler parameter in platform.txt.
"compiler.c.flags=-c -std=gnu11 -mcpu=quarkse_em -mlittle-endian -g -Os ..." to
"compiler.c.flags=-c -std=gnu11 -mcpu=quarkse_em -mlittle-endian -g -O0"
"compiler.cpp.flags=-c -mcpu=quarkse_em -mlittle-endian -g -Os ..." to
"compiler.cpp.flags=-c -mcpu=quarkse_em -mlittle-endian -g -O0 ..."
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

Successfully merging this pull request may close these issues.

2 participants