mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
* tiny update to Firmata.js * A complete rewrite of Firmata/Arduino See changes for v1.2 - v1.3.3 : https://github.com/node-red/node-red-nodes/issues/920#issuecomment-2709252741 [Node-RED announcement of 1.3.3](https://discourse.nodered.org/t/announce-node-red-node-arduino-firmata-remastered-v1-3-3/96317) * Arduino v1.3.3 update See: https://discourse.nodered.org/t/announce-node-red-node-arduino-firmata-remastered-v1-3-3/96317 * v1.3.4-20250331 Fixed port-search. See: https://discourse.nodered.org/t/announce-node-red-node-arduino-firmata-remastered-v1-3-3/96317/4?u=pizzaprogram * v1.3.4-20250331 * update v1.3.4-20250331 delete comments Co-authored-by: PizzaProgram <info@pizzaprogram.hu>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "node-red-node-arduino",
|
|
"version": "1.3.4-20250331",
|
|
"description": "A Node-RED Node, to talk to a chip as I/O extender, which is running Firmata firmware",
|
|
"dependencies": {
|
|
"serialport": "^12.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/hardware/Arduino"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"firmata",
|
|
"arduino",
|
|
"RPi-pico",
|
|
"ESP32"
|
|
],
|
|
"node-red": {
|
|
"version": ">=3.0.0",
|
|
"nodes": {
|
|
"arduino": "35-arduino.js"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones (version <= 1.1)",
|
|
"email": "dceejay@gmail.com",
|
|
"url": "http://nodered.org"
|
|
},
|
|
"contributors": [{
|
|
"name": "PizzaProgram (from version 1.2+ 2025-03-21)",
|
|
"email": "info@pizzaprogram.hu",
|
|
"url": "https://pizzaprogram.hu"
|
|
}],
|
|
|
|
"foreground-scripts": true
|
|
|
|
}
|