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. vette99
    3. Posts
    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.
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 10
    • Best 1
    • Groups 0

    Posts made by vette99

    • RE: Fly CoDrone in Square Pattern

      Thanks @robolink_arnold. I will give it try and let you know the outcome.

      posted in CoDrone Troubleshooting
      V
      vette99
    • RE: Flight Commands (Movement) docs update

      @robolink_arnold Thanks! It seems like the Arduino syntax is incorrect in the coDrone library listed here. Am I looking in the wrong spot or do I need to update my drone?

      posted in Announcements
      V
      vette99
    • RE: Fly CoDrone in Square Pattern

      Here is the xml from my project if you would like to try. Thanks!

      posted in CoDrone Troubleshooting
      V
      vette99
    • RE: Fly CoDrone in Square Pattern

      Hi @robolink_wes, I was able to try your suggestion plus a few other. Below are the affects when changing the speed of the yaw

      • -20/20 - drone didn't yaw, only hovered

      • -35/35, -45/45, & -75/57 same affect as using -50/50, just back and forth

      posted in CoDrone Troubleshooting
      V
      vette99
    • RE: Fly CoDrone in Square Pattern

      Hi @robolink_wes, I will be able to test your suggestion tomorrow and will let you know. Thanks

      posted in CoDrone Troubleshooting
      V
      vette99
    • Fly CoDrone in Square Pattern

      Hi all,

      I have been working through the lessons for the coDrone, but have come across some difficulties trying to have the drone fly in a square pattern as described here in Step #4.
      I have copied the code verbatim, but the gyro seems to either be malfunctioning or the sample code needs adjustment.

      Please see this video to get an idea of what is happening. Thoughts? I have tried to add some additional wait events thinking the drone needed more time to get a reading from the gyro before the next event, but no luck.

      Thanks in advance for the help.

      posted in CoDrone Troubleshooting
      V
      vette99
    • RE: Bluetooth connection issue

      @robolink_wes I was able to connect and pair the drone as you suggested. I finally received the connection message. Thank you!

      0_1524784250634_Untitled.jpeg

      posted in CoDrone Troubleshooting
      V
      vette99
    • RE: Flight Commands (Movement) docs update

      @robolink_wes are these Arduino commands correct?

      I am using Arduino 1.8.5 and CoDrone library 1.5.1

      When I wrote the following

      #include <CoDrone.h>
      
      void setup() {
        // put your setup code here, to run once:
        CoDrone.begin(115200);
        CoDrone.AutoConnect(NearbyDrone);
      
        CoDrone.takeoff();
        CoDrone.hover(5);
        CoDrone.land();
      }
      

      For instance, I get the following error

      Arduino: 1.8.5 (Mac OS X), Board: "Rokit-SmartInventor-mega32_v2"
      
      /Users/vette99/Documents/Arduino/first_drone_program/first_drone_program.ino: In function 'void setup()':
      first_drone_program:8: error: 'class CoDroneClass' has no member named 'takeoff'
         CoDrone.takeoff();
                 ^
      exit status 1
      'class CoDroneClass' has no member named 'takeoff'
      
      This report would have more information with
      "Show verbose output during compilation"
      option enabled in File -> Preferences.
      
      

      Sorry, this is my first time using Arduino and I have lots of questions. Thanks for your time!

      posted in Announcements
      V
      vette99
    • RE: Bluetooth connection issue

      Thanks for the quick reply @robolink_wes. I did what you said however it still didn't fully work. After opening Snap! it was able to detect the drone, but I still could not pair (see attached images)

      0_1524705757084_IMG_5312.jpg

      0_1524705812612_Untitled.jpeg

      posted in CoDrone Troubleshooting
      V
      vette99
    • RE: Bluetooth connection issue

      Hello, I am having a similar issue. I purchased a coDrone pro and want to run Snap to allow my kids to program. However, when I attempt to connect the bluetooth board to the computer and start Snap I can neither get the drone to pair or update the drone. If I unhook the bluetooth device from the computer and just turn on the remote, both the drone and remote will pair.

      I have tried this on my Mac and a Windows laptop without success. Suggestions?

      I have also looked at this post, but still no success.
      https://forum.robolink.com/topic/116/codrone-light-connects-but-won-t-fly

      My Systems:
      MacBook Pro 15in, 2016
      2.7 GHz, Intel Core i7
      16 GB Ram
      OS 10.12.6

      Dell Precision M3800
      Intel Core i7
      16 GB Ram
      Windows 10 Pro

      posted in CoDrone Troubleshooting
      V
      vette99