Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.08 KB

fp_util

Yet another Arduino control utility for the Eltek Flatpack2 power supply.

This is a simple serial terminal app which allows you to manage an Eltek Flatpack2 power supply via an MCP2515 CAN controller chip. This should work with all Arduino-type shields, as long as the CS & INT pin definitions are correct (you can modify these if needed).

You'll need to install the mcp_can and LibPrintf libraries -- the simplest method is via the Arduino IDE.

Note: you can use Arduino's serial plotter when in monitor mode. This works by accident!

Derived from https://github.com/the6p4c/Flatpack2/blob/master/Arduino/fp2_control/

Information Sources

Screen Shots

Startup and status command ('s')

Monitor mode ('m')

Serial plotter output