-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description:
I am encountering issues while using the AiLink package to connect to a Kitechn scaler device. Despite following the provided example code and ensuring that all necessary permissions are granted, the application fails to detect or connect to the device.
Steps to Reproduce:
-
Setup:
- Clone the AiLink example repository.
- Ensure you have installed all the required dependencies.
-
Permissions:
- Verify that the following permissions are added to the AndroidManifest.xml:
<uses-permission android:name="android.permission.BLUETOOTH"/> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
- Verify that the following permissions are added to the AndroidManifest.xml:
-
Initialization:
- Initialize Bluetooth in your application:
FlutterBluePlus flutterBlue = FlutterBluePlus.instance;
- Initialize Bluetooth in your application:
-
Scanning:
- Start the scan process using the provided example code:
FlutterBluePlus.startScan();
- Start the scan process using the provided example code:
-
Device Filtering and Compatibility:
- Ensure that the Kitechn scaler device is powered on and broadcasting data.
- Verify that the device is compatible and broadcasting in a format that the AiLink package can interpret.
Observed Behavior:
- The Kitechn scaler device is not detected by the application.
- The application does not establish a connection with the Kitechn scaler device.
Expected Behavior:
- The application should detect the Kitechn scaler device.
- The application should successfully establish a connection with the Kitechn scaler device and retrieve data.
Additional Information:
- A video demonstration of the issue: [Link to Video]
- Screenshots of the issue: [Link to Screenshots]
Request:
Please provide an updated, working example for connecting to the Kitechn scaler device, including:
- Proper setup instructions.
- Necessary permissions and configurations.
- Steps to verify the device compatibility and connection process.
- Screenshots and Videos of the Working Demo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
