This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Direct test mode on nRF52840

Hi all,

I want to use the python scripts provided in application notes in nordic documentation to run DTM example flashed into nRF52840 SoC. So when I open command prompt-->goto python example script location-->give python example.py command it is giving prints what ever I keep but tranmitter/receiver/both tests are not executing and script returns with

this error. If I get rid of this error think I can proceed with this. Is there any issue with DTM library, windows tools etc?

Thanks,

Sridhar

Parents
  • The actual serial port (COM) ports depend on Windows, so you need to edit example.py and modify:

    setup['TestSerialPortName'] = "COMxx" #DUT (Device Under Test)
    setup['GoldenSerialPortName'] = "COMxx" #Golden sample (Tester)

Reply
  • The actual serial port (COM) ports depend on Windows, so you need to edit example.py and modify:

    setup['TestSerialPortName'] = "COMxx" #DUT (Device Under Test)
    setup['GoldenSerialPortName'] = "COMxx" #Golden sample (Tester)

Children