Metadata-Version: 2.1
Name: rubis
Version: 0.1.1
Summary: Control tool of ADC monitor board, "rubis" on Raspberry Pi
Home-page: https://github.com/mzks/rubis
Author: Keita Mizukoshi
Author-email: mzks@stu.kobe-u.ac.jp
Maintainer: Keita Mizukoshi
Maintainer-email: mzks@stu.kobe-u.ac.jp
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: adafruit-circuitpython-ads1x15

# rubis

ADC board for 16 channels Slow Control on Raspberry pi.
This repository provides board design and control software.

<img src="https://user-images.githubusercontent.com/12980386/138100032-73b48425-1298-4935-a816-715054cd197c.png" width="400">
<img src="https://user-images.githubusercontent.com/12980386/138100048-b96825b0-636b-4689-a27d-31d813c87a6c.png" width="400">

## Feature

 - Standalone
 - Inexpensive
 - Multi channels (16 ch) and additional connectors (4 ch)

## Hardware components
 - rubis board - less than 5 dollars at elecrow
 - [PIN Socket](https://akizukidenshi.com/catalog/g/gC-00085/)
 - [ADC Board](https://www.marutsu.co.jp/pc/i/574270/) * 1--4
 - [BNC Connector](https://akizukidenshi.com/catalog/g/gC-00134/) ( * 4, optional)
 - [SMA Connector](https://akizukidenshi.com/catalog/g/gC-02569/) ( * 4, optional)
 - LEMO Connector (Optional)


## Software

### Install
Before run, enable I2C on Raspberry Pi. (`sudo raspi-config`)
Then, type `pip install rubis`
The `rubis` binary will be provided at `~/.local/bin/rubis`


### Usage
When you execute `rubis` without option, default configurations will be used.
You can use your custom configuration file with `-f` option.
Some options can be overwrited with options.

`rubis -g` generates template config file.


