You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using Wifi Telemetry module for Pixhawk to control my pixhawk.
I am able to connect to the board via mission planner but can't connect to my it with pymavlink
I am trying to use "the_connection = mavutil.mavlink_connection(f'udp:{ip}:{port}')" but nothing is happening.
ip_address = '192.168.4.1'
port = 14550
Can anyone help me please?
The text was updated successfully, but these errors were encountered:
Hi, I am using Wifi Telemetry module for Pixhawk to control my pixhawk.
I am able to connect to the board via mission planner but can't connect to my it with pymavlink
I am trying to use "the_connection = mavutil.mavlink_connection(f'udp:{ip}:{port}')" but nothing is happening.
ip_address = '192.168.4.1'
port = 14550
Can anyone help me please?
The text was updated successfully, but these errors were encountered: