Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to HCI.py to support TI WL1837 module #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TomSabourin
Copy link

@TomSabourin TomSabourin commented Jan 14, 2022

The TI WL1837 Wi-Fi & Bluetooth module does not require the mac address bytes to be reversed when setting them, and the OpCode Command Field for setting the mac address is 0x006, not 0x001 (reference here). While making options for adding the ability to change the OpCode Group Field and control whether to restart the bluetooth daemon.

Running the HCI.py script as before with sudo python3 HCI.py --key <ADVERTISMENT_KEY> behaves the same as it does in main when the new options are not specified. I've updated the README.md to reflect these changes.

Successful location of my device with your app:
Screen Shot 2022-01-09 at 2 20 43 PM

Copy link

@Sn0wAlice Sn0wAlice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

script is working fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants