Is there a way to Programmatically initialize modules?

when initializing the modules via shell, you have to click “Enter” twice.

What is the module looking for if I wanted to initialize the module programmatically? What should I be sending the module that is similar to the Enter value twice?

Cheers

Hi @jwong1
there are two running “interfaces” over the uart.

  1. Binary API interface - this is module to computer interface. This one it natively running by default over UART interface. You should use this interface. Please see the DWM1001-API-Guide.pdf documentation.

  2. Shell - this is purely designed as human interface. When you want to enable this interface you must hit enter twice. This procedure disable the binary API and enable shell interface. When you type quit it disables the Shell interface and enable back the Binary API.

Cheers
JK