Skip to content

AiLink Package Example Not Working with Kitechn Scaler Device #1

@flutter-vrinsoft

Description

@flutter-vrinsoft

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:

  1. Setup:

    • Clone the AiLink example repository.
    • Ensure you have installed all the required dependencies.
  2. 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"/>
  3. Initialization:

    • Initialize Bluetooth in your application:
      FlutterBluePlus flutterBlue = FlutterBluePlus.instance;
  4. Scanning:

    • Start the scan process using the provided example code:
      FlutterBluePlus.startScan();
  5. 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

3279745d-b646-422e-a857-c3bb8f32810e

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions