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. GSCC
    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.
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Best 6
    • Groups 0

    GSCC

    @GSCC

    6
    Reputation
    1415
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    GSCC Unfollow Follow

    Best posts made by GSCC

    • Trouble updating bluetooth.

      Bluetooth upgrade.
      I have the bluetooth module V.17B I am trying to update the firmware.

      Reboot computer
      Make sure blue tooth module is disconnected from everything.
      Press and hold little button
      Insert usb.
      Light goes green..... and stays green
      Doesn't seem to matter how long I hold the button (5 min anyone) it never goes blue.....

      What am I doing wrong?

      posted in CoDrone Troubleshooting
      G
      GSCC
    • CoDrone library errors.

      H!

      Recently got my codrone followed the install instructions (arduino 1.8.5) and installed the latest libraries. I have only tried to run the following code:

      *****#include <CoDrone.h>

      void setup() {
      CoDrone.begin(115200);
      CoDrone.AutoConnect(NearbyDrone);
      }

      void loop() {
      // put your main code here, to run repeatedly:
      }*****

      Using the latest 2.2 code library there are missing ; (line 888 CoDrone_send.cpp) and invalid function declarations.

      Using older code libraries I continually get this error.

      avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcd

      I have spent the last hour trying different combinations of board files and library with no success.
      What am I doing wrong?

      posted in Educators Corner
      G
      GSCC
    • Bluetooth upgrade.

      I have the bluetooth module V.17B I am trying to update the firmware.

      • Reboot computer
      • Make sure blue tooth module is disconnected from everything.
      • Press and hold little button
      • Insert usb.
      • Light goes green..... and stays green

      Doesn't seem to matter how long I hold the button (5 min anyone) it never goes blue.....

      What am I doing wrong?

      posted in CoDrone Lite/Pro
      G
      GSCC
    • Can't upload code.

      H!

      Recently got my codrone (smartinventor V2) followed the install instructions (arduino 1.8.5) and installed the latest libraries. I have only tried to run the following code:

      *****#include <CoDrone.h>

      void setup() {
      CoDrone.begin(115200);
      CoDrone.AutoConnect(NearbyDrone);
      }

      void loop() {
      // put your main code here, to run repeatedly:
      }*****

      Using the latest 2.2 code library there is a missing ; (line 888 CoDrone_send.cpp) and invalid function declarations.

      Using older code libraries I continually get this error.

      avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcd

      I have spent the last hour trying different combinations of board files and library with no success.
      What am I doing wrong?

      posted in CoDrone Troubleshooting
      G
      GSCC
    • RE: Can't upload code.

      @robolink_wes There was another error in the code as well. An invalid function declaration. I will copy it in when I get home.

      Sorry for all the cross posting. The default forum setting were messed up for me and I couldn't see any of my posts at first.

      I am in Australia. So that makes calls a little more difficult. Evenings (here) are good for me you have a discord or a skype / google that you can send me?

      posted in CoDrone Troubleshooting
      G
      GSCC
    • RE: Can't upload code.

      hmm might actually be easier if I just get up early.... shudder
      Sometime between 12 noon and 1 Tuesday for you?

      posted in CoDrone Troubleshooting
      G
      GSCC

    Latest posts made by GSCC

    • RE: Trouble updating bluetooth.

      I cant upload any program. It doesn't matter what I do the bluetooth light is always green (looks different in the video but it is definitely green)

      Thursday 1200 your time is good for me.

      posted in CoDrone Troubleshooting
      G
      GSCC
    • RE: Trouble updating bluetooth.

      Should be around same time as last time if you want.

      posted in CoDrone Troubleshooting
      G
      GSCC
    • RE: Trouble updating bluetooth.

      https://1drv.ms/v/s!ApPDhDY-UXmkhQEWboe4y3M_OpCf

      posted in CoDrone Troubleshooting
      G
      GSCC
    • RE: Trouble updating bluetooth.

      I have received my new unit from the supplier but I am having the same issues. No matter what I try I can never get it to do anything except stay green. It wont pair with the drone, won't go into upload mode or go into firmware update mode.

      Neither of mine does anything like what is shown in the video. https://basecamp.robolink.com/cwists/preview/181x

      When just turning it on trying to run the pre installed code to pair with the drone. I get blue lights from left to right and then back once. Then nothing.

      posted in CoDrone Troubleshooting
      G
      GSCC
    • RE: Can't upload code.

      hmm might actually be easier if I just get up early.... shudder
      Sometime between 12 noon and 1 Tuesday for you?

      posted in CoDrone Troubleshooting
      G
      GSCC
    • RE: Can't upload code.

      @robolink_wes There was another error in the code as well. An invalid function declaration. I will copy it in when I get home.

      Sorry for all the cross posting. The default forum setting were messed up for me and I couldn't see any of my posts at first.

      I am in Australia. So that makes calls a little more difficult. Evenings (here) are good for me you have a discord or a skype / google that you can send me?

      posted in CoDrone Troubleshooting
      G
      GSCC
    • Can't upload code.

      H!

      Recently got my codrone (smartinventor V2) followed the install instructions (arduino 1.8.5) and installed the latest libraries. I have only tried to run the following code:

      *****#include <CoDrone.h>

      void setup() {
      CoDrone.begin(115200);
      CoDrone.AutoConnect(NearbyDrone);
      }

      void loop() {
      // put your main code here, to run repeatedly:
      }*****

      Using the latest 2.2 code library there is a missing ; (line 888 CoDrone_send.cpp) and invalid function declarations.

      Using older code libraries I continually get this error.

      avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcd

      I have spent the last hour trying different combinations of board files and library with no success.
      What am I doing wrong?

      posted in CoDrone Troubleshooting
      G
      GSCC
    • Trouble updating bluetooth.

      Bluetooth upgrade.
      I have the bluetooth module V.17B I am trying to update the firmware.

      Reboot computer
      Make sure blue tooth module is disconnected from everything.
      Press and hold little button
      Insert usb.
      Light goes green..... and stays green
      Doesn't seem to matter how long I hold the button (5 min anyone) it never goes blue.....

      What am I doing wrong?

      posted in CoDrone Troubleshooting
      G
      GSCC
    • Bluetooth upgrade.

      I have the bluetooth module V.17B I am trying to update the firmware.

      • Reboot computer
      • Make sure blue tooth module is disconnected from everything.
      • Press and hold little button
      • Insert usb.
      • Light goes green..... and stays green

      Doesn't seem to matter how long I hold the button (5 min anyone) it never goes blue.....

      What am I doing wrong?

      posted in CoDrone Lite/Pro
      G
      GSCC
    • CoDrone library errors.

      H!

      Recently got my codrone followed the install instructions (arduino 1.8.5) and installed the latest libraries. I have only tried to run the following code:

      *****#include <CoDrone.h>

      void setup() {
      CoDrone.begin(115200);
      CoDrone.AutoConnect(NearbyDrone);
      }

      void loop() {
      // put your main code here, to run repeatedly:
      }*****

      Using the latest 2.2 code library there are missing ; (line 888 CoDrone_send.cpp) and invalid function declarations.

      Using older code libraries I continually get this error.

      avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcd

      I have spent the last hour trying different combinations of board files and library with no success.
      What am I doing wrong?

      posted in Educators Corner
      G
      GSCC