Navigation

    Robolink logo
    • Register
    • Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.users]]
    • [[global:header.groups]]
    1. Home
    2. mlobegeiger2
    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.
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    mlobegeiger2

    @mlobegeiger2

    0
    Reputation
    1068
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mlobegeiger2 Unfollow Follow

    Latest posts made by mlobegeiger2

    • RE: Ports are Gray'd out.

      When this has happened to me it's been due to a dodgy USB cable. A new cable usually sorts it.

      posted in CoDrone Troubleshooting
      M
      mlobegeiger2
    • RE: Storage case for the Codrone Lite drones and equipment?

      I've made up some Safe Cases for our CoDrone Pro sets. 10 sets fit in a case. These are the cases (https://www.bunnings.com.au/craftright-515-x-435-x-225mm-large-safe-case_p5810184) I assume similar cases are available in other countries. They are great for transport, eg carrying around school to different class rooms.

      0_1552869150304_20190210_185648.jpg

      posted in CoDrone Lite/Pro
      M
      mlobegeiger2
    • What are the differences between the movement commands?

      Hi. It seems like there are two ways to make the CoDrone move. The first way is to use set and move commands, eg:
      CoDrone.setPitch(50); //set the pitch to 50%
      CoDrone.move(2); //execute the movement for 2 seconds

      The second is to use the inbuilt variables and the control command, eg:
      THROTTLE = 40; //set the throttle to 40%
      YAW = 60; //set the yaw to 60%
      CoDrone.Control(); //send the commands to the drone
      delay(2000); //give it 2 seconds to perform the maneuvers

      What's the difference, if any, between these two methods? Are there any situations where one method is preferred over the other?

      Thanks

      posted in CoDrone Lite/Pro
      M
      mlobegeiger2