Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.IO.Firmata
Provides support for Firmata protocol in VL
https://github.com/vvvv/VL.IO.Firmata
Last synced: 2 months ago
JSON representation
Provides support for Firmata protocol in VL
- Host: GitHub
- URL: https://github.com/vvvv/VL.IO.Firmata
- Owner: vvvv
- License: lgpl-2.1
- Created: 2020-11-12T20:51:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T14:57:20.000Z (about 2 years ago)
- Last Synced: 2024-07-29T21:04:21.199Z (7 months ago)
- Language: C++
- Size: 1.18 MB
- Stars: 4
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.IO.Firmata - Provides support for the Firmata protocol (Libraries / Devices)
README
# VL.IO.Firmata
Provides support for the [Firmata protocol](https://github.com/firmata/protocol) to easily read data from and write to pins of e.g. [Arduino](https://www.arduino.cc) boards.For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net
## Getting started
- Upload the "StandardFirmata" firmware to your board using e.g. the [Arduino IDE](https://www.arduino.cc/en/software)
- This library is shipping with vvvv
- Usage examples and more information are included and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)## Contributing
- Report issues on [the vvvv forum](https://discourse.vvvv.org/c/vvvv-gamma/28)
- For custom development requests, please [get in touch](mailto:[email protected])
- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html)