arduino-dw1000
arduino-dw1000 copied to clipboard
2 TAG AND 4 ANCHOR RANGE NOT RECEIVING FROM BOTH THE TAG
Hi, I am using dw1000 ic with Arduino pro mini.installing 2 tags and 4 anchors give the following disrupted range.
4 anchors with 1 tag are working fine. as shown below
need any help on 2 tags and 4 anchors issue
I got the same problem, I just ignored the negative readings and the values beyond my range of work, It caused some delay in values, but did good for my application.
@asheeshraikwar can u please provide the code of 4 anchors and 1 tag. i tried a lot but i did not please help me mail id: [email protected] i hope u will help me thank you
@nagendra092918 just use dwm1000Ranging _ANCHOR on 4 arduinos and dwm1000Ranging_TAG from example code. No big deal.
@wahajmurtaza tq for u reply if i connect 3 anchros at a time i am not getting distances properly i got negative values and i need all measured distance in tag . tag is connected to laptop i need find the position of the tag . if u have programing please help
thank you
Check my repository of Indoor Positioning System, I have made custom library for me. You can skip the node mcu part and just connect tag serially to view data. https://github.com/wahajmurtaza/Indoor-Positioning-and-Navigation-using-Reinforcement-Learning It was programmed for 3 anchors but I am sure you can manage.
@nagendra092918 You must delete the library and download the one which is mentioned in the link. I was getting accurate results using 3 anchors.
tq bro