Skip to content

builder555/HantekStation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hantek Station - Bench Power Supply Control

screenshot

Usage

Prerequisites

  • docker
  • docker-compose

Run

  1. Connect your Hantek PSU to your computer (or Raspberry Pi). See here for options to connect.
  2. Download compose.yml
  3. Run docker compose up -d in the same directory
  4. Navigate to http://localhost:8000 (or http://<ip address>:8000 if connecting remotely)

Development

Run

If you DO NOT have the psu connected, replace devices section from compose.dev.yml with

    environment:
      - NO_DEVICE=1
docker compose -f compose.dev.yml up -d --build

UI will run on http://localhost:5173 API runs on http://localhost:8000