seemoo-lab / openhaystack

Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.
https://owlink.org
GNU Affero General Public License v3.0
8.03k stars 428 forks source link

cheap bluetoothmodule - would it work? #177

Closed pcace closed 1 year ago

pcace commented 1 year ago

Hi there,

would this work for the use with openHaystack? NRF52832 @aliexpress what would be the smallest yet cheap devices wich would work?

Thanks a lot!!

mishailovic commented 1 year ago

currently there is no firmware for that model. In my opinion esp32 is still the best option you can have, and it costs half of the price of the NRF52832 (link)

krakowski commented 1 year ago

Found these cheap bluetooth beacons using nRF51822 : https://aliexpress.com/item/1005003671695188.html

Using a flasher (ST-LINK/V2) it should be possible to flash the nRF51 firmware (https://github.com/seemoo-lab/openhaystack/tree/main/Firmware/Microbit_v1) onto it. Haven't tried it out yet, though.

jamine16 commented 1 year ago

You can flash them with ST-link v2, but you need to convert it to a J-Link using the Asshole.bin firmware from here first

https://github.com/e0r/stm32f103c8t6-jlink

Then you can use the Jflash software.