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

How to test without andriod device #8

Open
sasukebinbin opened this issue Mar 13, 2023 · 10 comments
Open

How to test without andriod device #8

sasukebinbin opened this issue Mar 13, 2023 · 10 comments
Labels
bluetooth Poweron using bluetooth

Comments

@sasukebinbin
Copy link

sasukebinbin commented Mar 13, 2023

Hi I have only iOS and Mac.
I have successfully get uuid and Manufacturer data using BLE Scanner on iOS.
How can I test the code in iOS or Mac? Looks like iOS cannot perform such settings using EFR Connect.
Not sure if Mac can?

@netweaver1970
Copy link

I'm also trying to find the manufacturer data but I see 10-15 Bluetooth devices in my ble-scanner on ios. What Mac address/prefix should I be looking for? How to find the data I'm looking for? Thanks.

@helgek
Copy link

helgek commented Mar 22, 2023

Hi @netweaver1970 , maybe you will not need to search anymore when you check the information here and here

@sasukebinbin
Copy link
Author

I'm also trying to find the manufacturer data but I see 10-15 Bluetooth devices in my ble-scanner on ios. What Mac address/prefix should I be looking for? How to find the data I'm looking for? Thanks.

When you continue press the power button, it will show Bluetooth RC 4.0 that one will be your control.

@sasukebinbin
Copy link
Author

This is for my H2S

{
kCBAdvDataAppearance = 961;
kCBAdvDataIsConnectable = 1;
kCBAdvDataManufacturerData = <460059050DA8CA9848FFFFFF3043524B544D>;
kCBAdvDataRxPrimaryPHY = 0;
kCBAdvDataRxSecondaryPHY = 0;
kCBAdvDataServiceUUIDs = (
"Human Interface Device"
);
kCBAdvDataTimestamp = "701016780.570641";
}

@helgek
Copy link

helgek commented Mar 22, 2023

@sasukebinbin thank you for the information! Have you tested it also if it turns on the projector successfully?

@mayongze
Copy link

h3s ManufacturerData=<460039BCA0F7A3ADB4FFFFFF3043524B544D>

@sasukebinbin
Copy link
Author

@sasukebinbin thank you for the information! Have you tested it also if it turns on the projector successfully?

I'm not able to test it cause I don't have an andriod device

@helgek
Copy link

helgek commented May 2, 2023

@sasukebinbin You can also try the Home Assistant Integration of manymuch or Bluez using these commands. Once confirmed I will add your info to the list of working codes.

@helgek
Copy link

helgek commented May 2, 2023

@mayongze Thank you! Have you been able to test if power on works using this ManufacturerData?

@mayongze
Copy link

@mayongze Thank you! Have you been able to test if power on works using this ManufacturerData?

I've tested it

@helgek helgek mentioned this issue Aug 18, 2023
@manymuch manymuch added the bluetooth Poweron using bluetooth label Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bluetooth Poweron using bluetooth
Projects
None yet
Development

No branches or pull requests

5 participants