An open API service indexing awesome lists of open source software.

https://github.com/pigeonhands/python_rtt_viewer

basic segger rtt viewer for NRF5X devices.
https://github.com/pigeonhands/python_rtt_viewer

debugging-tool embedded-devices nrf52 seggerrtt

Last synced: 10 months ago
JSON representation

basic segger rtt viewer for NRF5X devices.

Awesome Lists containing this project

README

          

# python_rtt_viewer
basic rtt viewer for NRF5X devices.

It has a few avalible actions

|Key | Action |
|-----|----------- |
|c | Clear window |
|t | Timestamp on/off|
|s | Stopwatch start/stop|

### naming devices
`devices.json` can be created to associate names to serial numbers

Example:

`
{
"1234567": "Dev_board_1"
}
`