Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

GpioSampler

Application to sample and visualize protocols on the GPIO interface

image

Usage

Build the project and deploy the application to a server with a GPIO sysfs.

Edit the appsettings.json and specify the lines to debug, the interval to sample, and the duration.

{
  "Sampler": {
    "Duration": "00:00:03.000",
    "Interval": "00:00:00.020",
    "Lines": [
      {
        "Label": "DATA",
        "FilePath": "/sys/class/gpio/gpio102/value"
      },
      {
        "Label": "CLOCK",
        "FilePath": "/sys/class/gpio/gpio101/value"
      }
    ]
  }
}

About

Application to sample and visualize protocols on the GPIO interface

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages