Search found 727 matches
- Tue Mar 02, 2021 10:01 am
- Forum: AI-deck
- Topic: Run examples
- Replies: 5
- Views: 99
Re: Run examples
Ahh oke so you are using Ubuntu 18.04 WSL on windows so that's interesting! So the problem with the ubuntu WSl is that it does not provide usb port access... you can test this out by writing 'lsusb' in your ubuntu terminal and you will see an error. So you have two options: use VirtualBox or VMplaye...
- Mon Mar 01, 2021 1:06 pm
- Forum: AI-deck
- Topic: Run examples
- Replies: 5
- Views: 99
Re: Run examples
Thanks for the error message. It is indicating that it can not find the programmer that is connected to the AIdeck. Here are some follow up questions: 1 - So you are currently using a virtual machine program to run ubuntu 18.04. Is this program 'Oracle VirtualBox' or another one? 2- How are you conn...
- Fri Feb 26, 2021 7:49 am
- Forum: AI-deck
- Topic: AI-deck can't release WiFi
- Replies: 14
- Views: 534
Re: AI-deck can't release WiFi
This is a tricky problem that I'm not sure how to fix... I'll see if I can ask around here see if anybody has a clue about how to fix this.
In the mean time, did you manage to pull from GitHub on your native machine (not on docker but your linux)?
In the mean time, did you manage to pull from GitHub on your native machine (not on docker but your linux)?
- Wed Feb 24, 2021 8:11 am
- Forum: AI-deck
- Topic: Run examples
- Replies: 5
- Views: 99
Re: Run examples
There are a lot of unknowns in your reporting so please give us more information about your problem: - Which operating system do you use on your native machine and which OS is on the virtual machine? - Which virtual machine program are you using? - What is the exact error message you get (copy paste...
- Mon Feb 22, 2021 1:09 pm
- Forum: AI-deck
- Topic: AI-deck can't release WiFi
- Replies: 14
- Views: 534
Re: AI-deck can't release WiFi
It seemed to not have taken in the GAP_SDK_VERSION as an argument in the container... If you have done all of those steps in the exact same terminal (without closing it in between), then there is something wrong. What you could do now, is to replace the 'GAP_SDK_VERSION' on line 19 (under '# install...
- Tue Feb 16, 2021 8:47 am
- Forum: Bitcraze
- Topic: Difference between zRange.c and zRange2.c
- Replies: 3
- Views: 231
Re: Difference between zRange.c and zRange2.c
Hi! These are technically the deck drivers that handle the Flowdeck V1 and V2 or the z-ranger deck (you can check it on the store right here). The V1 is the older product that uses the VL53L0x time-of-flight sensor and the V2 uses the newer vl53l1x , which has a larger range than the previous one. S...
- Tue Feb 16, 2021 8:37 am
- Forum: General discussions
- Topic: About errno 13 Access Denied
- Replies: 3
- Views: 511
Re: About errno 13 Access Denied
Ah oke, that is indeed difficult if you don't have full access. Using the virtual machine on your work computer would also be an option, or indeed like you have done, use a personal computer.
- Mon Feb 08, 2021 12:35 pm
- Forum: Loco Positioning System
- Topic: Logging validAngles resets the cf
- Replies: 3
- Views: 342
Re: Logging validAngles resets the cf
Hi! So actually what you are making right now, is exactly what we are currently implementing in the lighthouse implementation but then onboard the crazyflie, see this issue . So there will be actually a new logging variable that indicates that at least one basestation is in sight with the right cali...
- Mon Feb 08, 2021 12:30 pm
- Forum: AI-deck
- Topic: AI-deck can't release WiFi
- Replies: 14
- Views: 534
Re: AI-deck can't release WiFi
Did you follow the checklist I gave last time, and is there anything there is wrong with the outcome any of the 4 steps? The first 3 out of 4 are precompile steps and the 4th step ( 4/21 in the docker compile) occurs very quickly, so it should not take long for those to check it out. If I don't get ...
- Fri Feb 05, 2021 12:31 pm
- Forum: AI-deck
- Topic: Issue when flashing AI deck and crazyflie firmware
- Replies: 3
- Views: 88
Re: Issue when flashing AI deck and crazyflie firmware
Ah oke good! it might have been that there was too many printfs (debug_print), that can cause the connection to be cluttered. But there is a log variable for it so its better to use that instead.