Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 617 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 617 Bytes

Installation

Getting the Code and dependencies

  1. Install Anaconda and open a Anaconda Prompt
  2. conda install -c conda-forge git pyserial
  3. git clone https://github.com/slaclab/pabv_control
  4. Install Arduino software: https://www.arduino.cc/en/Main/Software

Getting Running

  • Does your Arduino code need updated? Probably...
    • Open the *.ino file
    • Under Tools, check the board and port are selected (UNO and COM port)
    • Upload the code with the button at top
  • In Anaconda Prompt
    • cd pabv_control/python_client
    • python client_dual.py

Arduino Wireing

test

Useage