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/