thotro / arduino-dw1000

A library that offers functionality to use Decawave's DW1000 chips/modules with Arduino.
Apache License 2.0
517 stars 288 forks source link

removed spam #261

Closed allenyummy closed 6 years ago

allenyummy commented 6 years ago

Step 1: What do you want?

Step 2: Describe your environment

Step 3: Describe the problem

Affected file(s) or example(s):

Steps to reproduce:




Observed Results:

Expected Results:

Relevant Code:

  // TODO(you): code here to reproduce the problem
allenyummy commented 6 years ago

Hi~ I am figuring out that how do you carry out the calibration for antenna delay. In the source code that you provided, I only see the code about the calibration of antenna delay in the DW1000Class::commitConfiguration.

byte antennaDelayBytes[LEN_STAMP]; writeValueToBytes(antennaDelayBytes, 16384, LEN_STAMP);

Is there any idea about 16384 ? Or how do you get that number ?

And in the decaWave DW1000 USER MANUAL, it gives us the method of how to do the calibration of antenna delay to reach higher accuracy, do you know how to modify your code ?

Hope you can reply me!

Thanks~