-
The error messages in StandardFirmata are all stored in SRAM. I'd like to move them out. There are a couple of options.
1 Move the error strings to program memory. The issue here is the PROGMEM macro…
-
This observation is based solely on looking over the code. There is a potential issue in that digital pin reporting is actually managed per 'port' in Firmware, but in firmata.js it's managed at the p…
-
The macOS available on your releases page shows a "circle-slash" in the app icon on macOS Big Sur. Not quite sure what makes it invalid, but I suspect it is a security issue. Regardless, this prevents…
-
I am unable to run the mma7760.py sample python code on the Gateway using the Firmata subplatform, even after changing the i2c bus to 512 as follows:
```python
from __future__ import print_functio…
-
While working through the [arduino setup](http://artoo.io/documentation/platforms/arduino/). I got stuck connecting to the unit when running a basic "blink" example. The solution was to connect with a…
-
This should be a quick question. It may seem simple, but I can't find it documented [anywhere on this page](https://cylonjs.com/documentation/adding-new-hardware-support/).
**When I generate a new mo…
-
```
I've programmed a monitor application to set and read inputs - outputs on
the Arduion. Sometimes when I start up the application I cannot
getDigitalData from the inputs.
This happens more often …
-
I had started work on the interface a while back: https://github.com/firmata/protocol/pull/27.
And a thread here: https://github.com/firmata/protocol/issues/26.
The tricky part is there are a lot of…
-
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…
-
Hello,
I´m trying to read a Arduino Uno Digital and Analog Pins, but after add more than 10 ports, an error as ocurred and some ports don´t read..
`Start Node-RED
Welcome to Node-RED
=====…