kea/brixo-php

This project allows you to communicate with the BRIXO battery, by using a BLED112 dongle.

Maintainers

Details

github.com/kea/brixo-php

Source

Issues

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 1

Open Issues: 0

Type:project

v0.9.0 2017-11-09 08:35 UTC

This package is not auto-updated.

Last update: 2024-05-11 01:24:08 UTC


README

This project allows you to communicate with the BRIXO battery, by using a BLED112 dongle.

Install

Download and install Composer by following the official instructions.

$ php composer.phar install

Configure

Edit src/test.php changing the device name at line 19 to match device dongle

$deviceName = '/dev/tty.usbmodem1';

Es. Windows "\.\com4", Mac "/dev/tty.xyk", Linux "/dev/ttySxx"

Play

$ php src/test.php

asciicast