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.
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.
Should be around same time as last time if you want.
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.
hmm might actually be easier if I just get up early.... shudder
Sometime between 12 noon and 1 Tuesday for you?
@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?
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?
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?
I have the bluetooth module V.17B I am trying to update the firmware.
Doesn't seem to matter how long I hold the button (5 min anyone) it never goes blue.....
What am I doing wrong?
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?