Skip to content

Can´t connect or discover Alpha Mini Robot #4

@lexcorp

Description

@lexcorp

When I run test_connect.py, I can't discover or connect to the robot:

C:\Users\Sistemas\AppData\Local\Programs\Python\Python312\python.exe C:\Users\Sistemas\PycharmProjects\mini_demo\test\test_connect.py
start scanning...
Address not available when adding 169.254.120.177 to multicast group, it is expected to happen on some systems
Address not available when adding 169.254.198.40 to multicast group, it is expected to happen on some systems
Address not available when adding 169.254.170.172 to multicast group, it is expected to happen on some systems
Address not available when adding 169.254.196.115 to multicast group, it is expected to happen on some systems
scan device timeout
stop scan finished.
test_get_device_by_name result:None

Process finished with exit code 0


I change this and put the serial number of my alpha mini:

result: WiFiDevice = await MiniSdk.get_device_by_name("XXXXX", 10)

Also change the type of robot (I'm trying EDU, DEDU and MINI):

MiniSdk.set_robot_type(MiniSdk.RobotType.MINI)

I still can't connect to the robot. :(

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