Hi,
I'd like to start developing automated tests for my custom NRF52840 board.
Currently I use the CLI library (with RTT backend) for communicating with the board.
Any ideas for how I could communicate with my board via a python script?
Thanks
Tim
Hi,
I'd like to start developing automated tests for my custom NRF52840 board.
Currently I use the CLI library (with RTT backend) for communicating with the board.
Any ideas for how I could communicate with my board via a python script?
Thanks
Tim
Hi Tim,
If you want to continue using CLI over RTT for your communication with the board, you can look into our pynrfjprog library. This enables you to read and write RTT channels from a python script.
Best regards,
Jørgen
Hi Jørgen,
I would like to avoid the middleman (CLI) and just use pynrfjprog directly.
Tim
Hi Jørgen,
I would like to avoid the middleman (CLI) and just use pynrfjprog directly.
Tim