Code Monkey home page Code Monkey logo

Comments (4)

d4rken avatar d4rken commented on June 8, 2024

The main data source for apple devices is the manufacturer specific data in the BLE scan records.

Sony seems to have something too:
mManufacturerSpecificData={301=[4, 0, 2, 2, -80, 50, 3, 1, -50, 113, -2, -117, -3, 16, 3, 0, 51, 0, 0, 0]}

I have no idea what it means though at that's what we have to figure out.

from capod.

M-505 avatar M-505 commented on June 8, 2024

Well any clue on where I could start would help me, unless you are telling me apple has that in its specs data? But I'm sure to look at it :)

from capod.

d4rken avatar d4rken commented on June 8, 2024

No apple didn't explain anything, some people figured it out by (see readme of this repo).

A starting point could be to change something like charging/not charging and see what data changes.

Maybe trying to convert the interger values to hex values.

from capod.

d4rken avatar d4rken commented on June 8, 2024

The ByteArray [4, 0, 2, 2, -80, 50, 3, 1, -50, 113, -2, -117, -3, 16, 3, 0, 51, 0, 0, 0]
in hex is 04 00 02 02 B0 32 03 01 CE 71 FE 8B FD 10 03 00 33 00 00 00.

Some random example, for Apple, the Battery value is FF when both are full, one F for each pod. EE would be both pods at like 90%.

from capod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.