Search found 186 matches

by justinleeyang
Thu Sep 22, 2016 12:26 am
Forum: Developer Discussions
Topic: LPS Node can't light up
Replies: 5
Views: 2891

Re: LPS Node can't light up

Hi,

You must get right Decawave ID, then more test. I guess that your Hardware SPI interface have some problem.
by justinleeyang
Thu Sep 22, 2016 12:24 am
Forum: Developer Discussions
Topic: Compiling Crazyflie firmware in keil - linker section
Replies: 11
Views: 5432

Re: Compiling Crazyflie firmware in keil - linker section

Hi,

I got your mean, I know that deckDriver is later than log and param,
I have no implement log and param feature, beacuse compile firstly report _deckDriver_start error, Actually, log and param part also exist similar problem.Thanks your reply.
by justinleeyang
Wed Sep 21, 2016 2:56 pm
Forum: Developer Discussions
Topic: Compiling Crazyflie firmware in keil - linker section
Replies: 11
Views: 5432

Re: Compiling Crazyflie firmware in keil - linker section

Hi,

sorry, I start from an empty project. maybe I need remalloc the address.
reference the code:
https://github.com/wwfiney/crazyflie_firmware_keil_gcc
by justinleeyang
Wed Sep 21, 2016 2:34 pm
Forum: Developer Discussions
Topic: Compiling Crazyflie firmware in keil - linker section
Replies: 11
Views: 5432

Re: crazyflie firmware about address malloc

Hi,

No work. Now compiler report error. I will try it again with other method.
Thanks!
by justinleeyang
Wed Sep 21, 2016 2:18 pm
Forum: Developer Discussions
Topic: Compiling Crazyflie firmware in keil - linker section
Replies: 11
Views: 5432

Re: crazyflie firmware about address malloc

Hi, arnaud:

I want to compile it in keil tool. how to transplant these code to keil compiler?
by justinleeyang
Wed Sep 21, 2016 2:10 pm
Forum: Developer Discussions
Topic: Compiling Crazyflie firmware in keil - linker section
Replies: 11
Views: 5432

Compiling Crazyflie firmware in keil - linker section

Hi, all: About the following code: extern const struct deck_driver * _deckDriver_start; extern const struct deck_driver * _deckDriver_stop; I have checked the all crazyflie firmware code, no find any declare the parameters, the commit as follow: /* Symbols set by the linker script */ the declare is ...
by justinleeyang
Mon Aug 22, 2016 3:08 pm
Forum: Developer Discussions
Topic: dwm1000 add more tag?
Replies: 14
Views: 10480

Re: dwm1000 add more tag?

Hi, arnaud:

From decawave technical support engineer, I have got the feature, so cool.
and from your website, I know that you will support more crazyflies(49),
so TDOA have completed?
by justinleeyang
Thu Aug 18, 2016 3:08 pm
Forum: Developer Discussions
Topic: dwm1000 add more tag?
Replies: 14
Views: 10480

Re: dwm1000 add more tag?

hi, arnaud: I want to achieve the TDOA, Anchor 1 firstly send, we need record the timestamp, if calculate the clock skew and clock offest, we need send the timestamp to another anchors or tag(roboat), reference your TWR code, when send completed, call txcallback to get send timestamp, so the timesta...
by justinleeyang
Thu Aug 18, 2016 9:33 am
Forum: Developer Discussions
Topic: dwm1000 add more tag?
Replies: 14
Views: 10480

Re: dwm1000 add more tag?

Hi, arnaud: the range of two anchor only ~20cm, and I will do more test. another issue, reference your code, when sync anchor(TX anchor) send sync message to another anchos, when send completed, we can get the send timestamp, so another anchors how to get the TX anchor's send timestamp? Hope your re...
by justinleeyang
Tue Aug 16, 2016 5:13 pm
Forum: Developer Discussions
Topic: dwm1000 range only 10m stable
Replies: 3
Views: 2317

Re: dwm1000 range only 10m stable

hi, arnaud:

I have already measure more tag and anchor, about 10m~20m when 6.8Mbps, and if 110kbps, the distance will add to 50~70m.
so we need add tx power or LNA.

and I want to know you how to use the TDOA?