Skip to content

CTU-FEE-LEEE/SparkGap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Gap control unit

The device enable precise hemisphere spark gap dimension control.

Spark Gap mechanics with stepper motor

Spark Gap control electronics

Mlab modules

  • HBSTEP01B
  • I2CSPI01A
  • USBI2C
  • POWERSOURCE

Dependencies

Configuration

Configuration is done by config .json file.

{
    "pymlab":{
        "i2c":{
            "device": "hid",
            "serial": "003347BC"
        },
        "bus": [
            { 
                "name":"spi", 
                "type":"i2cspi"
            },
            {
                "name": "encoder",
                "type": "rps01"
            }
        ]
    },
    "tefo":{
        "dir": 0,
        "lenght": 3300,
        "home": 1650,
        "speed": 100,
        "_lenght": 26500,
        "_home": 13250,
        "home_speed": 20 
    },
    "connection":{
        "ip": "127.0.0.1",
        "port": 5000
    }
}

About

Telescope focuser with position feedback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • G-code 97.3%
  • OpenSCAD 2.6%
  • Python 0.1%