Search found 159 matches

by RyanMco
Tue Aug 10, 2021 9:12 pm
Forum: Developer discussions
Topic: firmware understanding -layout schematic understandings
Replies: 1
Views: 8675

firmware understanding -layout schematic understandings

Hi guys / experts of crazyflie . im new comer to crazyflie just bought recently 6 crazyflie boards 2.0 from crazyflie and I think will continue purchasing them but need to understand how they work , in otherwords how the crazyflie firmware works! I'm using crazyflie 2.0 and Im trying really to under...
by RyanMco
Tue Apr 14, 2020 2:32 pm
Forum: Developer discussions
Topic: Regarding to firmware
Replies: 3
Views: 11441

Re: Regarding to firmware

THANKS, what is confusing me who once I use xthread or xseamphore in freeRtos , then it goes to OS of PC or on the chip of the drone or it goes to go to software OS -FREERTOS- that's found on the chip of the drone
by RyanMco
Mon Apr 13, 2020 4:59 pm
Forum: Developer discussions
Topic: Regarding to firmware
Replies: 3
Views: 11441

Regarding to firmware

Hi guys, could anyone please tell me what xtaskcreate function api in the firmware of bitcraze is about and why I need it? it sounds that it creates tasks for firmware .. why I need to make those task .. are those tasks is like threads? if so then the firmware itself must have its own Operating syst...
by RyanMco
Fri Jan 24, 2020 1:34 pm
Forum: General discussions
Topic: stability of landing
Replies: 1
Views: 3266

stability of landing

Hi guys, my bitcraze drone is flying well and all is fine by python script, but once it needs to land there's sometimes something weird happen, it's landing well but sometimes while my drone is landing it's like having drift left or drift right and then it will continue landing after drift .. what's...
by RyanMco
Sun Jan 19, 2020 3:24 pm
Forum: Developer Discussions
Topic: stm32 chip of our drone
Replies: 1
Views: 3016

stm32 chip of our drone

hi guys, Im just curious to know what features to our drone can we do with stm32 chip? all suggestions acceptable.



thanks alot
by RyanMco
Sat Jan 18, 2020 1:02 pm
Forum: Developer Discussions
Topic: Stabilizer explanation
Replies: 3
Views: 3532

Re: Stabilizer explanation

any HELP please? thanks
by RyanMco
Thu Jan 16, 2020 7:12 pm
Forum: General discussions
Topic: [SOLVED] Crazyfliedied
Replies: 4
Views: 4376

Re: Crazyfliedied

fixed!
there was an internal short in the wires of battrey!


thanks
by RyanMco
Thu Jan 16, 2020 7:11 pm
Forum: Developer Discussions
Topic: Stabilizer explanation
Replies: 3
Views: 3532

Re: Stabilizer explanation

Also how it's related to my drone, what this file is going to affect my drone on what?!
by RyanMco
Thu Jan 16, 2020 7:09 pm
Forum: Developer Discussions
Topic: Stabilizer explanation
Replies: 3
Views: 3532

Stabilizer explanation

Hi guys! May please someone explain to me in detail why I need stabilizer.c in my firmware and what its purpose? how it's built? what're the major functions that I need from stabilizer and what are their role? primarily Im asking because Im going to make my own stabilizer which I want to make it lik...
by RyanMco
Mon Jan 13, 2020 10:55 am
Forum: Developer Discussions
Topic: Comunication between drone board chip to arm kit
Replies: 1
Views: 2706

Comunication between drone board chip to arm kit

Hi guys
Im really wondering what type of communication does the chip of drone's board has while flashing to the chip the binary code by arm kit debugger? Is it tcp/ip between chip and arm kit debugger in order to flash the binary code?