An open API service indexing awesome lists of open source software.

https://github.com/mikerr/scanairtags

Find nearby airtags with PicoW or ESP32
https://github.com/mikerr/scanairtags

Last synced: 6 months ago
JSON representation

Find nearby airtags with PicoW or ESP32

Awesome Lists containing this project

README

          

# scanAirtags
Find nearby airtags with Raspberry Pi PicoW or ESP32

Apple airtags transmit a BLE advert every 2 seconds:

| Byte # | Value | Description
| ------- | ----- | ----------
|0 |0x1E |Advertising data length: 31 (the maximum allowed)
|1 |0xFF |Advertising data type: Manufacturer Specific Data
|2-3 |0x004C |Apple’s company identifier
|4 |0x12 |Apple payload type to indicate a FindMy network broadcast

picoscan.py - picoW script sample output

```
found 4 airtags
{'fbbfbfc692ba': -92, 'f72e497db30c': -101, 'cb216b92d158': -99, 'd9184057f394': -23}
```