-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query related to twr_node_tdma and twr_tag_tdma #18
Comments
Hi Asmita, |
Hello, And I not getting anything using minicom. |
Hello, I followed all the steps, I used 4 anchors- 1 as master and 3 as slave. |
Hello, I also tried changing it's baudrate in syscgf.yml file to 115200, this is continuously giving some garbage data on teraterm. Is it compulsory to use baudrate 1000000? Thanks & regards |
Asmita, Regards Paul. |
Hello, 4 pieces have been configured as anchors (1 master node and 3 slave node) and 5th piece is used as Tag. But I am getting output as shown in attached file and no ranging data is further coming. |
Asmita, Can you explain what you are trying to do with this stack? |
Hello @pkettle , Thanks & regards |
Hi @asmita, The PANs library is a mature stack that allows customers to build an indoor location experience. This stack is an SDK for creating an alternative experience using a building block approach. The investment you will need to make is different. If the PANs library aligns well your application, then you should continue with PANs. But if you are looking to build something different, then you should continue with this build block approach. The goal of this project is to reduce your design cycle by leveraging the combined experience of a community of developers. These examples are starting-points, not end-points. You get to build the bit in the middle. Regards |
Hello @pkettle So, I want to build my system using this stack SDK (Github - mynewt based), Since, with your great contribution, I have the source code (On Decawave github Site) , I am trying to first understand its concept and way of implementation. Because I am very new to it and also there is no such detailed documentation, i having facing many issues in understanding it. Next part is, I tried decoding the output which I am getting in the twr_tag_nrange_tdma example using python script stats.py (I don't have MATLAB) but again I am unsuccessful.
kindly suggest. Thanks & regards |
Hi Asmita, This open-source stack is a building block approach, not a reference design approach and requires a little more investment of time. The time commitment should be your selection criteria. The Python and Matlab scripts are not maintained but serve as how-to-guides. These both leverage the network socket capability of the RTT and gdb. Regards |
Hello Paul, Regards |
Hello,
I am trying with mynewt based firmware as given on site https://github.com/Decawave/mynewt-dw1000-apps
I have successfully performed each and every step as given.
I have connected battery to tag and node is connected to PC. I am getting output as given here:
I am unable to see any ranging information.
asmita@asmita-Lenovo-G50-80:~$ telnet localhost 19021
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SEGGER J-Link V6.46g - Real time terminal output
J-Link OB-STM32F072-128KB-CortexM compiled Jan 7 2019 14:08:04 V1.0, SN=760085218
Process: JLinkGDBServerCLExe
{"utime": 1640,"msg": "dw1000_dev_init"}
{"utime": 2046,"msg": "dw1000_pkg_init"}
{"utime": 10055,"msg": "ccp_pkg_init"}
{"utime": 10686,"msg": "tdma_pkg_init"}
{"utime": 11376,"msg": "pan_pkg_init"}
{"utime": 11710,"msg": "rng_pkg_init"}
{"utime": 12026,"msg": "twr_ss_pkg_init"}
{"utime": 12331,"msg": "twr_ds_pkg_init"}
{"utime": 12637,"msg": "twr_ds_ext_pkg_init"}
{"utime": 18684,"exec": "apps/twr_node_tdma/src/main.c"}
{"utime": 18684,"msg": "device_id = 0xDECA0130"}
{"utime": 18684,"msg": "PANID = 0xDECA"}
{"utime": 18684,"msg": "DeviceID = 0x4300"}
{"utime": 18684,"msg": "partID = 0xD4044300"}
{"utime": 18684,"msg": "lotID = 0x4325100"}
{"utime": 18684,"msg": "xtal_trim = 0x17"}
{"utime": 18684,"msg": "frame_duration = 195 usec"}
{"utime": 18684,"msg": "SHR_duration = 139 usec"}
{"utime": 18684,"msg": "holdoff = 821 usec"}
After this nothing is happening, I am unable to see any ranging information. Is there something I am doing wrong?
Kindly suggest.
Thanks & Regards
Asmita
The text was updated successfully, but these errors were encountered: