ConfigurableFirmata icon indicating copy to clipboard operation
ConfigurableFirmata copied to clipboard

A plugin-based version of Firmata

Results 44 ConfigurableFirmata issues
Sort by recently updated
recently updated
newest added

I have written a Firmata client working on Lazarus (easy to port to Delphi), still beta but some modules tested and working, I have just published it on Github (Lazarus-client-for-Firmata-boards)

I started with RCSwitchFirmata, could not get it work. I think I should test ConfigurableFirmata first. So I upload ConfigurableFirmata to my UNO, and use a client code with firmata...

As discussed on https://github.com/firmata/protocol/issues/103, this implements the EXTENDED_ANALOG_READ message: ``` // The client must request an analog read, then the client will respond 0 START_SYSEX (0xF0) 1 EXTENDED_ANALOG_READ (0x66) 2...

_From @FineLineAutomation on March 23, 2014 20:5_ I have been looking over the stepper motor library and was wondering if there was a way to stop a motor movement based...

enhancement

@rwaldron pointed out that using step_type is confusing. If this property were intended to only differentiate between whole, half and micro stepping it would make sense, but we've engineered this...

I am implementing an Network layer for the firmata4j project. Everything is implemented and works "well" except that the current transport layer sends every byte as a single WiFi packet...

Since the Arduino `pulseIn` function is blocking it would be useful to have a non-blocking way to read ping sensors. One solution is to create a contributed feature (in the...

feature request

This is a minor feature request, but as I have been dealing with the stepper side of things, it has come to my attention that perhaps it would be useful...

Copy over the following updates that have been made in the firmata/arduino repo: - [ ] https://github.com/firmata/arduino/commit/281b99fb5e293cf5e1b338c32a6663698e910ba0 - [x] https://github.com/firmata/arduino/commit/b75fff7c0d428e0fa34660a71dfe745368f105fd - [x] https://github.com/firmata/arduino/commit/6ac21c62d5a5b1b800a80fafa974e4e04276effd

Issue #37 has shown that there are many reason why a system can become unstable. If the basic design is not the problem and we are talking about improving an...

feature request