Damien Cauquil
Damien Cauquil
Hello @SZ87, The code causing the text `Scanning with stride n` to be displayed has been commented out in the actual version of binbloom, so the fact you don't see...
It is quite easy to make the button appear when an AP is selected and only then allow it to be pressed to start a rogue access point.
It could be interesting to known which Bluetooth Low Energy version is supported by these devices as the channel selection algorithm may vary (there are now 2 of them, the...
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...
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...
@alperoot by th way, can you give me here the interface version of your Micro:Bit v2.21 (normally present in the DETAILS.TXT file available when you plug your device into a...
Allright, I updated the firmware install procedure in the last release (also available on master branch) and it should be supported now. I used Micro:Bit DAP Link interface documentation to...
Well, you should use python 3 instead of python 2 (now deprecated) and I think everything should be ok.
The whole point was to check if `btlejack -i` correctly deploys firmware v2 (designed for nRF52840) on Micro:Bit v2.21 :D. Anyways, is it possible to give me more insight on...
In summary, you managed to capture initial connections with `-c any` but looking for access addresses gave you no valid result. Since the nRF51 and nRF52 series are different, the...