Search found 24 matches

by JaeDeok
Thu Nov 19, 2020 2:17 am
Forum: Autonomous flight
Topic: Limit height
Replies: 6
Views: 2244

Re: Limit height

Have you ever tried flying inside an office (an obstacle such as a desk) rather than a room with nothing?

When flying inside the office, I think you won't be able to keep hovering at high heights. What do you think?
by JaeDeok
Wed Nov 18, 2020 6:53 am
Forum: Developer Discussions
Topic: crazyflie's basic speed
Replies: 1
Views: 745

crazyflie's basic speed

I want to control the speed of crazyflie.

Can you set the default speed of Crazyflie's firmware?
by JaeDeok
Wed Nov 18, 2020 5:04 am
Forum: Autonomous flight
Topic: Limit height
Replies: 6
Views: 2244

Limit height

Is there a recommended height limit when using only the flow deck and not the lighthouse or loco deck?
by JaeDeok
Thu Nov 12, 2020 9:38 am
Forum: AI-deck
Topic: Camera upside down problem
Replies: 1
Views: 1173

Camera upside down problem

You have successfully used Ai-Deck.
However, running the viewer example had an issue with the camera flipping upside down. Is there a solution?.
by JaeDeok
Tue Nov 03, 2020 5:27 am
Forum: Autonomous flight
Topic: Swarm code using only crazyflie and flow_deck?
Replies: 2
Views: 1339

Swarm code using only crazyflie and flow_deck?

Is there a swarm code using only crazyflie and flow_deck?

There is also an additional PA.
by JaeDeok
Fri Oct 16, 2020 2:17 am
Forum: AI-deck
Topic: Wifi video streamer
Replies: 19
Views: 4628

Re: Wifi video streamer

As a result of doing various tests, I believe there is no problem with NINA. To do the streamer example Should GAPSDK be version 3.7, 3.7.1 or 3.5? Also, I uploaded a streamer example to Streamer GAP8 and the LED change of AI_DECK is not constant. The LED blinks constantly, does not turn on at all, ...
by JaeDeok
Thu Oct 15, 2020 1:44 am
Forum: AI-deck
Topic: Wifi video streamer
Replies: 19
Views: 4628

Re: Wifi video streamer

I flashed GAP8 using docker. However, I found "core 0 selected" in the flash.
I ran the viewer example after flashing. Connection is established, but the screen does not appear. Do you know the problem?
by JaeDeok
Mon Oct 12, 2020 9:31 am
Forum: AI-deck
Topic: Wifi video streamer
Replies: 19
Views: 4628

Re: Wifi video streamer

export GAP_SDK_VERSION=3.7

Is this code correct?
If yes, I have already specified it.
by JaeDeok
Mon Oct 12, 2020 1:46 am
Forum: AI-deck
Topic: Wifi video streamer
Replies: 19
Views: 4628

Re: Wifi video streamer

NINA flashed successfully.

I'm also going to start gap8 using docker.

But I get an error as shown in the picture.
by JaeDeok
Wed Oct 07, 2020 8:20 am
Forum: AI-deck
Topic: Wifi video streamer
Replies: 19
Views: 4628

Re: Wifi video streamer

The flash location of the AIdeck for the Nina can be found here: https://github.com/bitcraze/AIdeck_examples/blob/master/docs/getting-started/jtag-programming.md Also check on which USB port your programmer is with dmesg (on ubuntu). You might need to change that line in the docker command. Yes, I ...