Skip to content

Application to sample and visualize protocols on the GPIO interface

Notifications You must be signed in to change notification settings

angelobreuer/GpioSampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages