https://github.com/thomasstenersen/pyrtt-viewer
A simple RTT client using Python 3 and pynrfjprog
https://github.com/thomasstenersen/pyrtt-viewer
bluetooth j-link nordic nrf52 pynrfjprog rtt segger
Last synced: 6 months ago
JSON representation
A simple RTT client using Python 3 and pynrfjprog
- Host: GitHub
- URL: https://github.com/thomasstenersen/pyrtt-viewer
- Owner: thomasstenersen
- License: mit
- Created: 2018-02-01T08:12:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T03:19:15.000Z (about 4 years ago)
- Last Synced: 2025-11-27T19:47:07.479Z (8 months ago)
- Topics: bluetooth, j-link, nordic, nrf52, pynrfjprog, rtt, segger
- Language: Python
- Size: 15.6 KB
- Stars: 27
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PyRTT Viewer
[](https://github.com/thomasstenersen/pyrtt-viewer)
This is a simple Python 3 script for simple RTT interaction with an nRF5x device.
If you just want to use it directly, you can install using `pip`:
pip install pyrtt-viewer
Then you can run the script as a normal executable:
pyrtt-viewer -h
## Usage
pyrtt-viewer [-s ] [-c ]
If you think you'd like to modify the script a bit, install it as a local package:
pip install -e .
## Requirements
- Python 3.x
- `pynrfjprog` -- `pip install pynrfjprog`