dwm1001-examples icon indicating copy to clipboard operation
dwm1001-examples copied to clipboard

Simple C examples for Decawave DWM1001 hardware

Results 16 dwm1001-examples issues
Sort by recently updated
recently updated
newest added

The code compiles but i am getting some linker error. The log is bellow: ``` 2> Generating linker script 'ss_twr_init.ld' 2> Linking ss_twr_init.elf 2> /usr/share/segger_embedded_studio_for_arm_6.22a/gcc/arm-none-eabi/bin/ld: /usr/share/segger_embedded_studio_for_arm_6.22a/lib/libc_v7em_fpv4_sp_d16_hard_t_le_eabi_balanced.a(fileops.o): in function `putchar': 2>...

Hi there, I want to build ss_twr_init, but I kept getting an error. I have followed the changes as shown in the pull requests, but I still kept getting the...

So uart header wasn't being pulled in correctly by segger embedded studio and also the with the newer version of segger the typing clashed for the uart interface, this is...

This version seems to no longer be hosted at http://developer.nordicsemi.com/nRF5_SDK/pieces/nRF_DeviceFamilyPack/ so KEIL uVision cannot complete the build easily. Any chance the project can be upgraded to a more recent version?

Hi sir I'm new to this field and i want to make dw3000 work as an anchor and tag ..?? please can you suggest me how can i make them...

The returned frame size was being compared with RX_BUFFER_LEN, when it should have been compared with RX_BUF_LEN. RX_BUF_LEN = 24 RX_BUFFER_LEN = 1024 This was the cause of occasional crashes...

Building ‘ss_twr_init’ from solution ‘ss_twr_init’ in configuration ‘nrf52832_xxaa’ 2> Checking ‘thumb_crt0.s’ 2> Output/nrf52832_xxaa/Obj/ss_twr_init/thumb_crt0.o does not exist. 2> Assembling ‘thumb_crt0.s’ 2> "C:/Program Files (x86)/GNU Tools ARM Embedded/5.4 2016q3/bin/cc1" -fmessage-length=0 -fno-diagnostics-show-caret -std=gnu99...

Hi, I'm starting to learn how to develop with the Decawave board. I'm using GNU_GCC and SDK v16 of nRF Boards. I would like to ask two things, first of...

Hi, we used dwm1001 for tag, but i can not reduce the consumption. Currently, my consumption is up to 5ma after i set mcu and dw1000 to sleep. Any one...

Hello, I have successfully built ss_twr_resp. I am getting error while building ss_twr_init. I have send the log here , there is controversy in _putchar. Building ‘ss_twr_init’ from solution ‘ss_twr_init’...