Navigation

    Robolink logo
    • Register
    • Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.users]]
    • [[global:header.groups]]
    As of September 2021, we have moved technical support to Robolink Help

    Welcome to the Robolink Community forum!

    You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.

    Choosing a Drone that can be remotely controlled by a PC in python via Wifi or bluetooth

    CoDrone Lite/Pro
    2
    2
    3342
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Joao H last edited by

      Hi,

      I want to start a project using python to control a Drone.
      for example play a bit with object recognition using the drone video camera.

      I am studying the hardware and since the budget is limited I was wonder if codrone Lite/Pro has the following features:

      • Programmable in Python (Through a PC or Raspbeery Pie integration)
      • Could get sensor values in real time.
      • Using a Pc remotely control a drone using python via Wifi or bluetooth
      • Video Camera
      • GPS (Optional)

      best regards,
      John

      1 Reply Last reply Reply Quote 0
      • robolink_leila
        robolink_leila last edited by

        Hi @Joao-H ,
        Hopefully the following can answer your questions:

        • We have recently published introductory lessons for using Python on a PC with CoDrone on Basecamp. You will need to install Python and Jupyter Notebook (or any other IDE of your choice)
        • You can gather sensor data using the following documentation
        • For a remote control program you will need to install additional libraries. I recommend either pygame or opencv-python which have functions for keyboard input
        • You can purchase an FPV Camera Add-on to access video feed via Wifi. I can send you a sample program in Python later if you need it.
        • There is no GPS functionality but you can roughly estimate position from the origin using the optical flow sensor data

        We are working on publishing lessons for a remote control program but for now this should point you in the right direction!

        1 Reply Last reply Reply Quote 0
        • First post
          Last post