-
Notifications
You must be signed in to change notification settings - Fork 27
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
Compatibilty issue with cheap NRF51822 #17
Comments
How did you go with this @waxd86 ? Did you have success? |
Hi there ! I've spent some time recently working on a nRF52 compatible firmware for the BBC Micro:Bit v2, and the code has been published here https://github.com/virtualabs/btlejack-firmware-nrf52. It has been integrated into btlejack and can be flashed automatically with the Hope this helps :p |
Thanks for the update @virtualabs I can see Australia has these cute microbit now apparently. I could go buy one. Half the price of a rf51822. |
TLDR: no, sniffing existing connections is unreliable with this nRF52 compatible firmware. At the moment sniffing existing connections works if you are lucky enough for the AA to be caught by the firmware (but most of the time it does not, I had many complaints about it in various issues). Nordic's nRF52 series are different from the nRF51 series and therefore sniffing raw packets has became quite difficult with these nRF52 SoCs. There are some clues about how to improve this but I need more time to try them and see what works best before releasing a new version. |
Hi virtualabs and everyone !
I saw you have worked on a version of btlejack-firmware for cheap RTL51822 but no news since (virtualabs/btlejack#12 (comment))
If you have some clues and information about it, I'll take it !
PS : I'm actually working to port btlejack-firmware into mbed-os 2 since microbit was impossible to compile (microbit registry is dead).
Thank you so much for ur work!
The text was updated successfully, but these errors were encountered: