F-Army / arduino-dw1000-ng

Arduino driver and library to use Decawave's DW1000 IC and relative modules.
MIT License
121 stars 64 forks source link

send message and use RTLS in the same code #196

Open nuthapongl opened 3 years ago

nuthapongl commented 3 years ago

I need to combine Send message and RTLS source code. Is it possible to use function send message from tag to Anchor with Example "StandardRTLS" ?? Thanks :)

Anacron-sec commented 3 years ago

Of course you can, you just need to write the code properly in order to have both devices sending/waiting for the message in your workflow

nuthapongl commented 3 years ago

@0nism Please give me some example source code. I have try many way but it's doesn't work for me :(

tisaia commented 3 years ago

Hi @nuthapongl , have you resolve this problem? If not, have you tried the examples in this repository? Like combining StandardRTLS with BasicReceiver or BasicSender?