https://github.com/harbaum/brickly-plugins
Plugins for brickly
https://github.com/harbaum/brickly-plugins
Last synced: 3 months ago
JSON representation
Plugins for brickly
- Host: GitHub
- URL: https://github.com/harbaum/brickly-plugins
- Owner: harbaum
- Created: 2017-04-25T09:48:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T21:06:52.000Z (over 5 years ago)
- Last Synced: 2025-10-11T00:59:25.143Z (8 months ago)
- Size: 185 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brickly plugins
These are plugins for [Brickly](https://github.com/EstherMi/ft-brickly-userguide/blob/master/de/brickly/index.md)
Plugins extend the functionality of brickly and add new blocks and new
functions. The plugin infrastructure is still under development and may
change.
## Installation
Since version 1.38 brickly can upload plugins via the main web interface.
In skill leven 5 clicking the "plug" icon will open a menu which allows
to install plugins.

## The plugins
### ftDuino IO - ftduino.xml
This plugin gives brickly access to the IOs of an
[ftDuino](http://ftduino.de) connected via USB to the TXT or
[TX-PI](http://tx-pi.de).
The ftDuino needs to run the [ftduino_direct
sketch](https://github.com/PeterDHabermehl/ftduino_direct).

### ftDuino IO with ftDuino servo adapter support - ftduino_servo.xml
This plugin gives brickly access to the [ftDuino mini servo
adapter](https://harbaum.github.io/ftduino/www/manual/experimente.html#6.13.9) connected via I²C
to a [ftDuino](http://ftduino.de) which in turn is connected via USB
to the TXT or [TX-PI](http://tx-pi.de).
This plugin replaces the ftduino plugin when installed.
The ftDuino needs to run the [ftduino_direct
sketch](https://github.com/PeterDHabermehl/ftduino_direct).

### ftDuino IO with PCA9685 servo support - ftduino_PCA9685.xml
This plugin gives brickly access to a [PCA9585 based servo
adapter](https://www.thingiverse.com/thing:3155362) connected via I²C
to a [ftDuino](http://ftduino.de) which in turn is connected via USB
to the TXT or [TX-PI](http://tx-pi.de).
This plugin replaces the ftduino plugin when installed.
The ftDuino needs to run the [ftduino_direct
sketch](https://github.com/PeterDHabermehl/ftduino_direct).

### file IO - fileio.xml
Provides blocks to read and write simple files. The new blocks show up
in the custrom (Spezial) category.
An example program looks like:

### test - test.xml
A simple test plugin without a really useful functionalty. This
shows some of the basic plugin concepts and e.g. implements its own
toolbox sub category as well a button inside the toolbox which
directly interacts with the TXT.
