User Tools

Site Tools


doc:lps:twr-tdma

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:lps:twr-tdma [2017-07-18 15:41]
arnaud [Compiling Crazyflie for TWR-TDMA ranging]
doc:lps:twr-tdma [2017-07-19 11:38]
arnaud [Compiling Crazyflie for TWR-TDMA ranging]
Line 16: Line 16:
  
 In order to activate TWR-TDMA, you need to recompile the Crazyflie firmware. Add the following to 'tools/make/config.mk': In order to activate TWR-TDMA, you need to recompile the Crazyflie firmware. Add the following to 'tools/make/config.mk':
-<code>+<code make>
 LPS_TDMA_ENABLE=1 LPS_TDMA_ENABLE=1
 CFLAGS += -DTDMA_NSLOTS_BITS=1 CFLAGS += -DTDMA_NSLOTS_BITS=1
Line 24: Line 24:
   * **LPS_TDMA_ENABLE=1** Enable the TDMA mode for TWR   * **LPS_TDMA_ENABLE=1** Enable the TDMA mode for TWR
   * **TDMA_NSLOTS_BITS=1** Configures 2 time slot (good for 2 tags) per frame. The number of time slot per frame is 2^TDMA_NSLOTS_BITS   * **TDMA_NSLOTS_BITS=1** Configures 2 time slot (good for 2 tags) per frame. The number of time slot per frame is 2^TDMA_NSLOTS_BITS
-  * **TDMA_SLOT** Optionally hardcode the time slot. See bellow for time slot auto-configuration.+  * **TDMA_SLOT** Optionally hardcode the time slot. See bellow for time slot auto-configuration
  
 ===== Configuring time slots ===== ===== Configuring time slots =====
doc/lps/twr-tdma.txt · Last modified: 2021-06-24 16:54 by kimberly