firmata / arduino

Firmata firmware for Arduino
GNU Lesser General Public License v2.1
1.54k stars 514 forks source link

Impossible to disable startup blink #473

Closed PizzaProgram closed 3 years ago

PizzaProgram commented 3 years ago

As soon as I plug in the board to a Raspberry Pi4 (running debian / openhabian) =>
it starts to blink the LED, and stressing the RELAY attached to pin 13. (I think it's 3x short + 1 "long". on-off-on-off-on-off-oooooooooon-off)

I'm uploading StandardFirmata to an Arduino Nano. I can see this "feature" is (theoretically) disabled. void setup() { ...
Firmata.disableBlinkVersion(); Firmata.begin(57600);

Why is it still happening? How can I disable this completely?

Thank you very much!

PizzaProgram commented 3 years ago

It seems the problem is at Johnny5 or Node-RED side.