protocol
protocol copied to clipboard
Documentation of the Firmata protocol.
I have a problem with the current protocol to control Arduino to generate high-resolution PWM. Since some Arduino can config some timers from 8-bit to 16-bit such that PWM can...
Is there a community (e.g. discord) that could be linked to from this repo I am trying to work out how to talk via a browser to an arduino board...
Dear Developers! It is very helpful to read details for those, who are just beginning to understand what is this all about. It can save dozens of hours for everyone....
Thanks for your incredible work developing the firmata protocol! I have forked the C++ firmata client implementation from dimitry-ishenko-cpp to adjust a few things: [https://github.com/NANDLAB/firmata](https://github.com/NANDLAB/firmata). Here's the issue I had...
there are no libraries listed for c and c++ firmata
I just found that some of the main repositories (including protocol, ConfigurableFirmata and firmata.js) have no license specified. This should be fixed, to have clean conditions for reuse of the...
The proposal is pretty well described in the [markdown file](https://github.com/firmata/protocol/blob/f5b039a511206ba36f88949d4ec97a43a4cfd252/protocol.md#report-supported-firmata-features). I've also added some inline comments regarding parts I'm not 100% sure of yet.
Recently I've finished documentation of standard Firmata protocol (for myself mostly). Take a look at https://github.com/martin-eden/firmata_protocol/blob/main/protocol.md One style, railroad diagrams and no excerpts from C code. (This is just announce...
In order to support a change from defaulting all pins to OUTPUT on startup, to defaulting to INPUT, we will need the ability to enable individual digital pins rather than...
Hello. I'd like to propose the feature "Pulse Counter" for the firmata protocol. With this feature counting of well defined pulses (min, max - length + pause) is available. Beside...