-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Compat] Fails on Tessel 2 #48
Comments
Wouldn't this be present in uses of UART? That is: if something was wrong with the firmware, wouldn't all messages be missing the first byte? |
@rwaldron My guess is that there might be some bug in the UART initialization code or some race condition. I'm just shooting in the dark here though. |
were you able to take a closer look at this? |
@mbrevda no I haven't looked into this. I don't have a BLE module with me and I'll be traveling for the next several months. |
Are you saying that besides for the month already waited there won't be a On Tue, May 31, 2016 at 9:02 AM Jon [email protected] wrote:
|
@mbrevda I'm saying that I won't be able to work on this for a few months but it is all open source if anyone else wants to investigate. |
You may want to just purchase a USB BLE dongle since it is so cheap and widely accessible. |
It's been quite a few months, was there any progress made here? |
@mbrevda unfortunately, I don't think anyone is actively working on this. I'm happy to advise if you want to investigate yourself. |
Here is the output from trying to run the example:
The first byte should be an
0x80
, instead there are three nonsense bytes (0xef
,0xbf
,0xed
) so there may be an issue with the UART peripheral in T2 firmware.The text was updated successfully, but these errors were encountered: