Search found 51 matches

by SH_Lee
Tue Oct 13, 2020 2:19 pm
Forum: Developer Discussions
Topic: task not working
Replies: 6
Views: 1578

Re: task not working

#include "config.h" #include "debug.h" #include "FreeRTOS.h" #include "queue.h" #include "static_mem.h" #include "task.h" #include <string.h> #include <stdint.h> #include <stdbool.h> #include <stdio.h> #include "radiolink.h" #inc...
by SH_Lee
Mon Oct 12, 2020 2:06 pm
Forum: Developer Discussions
Topic: task not working
Replies: 6
Views: 1578

Re: task not working

Fortunately, I solved the first problem, but I thought it was not a perfect solution, so I asked again. The new problem is that rtos affects the task of the existing stabilizer. After adding a new task, the console results show the following: ESTKALMAN: State out of bounds, resetting I think it's be...
by SH_Lee
Mon Oct 12, 2020 8:20 am
Forum: Developer Discussions
Topic: configure input device
Replies: 3
Views: 1138

Re: configure input device

Despite your help, I couldn't achieve what I wanted. I saw the data you said, but I didn't understand it exactly. I think we don't need to modify the file additionally because we set it up through client. According to the data you gave me, the client seems to update the file. I want to use this sett...
by SH_Lee
Mon Oct 12, 2020 7:19 am
Forum: Technology
Topic: connect client on vm
Replies: 2
Views: 10762

connect client on vm

Client is inoperable after running Update all project on the vm. I think there was a damage during the file modification process. Can you check the file on the git-hub?
by SH_Lee
Sun Oct 11, 2020 4:11 pm
Forum: Developer Discussions
Topic: configure input device
Replies: 3
Views: 1138

configure input device

I would like to use an additional key in the client's 'configuration input device'. Key registration via detect has been completed, but no code has been found for firmware to use it. Could you tell me the location of the file and the name of the variable where to handle the input value of the device...
by SH_Lee
Fri Oct 09, 2020 9:12 am
Forum: Developer Discussions
Topic: p2p communication data type
Replies: 1
Views: 742

p2p communication data type

https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/functional-areas/p2p_api/ I'm testing a p2p code. I successfully conducted several experiments, but I couldn't send data in float format, so I checked the code and I was able to send only 8-bit data. I want to change this so...
by SH_Lee
Fri Oct 09, 2020 8:57 am
Forum: Developer Discussions
Topic: task not working
Replies: 6
Views: 1578

Re: task not working

i
by SH_Lee
Wed Oct 07, 2020 5:44 pm
Forum: Developer Discussions
Topic: task not working
Replies: 6
Views: 1578

task not working

I saw the test example and added a new test.
After uploading the code, there was no response in the result window.
I simply wanted to make sure that the rtos worked internally.
We raised the rots priority from 1 to 4 in the example, but the results were the same.
Did anyone succeed in this example?
by SH_Lee
Tue Sep 22, 2020 12:10 pm
Forum: Developer Discussions
Topic: UWB test for Swarm
Replies: 1
Views: 676

UWB test for Swarm

I'm doing a uwb sensor experiment for swarm. Location control using loco positioning deck (lps) was successful when there was only one drone. We received stable sensor values, and control to the desired location was also successful. We completed an algorithm for one drone and tested it with two dron...
by SH_Lee
Tue Aug 25, 2020 5:03 am
Forum: Support
Topic: p2p -no response
Replies: 20
Views: 5827

Re: p2p -no response

viewtopic.php?f=5&t=4424
As you said, I posted a new article.
I raised my curiosity about your answer.
I will continue to study the relevant parts.