Commit Graph

31 Commits

Author SHA1 Message Date
Dave Conway-Jones
38b283e50b Tidy up exif test, lint Arduino code 2025-08-08 13:52:18 +01:00
Dave Conway-Jones
09ad8ddb93 Merge against v1.3.4 instead of 1.3.3
not sure what went wrong but here we are...
Setting to v1.4.0 as def a functionality change
2025-04-04 13:48:49 +01:00
Dave Conway-Jones
6c9717d92c Fix Arduino serial port search 2025-04-03 22:12:49 +01:00
Dave Conway-Jones
9f9d3259b9 Update Arduino and tidy up 2025-04-03 20:20:16 +01:00
Dave Conway-Jones
60593f154c Arduino/Firmata module complete rewrite v1.3.4-20250331 (#1092) (#1093)
* 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>
2025-04-03 20:10:36 +01:00
Dave Conway-Jones
cc186ef14e Improve Arduino Node error handling 2025-02-08 17:42:12 +00:00
Dave Conway-Jones
81501dfbdf Move Firmata into Arduino node so we don't rely on their version of serialport 2023-11-17 15:07:38 +00:00
Dave Conway-Jones
878f511d0e Stop arduino nodes warning about MaxEmitters
when more than 10 nodes in use
2019-12-03 21:38:33 +00:00
Dave Conway-Jones
61c0826261 update arduino node for node12 2019-11-13 21:52:01 +00:00
Dave Conway-Jones
ca88faa7ca Fix arduino nodes servo/pwm output to reduce jitter
to close #584
2019-10-22 22:05:49 +01:00
Dave Conway-Jones
e20cf97fce A whole bunch of whitespace linting - no functional changes 2019-08-11 13:37:15 +01:00
Dave Conway-Jones
cb6d147680 Arduino node tidy internal status 2019-04-24 14:07:01 +01:00
Dave Conway-Jones
8d45e85acf arduino node - slight tidy, fix node declaration
to close #535
2019-04-15 17:28:55 +01:00
Dave Conway-Jones
a475b67a19 reduce Arduino error messages on failed connect 2019-04-11 16:35:02 +01:00
Dave Conway-Jones
41acbf5af7 Let Arduino node reconnect
To close #532
2019-04-10 09:57:16 +01:00
Dave Conway-Jones
c1650b5d47 Bump arduino node to latest firmata and serialport
shoudl work better with nodejs 10
2019-02-12 22:44:21 +00:00
Dave Conway-Jones
88f7f52f99 Add pullup option to Arduino digital input
to Close #455
2018-06-27 21:36:06 +01:00
Dave Conway-Jones
a3d4f01587 clean up arduino node readme. Add hint re rate limit or rbe. 2018-05-13 17:26:32 +01:00
Dave Conway-Jones
5019f68c9c let Arduino node only send changes of values as stated in docs. 2018-04-29 17:36:18 +01:00
Dave Conway-Jones
603189f123 Bump arduino package, thanks to PR 2017-01-29 17:43:48 +00:00
Bart
f70f4c4fff remove firmata/node_modules path in require('serialport') (#271)
serialport is not found when installing the npm module local (instead of 'npm install node-red-node-arduino -g')
2017-01-29 17:39:44 +00:00
Dave Conway-Jones
a7247e898a Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
Dave Conway-Jones
4f4d2de45f Arduino nodes, reconnect on partial deploys 2016-07-15 14:45:32 +01:00
Dave Conway-Jones
0bfeb13abc Move Arduino nodes to use firmata nom
rather than arduino-firmata
2016-07-13 14:19:09 +01:00
Dave Conway-Jones
dc3b220ec4 slight tidy to Arduino and bump version 2016-03-02 14:22:16 +00:00
Juan Pablo Manson
57445cdfd0 Added support for sending and receiving strings 2016-03-02 10:44:33 -03:00
Dave Conway-Jones
d457b68941 Tidy Arduino - make it use integers.
plus slight tidy of docs
2016-01-31 23:27:10 +00:00
Nick O'Leary
ee5ff8b010 Send status message id to be nls'd in editor 2015-07-07 21:31:28 +01:00
Nick O'Leary
da209a6b66 Update core nodes to pull common msgs from node-red ns 2015-06-16 11:16:29 +01:00
Nick O'Leary
7d011dac99 Add i18n content for moved core nodes 2015-06-16 10:36:19 +01:00
dceejay
d515deece1 Move Arduino node from core to external 2015-06-06 18:13:53 +01:00