thotro / arduino-dw1000

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

can any one help me 3 anchors and 1 tag program. what are changes i need to do in program #306

Open nagendra092918 opened 5 years ago

nagendra092918 commented 5 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
wahajmurtaza commented 5 years ago

Nothing, Just upload 3 dwm1000Ranging_Anchor and 1 dwm1000Ranging_Tag. And If you want them to not be random address all time, just use different address and add new parameter 'false' in the start as function. You can view my repository at https://github.com/wahajmurtaza/Indoor-Positioning-and-Navigation-using-Reinforcement-Learning

nagendra092918 commented 5 years ago

tq bro i will test. if i stuck any where i will ask. please help

Sonic0 commented 5 years ago

Also, see other projects in Github. A good refactor of thotro's library and web based RTLS infrastructure is F-Army

nagendra092918 commented 5 years ago

tq somuch bro

nagendra092918 commented 5 years ago

bro this is the output printing on serial monitor i think so this is wrong, please help Screenshot from 2019-09-10 19-40-17

wahajmurtaza commented 5 years ago

Did you change the baudrate and print format? and Did you replace the library? Because there was no code for device address printing and "final_string". Try 9600 baudrate, I increased the baudrate and my device kept restarting.

wahajmurtaza commented 5 years ago

Discuss it on my repository, Its not an issue here.

CFH00 commented 4 years ago

Did you change the baudrate and print format? and Did you replace the library? Because there was no code for device address printing and "final_string". Try 9600 baudrate, I increased the baudrate and my device kept restarting.

Hi bro, I used your code but shows "no such file or directory". can I ask is there anything wrong?