-
Sorry if I am naive but is the encoder necessary? I would understand if you were using a DC motor that had no positional awareness but if you use a stepper library like PJRC's accelStepper you can kee…
-
```
Hi,
thanks for pyduino. I'm using it successfully on Linux with my Arduino
(Duemillanuove) and extended it to support stepper motors (by adding some extra
sysex commands to the firmata protocol)…
-
```
Hi,
thanks for pyduino. I'm using it successfully on Linux with my Arduino
(Duemillanuove) and extended it to support stepper motors (by adding some extra
sysex commands to the firmata protocol)…
-
Hello, [protocol.md](https://github.com/firmata/protocol/blob/master/protocol.md) says
>The firmware name to be reported should be exactly the same as the name of the Firmata client file, minus…
-
The Duino library is no longer maintained, while Johnny-Five is a thriving and growing project that uses a standard IO protocol that's native to the Arduino (Firmata). In most cases, Johnny-Five is ne…
-
It is possible to rename the .INO project file before uploading to an Arduino, so it can be identified.
Here is how:
http://firmata.org/wiki/Protocol#Query_Firmware_Name_and_Version
- How do…
-
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 if the firmware were to report the maximum numb…
-
Hello,
I try to use ConfigurableFirmata with Ethernet I had it running with USB before, with out any compiling problems.
Now I followed the instructions to setup the Ethernet with the Arduino Na…
-
```
Hi,
thanks for pyduino. I'm using it successfully on Linux with my Arduino
(Duemillanuove) and extended it to support stepper motors (by adding some extra
sysex commands to the firmata protocol)…
-
Working on a firmata implementation that would run on RP2040 wireless for an agriculture sensor project. Wrote a couple of i2c device support using firmata4j and everything works as expected.
Now n…