tomvanklinken / Flatpack2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatpack2

Arduino Library for communicating with Eltek Flatpack2 power supplies.

I found multiple pieces of code for communicating with Flatpack2 power supplies but I wanted a library so my program code would be more clean.

Features

  • Automaticly login and assign ID to powersupplies on CAN bus
  • Store last status in an object
  • Call an callback on status request
  • Send a broadcast to change voltage & current

TODO

  • Test with other revisions and multiple devices on bus
  • Test current limit
  • Add bootup voltage
  • Cleanup receive code & debug messages

Thanks to

Dependencies

Status

Code is very alpha currently.

Install

cd ~/Documents/Arduino/libraries/
git clone https://github.com/tomvanklinken/Flatpack2 Flatpack2

Compatibility

Description Part number Revision Status Set voltage Set current Bootup voltage
FP2 48V 3KW FRONT END RECT HE 380875 1.10 YES YES UNTESTED UNTESTED

About


Languages

Language:C++ 100.0%