Search found 24 matches

by JaeDeok
Tue Sep 14, 2021 1:55 am
Forum: Developer Discussions
Topic: Front LED on the ring deck
Replies: 1
Views: 1070

Front LED on the ring deck

Can I get the front LED product information of the ring deck?
by JaeDeok
Mon Apr 12, 2021 1:59 am
Forum: Developer Discussions
Topic: Hover mode on Android client
Replies: 1
Views: 1119

Hover mode on Android client

While looking at the Android client code, I came across this phrase. "For safety reasons, altHold mode is only supported when the Crazyradio and a game pad are used" For what problem is althold mode only available when using PA and gamepad? Isn't it safe to implement hover mode in Android ...
by JaeDeok
Tue Jan 05, 2021 6:00 am
Forum: Developer Discussions
Topic: BLE connection with Android app and one of several crazyflie
Replies: 1
Views: 696

BLE connection with Android app and one of several crazyflie

I am now using crazyflie using android application app. The problem I ran into was that when more than one crazyflies powered on at the same time, I couldn't connect the crazyflie I wanted. While modifying the open source code, I found the part to be scanned, I would like to add the ability to show ...
by JaeDeok
Tue Jan 05, 2021 1:15 am
Forum: Developer Discussions
Topic: nrf51822 chip
Replies: 1
Views: 726

nrf51822 chip

Are there any plans to use a chip other than the nrf51822?
by JaeDeok
Wed Dec 16, 2020 3:04 am
Forum: Loco Positioning System
Topic: Loco positioning node Schottky diode
Replies: 1
Views: 1066

Loco positioning node Schottky diode

Do you know which Schottky diodes are used in the loco positioning node?
by JaeDeok
Mon Dec 07, 2020 9:00 am
Forum: AI-deck
Topic: ai flight control
Replies: 2
Views: 1393

ai flight control

Is there an example code for crazyflie flight control with ai-deck?

For example, an example of recognizing an arrow and moving the direction
by JaeDeok
Wed Nov 25, 2020 7:26 am
Forum: Developer Discussions
Topic: crazyflie android-client battery check
Replies: 1
Views: 815

crazyflie android-client battery check

https://github.com/bitcraze/crazyflie-android-client I refer to this site and I am using an Android app. However, when the PA is connected, the battery health percentage is displayed as 0~100, and when a BLE connection is established, the battery health percentage is displayed only in two ways: 0 an...
by JaeDeok
Sat Nov 21, 2020 7:12 pm
Forum: Developer Discussions
Topic: Battery status check
Replies: 1
Views: 887

Battery status check

Do you have a code to check the battery status?

There are a lot of drone crashes during flight due to low battery. I want to land by checking the battery level in advance.
by JaeDeok
Sat Nov 21, 2020 7:05 pm
Forum: Autonomous flight
Topic: Limit height
Replies: 6
Views: 2269

Re: Limit height

Thank you for answering the question well.
by JaeDeok
Thu Nov 19, 2020 2:38 pm
Forum: Autonomous flight
Topic: Limit height
Replies: 6
Views: 2269

Re: Limit height

Thank you. Conversely, is there a minimum height limit? For example, if the flow deck is affected by ground and light, Given the following command as an example, send_hover_setpoint(self, vx, vy, yawrate, zdistance): When the height is set to 10cm, 20cm, or 10cm or less, the effect of the shaking is...