openhaystack icon indicating copy to clipboard operation
openhaystack copied to clipboard

Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.

Results 144 openhaystack issues
Sort by recently updated
recently updated
newest added

Is it possible to get the GPS coordinates from your device using OpenHaystack after it has been found in the network?

question

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

I am trying to get OpenHaystack on my ESP32. The instructions do not explain if I need to actually flash the firmware to the ESP32 first or if the "deploy"...

question

There is this [nice tutorial](https://github.com/seemoo-lab/openhaystack/issues/35) how to transfer the .bin to the nrf51 device, but I fail at step 7. I get the error: ``` openocd -f /usr/local/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/local/share/openocd/scripts/target/nrf51.cfg...

question

I am somewhat lost and have not had such an issue before. After opening open haystack (Version 0.5.2 (1)) and installing the mail plugin I can not find and activate...

question

**Describe the bug** When I try to enable the plugin for Mail I get the error as shown in Photo 1. **To Reproduce** Steps to reproduce the behavior: 1. Go...

bug

**Describe the bug** I flashed openhaystack firmware to [ESP32-S2](https://www.wemos.cc/en/latest/s2/s2_mini.html) with the following cmdline ```bash esptool.py --before no_reset --baud 921600 --port /dev/cu.usbmodem01 write_flash 0x1000 /Users/engineer/workspace/openhaystack/Firmware/ESP32/build/bootloader/bootloader.bin 0x8000 /Users/engineer/workspace/openhaystack/Firmware/ESP32/build/partition_table/partition-table.bin 0xe000 /Users/engineer/workspace/openhaystack/Firmware/ESP32/tmp.key 0x10000 /Users/engineer/workspace/openhaystack/Firmware/ESP32/build/openhaystack.bin...

bug

**Describe the bug** I leave the OHServerApp running and after a short while it fails with this exception **To Reproduce** I leave the OHServerApp running and after a short while...

bug

Is it possible to do precision finding like the real AirTags by using a Bluetooth signal detector and seeing if the signal gets stronger? I know in ham radio you...

question