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

BLEFirmata doesnt support responsessizes greater than 20 bytes #4

Open
jacobrosenthal opened this issue Nov 22, 2013 · 0 comments
Open

Comments

@jacobrosenthal
Copy link

As i'm sure you know,More than 20 bytes sent to ble_write() require a call to ble_do_events() to flush the buffer.

Requests like analog mapping, capability query, etc, are all greater and error when hooked up to a proper ios firmata implementation like I've been working on:

https://github.com/jacobrosenthal/iosFirmata

I've forked firmata fresh firmata standard from Firmata and created a redbear branch for now with a hacked implementation Im not entirely happy with, but so far is working for me
https://github.com/jacobrosenthal/arduino/tree/redbear-ble

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

1 participant