Coder Social home page Coder Social logo

Comments (3)

mjbrown avatar mjbrown commented on July 29, 2024

Question 1 - There is a command for obtaining the MAC address:
COM7: 2016-05-23 21:02:10,338 - bgapi - DEBUG - =>[ 00 00 00 02 ]
COM7: 2016-05-23 21:02:10,339 - bgapi - DEBUG - <=[ 00 06 00 02 23 A4 78 80 07 00 ]
COM7: 2016-05-23 21:02:10,341 - bgapi - INFO - RSP-System Address Get - 23A478800700

Question 2 - You can connect to multiple devices from one dongle. The BLE112 is capable of up to 8 connections. I don't know how many they support with the stock firmware, but you edit config.xml to modify how many connections are supported. Increasing available connections consumes Flash/RAM and limits other things you can do, like the size of your GATT table. That's why it's not just maxed for all devices.

<connections value="3" />

from bglib.

SarenT avatar SarenT commented on July 29, 2024

Hey,

Thanks a lot! I guess sending those bytes on serial connection 00 00 00 02 will return it. I am sorry for forgetting to mention that I am using python to access the device. I will try to send those bytes over serial to see if it returns the MAC address.

from bglib.

SarenT avatar SarenT commented on July 29, 2024

Update: sending a command with 0, 0, 0, 2 over serial return exactly something like a MAC address. I can't verify if it is really the MAC address but I am almost sure about it (it doesn't change and it is different among 2 dongles). I will not change the stock firmware, as the devices are not mine.

from bglib.

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.