Commit Graph

349 Commits

Author SHA1 Message Date
Nick O'Leary
1f34239fbb Merge branch 'master' of github.com:node-red/node-red-nodes 2018-09-26 16:06:38 +01:00
Nick O'Leary
010e8aa9b3 Fixup sensehat to not use sudo if not needed 2018-09-26 16:06:16 +01:00
Dave Conway-Jones
b0d98cca01 check for correct version of neopixel library 2018-09-23 20:32:11 +01:00
Dave Conway-Jones
23ba609653 Add SPIdev choice to mcpxxxx node 2018-09-21 13:53:08 +01:00
Dave Conway-Jones
949bbe95cd couple of file permissions and rm node6 2018-09-06 21:33:14 +01:00
Dave Conway-Jones
6613513d64 bump unicornhat package 2018-08-15 14:28:50 +01:00
cclauss
e57223f1a8 Run flake8 linter on python code (#474)
* Run-flake8-linter-on-Python-code

* Remove hardware/unicorn/scripts/checklib.js
2018-08-15 14:18:33 +01:00
Dave Conway-Jones
b94e3eb5fd bump packages with python 2/3 fix 2018-08-12 22:23:19 +01:00
cclauss
8fe2478a0b Define raw_input() in Python 3 (#473)
Many thanks
2018-08-12 18:58:11 +01:00
Dave Conway-Jones
f3b0e2277d update blinkstick links to colors
To close #427
2018-08-11 14:00:26 +01:00
Dave Conway-Jones
b4fca36ab6 let python sub processes use python3 2018-07-07 19:24:35 +01: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
044d008e65 bump neopixel node version for npm
to go with pr #453
2018-06-13 22:12:33 +01:00
cymplecy
c511cf6ae7 Change DMA from 5 to 10 (#453)
I mentioned this a while ago
Following changes to Pi firmware/kernel, the DMA channel 5 is not reliable for use anymore.  Other repositories have changed to use channel 10.  https://github.com/jgarff/rpi_ws281x/pull/266/commits

 I've been running 3 of my Pi on DMA 10 (1 new Pi3B+ and 2 older PiZeros running Jessie) for 2 months now without any issues so I'm making this pull request now
2018-06-13 22:09:55 +01:00
Dave Conway-Jones
6b2b0738cb bump sense hat package 2018-05-30 11:16:38 +01:00
juggledad
318a75c41b Update the 'Node Help' for the pi-sense-hat node (#447)
*  Update the 'Node Help'

Expanded the explanation for using multiple commands.
Provided examples for Rotate, Flip and Display.

Added examples for rotate, flip and screen brightness and added line to multiple messages explaination.

changed the Flip format from 'R' to 'F'
2018-05-30 11:12:26 +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
dca9dfccc1 bump serial port and arduino nodes 2018-05-09 22:04:29 +01:00
Dave Conway-Jones
31cee79545 fix typo in intel readme 2018-05-07 09:40:42 +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
8f17072176 fix unicorn hat command check 2018-04-18 17:45:19 +01:00
Dave Conway-Jones
5358b29255 fix broken neopixel merge 2018-04-15 17:59:30 +01:00
Dave Conway-Jones
acc2dc1a14 Allow a bunch of Pi nodes to be visible but not active when used not on a Pi 2018-04-15 11:24:56 +01:00
cymplecy
ace67b0154 Neopixel node:Remove node.warn message and update README.md (#433) 2018-04-15 11:09:32 +01:00
cymplecy
0f55fc160e Add Gamma flag and Brightness control to node-red-node-pi-neopixel (#431) 2018-04-14 23:17:12 +01:00
Dave Conway-Jones
34199142dd Fix piLCD line 3 and 4 addressing
ti address #416
2018-03-20 19:04:42 +00:00
Dave Conway-Jones
b9da5d87d8 slight increase in timings to sort pilcd
To address issue #413
2018-03-15 08:35:45 +00:00
Dave Conway-Jones
c1d835c1ca Tidy up gpiod node tips 2018-02-15 14:43:29 +00:00
Dave Conway-Jones
17614843da add note re docker to pigpiod node 2018-02-15 14:04:03 +00:00
Dave Conway-Jones
fe0e5cc62b correct mcp3008 node to call methods correctly
to close #396
2018-01-21 14:39:44 +00:00
Dave Conway-Jones
ecb545cf7e Add device choice support to map node
to close #394
2018-01-13 16:42:22 +00:00
Stephen Houser
f1c005707d Multiple NIC support for WeMo devices (#382)
* Update version of node-ssdp and use explicitSocketBind option to
work with multiple network interface cards. Based on discussion
in [node-ssdp issue #34](https://github.com/diversario/node-ssdp/issues/34)

* Bumping the version number
2017-12-02 10:54:47 +00:00
Dave Conway-Jones
2e9f2f856e bump arduino node format support
to include later serial port 4.x
2017-11-07 23:03:41 +00:00
Dave Conway-Jones
2f14b17948 bump ledborg node package 2017-10-10 23:08:34 +01:00
Kazuhito Yokoi
c41f367176 Fix typo in ledborg node (#363) 2017-10-10 23:07:24 +01:00
Dave Conway-Jones
9765439588 fixup mcp3008 readme 2017-09-24 19:46:51 +01:00
Dave Conway-Jones
c62820a111 fix piliter byte mode 2017-09-14 12:13:28 +01:00
denisfrench
e61da83d5d Improve restart upon timeout (#338) (#353)
* Print error on exception and tweak GPIO setup

* Restart script on timeout

* Add GPIO.cleanup to restart() function

* Use interrupts instead of polling input pin state
2017-09-07 21:12:33 +01:00
Dave Conway-Jones
e376802ff4 fixes for noe-pixel to check more thoroughly for new libs
while supporting old ones also.
2017-09-01 15:22:35 +01:00
Dave Conway-Jones
39fd3b85cd update neo-pixel and unicorn hat nodes to use later libs 2017-08-31 11:25:44 +01:00
Dave Conway-Jones
363bb55b26 SRF node - add ability to set time interval
to close #338
2017-08-14 09:20:18 +01:00
Dave Conway-Jones
b858df4770 Let sense hat single char not scroll as per docs
to close #266
2017-06-05 11:24:22 +01:00
Dave Conway-Jones
4768ecc16c pigpiod html lint === 2017-05-24 19:45:31 +01:00
Dave Conway-Jones
a00fcb3726 Better label for piGPIOd node 2017-05-24 18:43:44 +01:00
Dave Conway-Jones
8799b1e85b Try better pin picker for pigpiod 2017-05-14 23:05:52 +01:00
Dave Conway-Jones
6a56dc00d3 Add pinout to pigpiod config 2017-05-13 21:13:27 +01:00
Dave Conway-Jones
d7e7756dcf make Pi SRF topic editable/optional 2017-05-13 12:46:24 +01:00
Dave Conway-Jones
13fbfc4f22 bump PiSRF node to fix timeout
Thanks @bartbutenaers to Close #309
2017-05-08 09:01:45 +01:00
bartbutenaers
2700a2c300 Pisrf performance fix (#309)
* performance fix

* performance fix
2017-05-08 08:57:29 +01:00
Dave Conway-Jones
2023bddf97 bump wen and mongoldb packages to pub to npm 2017-04-19 15:25:19 +01:00