Close
0%
0%

iTAG - ESP32

ESP32 as bluetooth tracker

Similar projects worth following
iTAG emulator with ESP32 it is intended to mimic the simplest iTAG 's on ebay

It implements
Battery Service 0x180F battery status
Immediate Alert 0x1802 Client sends alert
"0000ffe0-0000-1000-8000-00805f9b34fb" button ( GPIO 0 on ESP32 )

Usage :

itag.init("iTAG");        // BLE Init + name
itag.set_batt( 10 );      // Update battery status
itag.set_btn( 1 );        // Send state to client

This is code has it's roots from the following projects :

Mainly the work done by nkolban, his BLE_notify sketch
https://github.com/nkolban/ESP32_BLE_Arduino

iTag protocol analyze by Thejesh
https://thejeshgn.com/2017/06/20/reverse-engineering-itag-bluetooth-low-energy-button/

sample code for iTag32 made by anik
https://github.com/aknik/ESP32/tree/master/iTag32

The following client software can be used

itracing2
https://github.com/sylvek/itracing2

All tracker
http://www.swalle.com/all-tracker-app-for-the-best-key-finder-in-2018-n169-1.html

GATT Services

View project log

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates