Makerfabs / Makerfabs-ESP32-UWB-DW3000

77 stars 22 forks source link

Issue with TX example #1

Open roncapat opened 2 years ago

roncapat commented 2 years ago

Hello, I tried the code for the Simple TX example. However, my code stalls in the while loop waiting for TX confirmation (checking TXFRS bit in SYS_STATUS reg). The bit is ever raised. My SYS_STATUS register is the following: 00001001100000000000000000000111 Could you suggest if there are any other registers to check, particular flags or so?

I know it's not an issue directly related to your product, but your experience reaching production stage of a DWM3000-enabled board may help me a lot. Thank you in advance.

squix78 commented 1 year ago

I'm stuck at the same problem. Did you ever resolve it? I wonder if off-the-shelve DWM3000 are missing OTP calibration values. Also, I don't know if the status in that register would only send if the receiver acknowledges the messages or if it is sending without waiting for the ACK. Do you know?