vongomben

Results 10 comments of vongomben

Hi. This Plugin is wonderful. I'm finding the same problem, how to pass a variable in the file name? I tried all possible msg.payload / payload / topic / etc...

Also noted: if I pass an incremental fariable in the msg.payload, and then set the name of the imag as msg.payload Node-RED crashes. If it's of any help.

Hi. I'm experiencing this error when I launch `npm run start` ``` Entrypoint gui = 71b74fde.lib.min.js 71b74fde.lib.min.js.map bd3c0fa4.gui.js bd3c0fa4.gui.js.map Entrypoint blocksonly = 71b74fde.lib.min.js 71b74fde.lib.min.js.map 80bb6e9b.blocksonly.js 80bb6e9b.blocksonly.js.map Entrypoint compatibilitytesting = 71b74fde.lib.min.js...

This Neopizel integration is a big opportunity to introduce in Codecraft for Wio terminal the pin declaration. My idea is that you can name more strips, on different pins, th...

strip.setPixelColor(n, red, green, blue); from [here](https://learn.adafruit.com/adafruit-neopixel-uberguide/arduino-library-use) ![setPixelColor](https://github.com/Seeed-Studio/CodeCraft/assets/1215847/cff23d7f-82c2-4c07-86ae-3611c54acd87)

`strip.show` ![strip-show](https://github.com/Seeed-Studio/CodeCraft/assets/1215847/75c28005-878d-49e5-a3ec-372ad8643cc9)

`strip.clear();` ![strip-clear](https://github.com/Seeed-Studio/CodeCraft/assets/1215847/9e3b442a-1349-4891-8c7f-f03a3ed2652c)

I would add all functions in [strandtest](https://github.com/adafruit/Adafruit_NeoPixel/blob/master/examples/strandtest/strandtest.ino): ColorWipe `colorWipe(.Color(r, g, b), ms); ` ![colorwipe](https://github.com/Seeed-Studio/CodeCraft/assets/1215847/711e3766-1eac-4450-9a5a-2a959d33b200) ``` void colorWipe(uint32_t color, int wait) { for(int i=0; i

`theaterChase(strip.Color(127, 127, 127), 50); // White, half brightness` ![THEATER-CHASE](https://github.com/Seeed-Studio/CodeCraft/assets/1215847/cb052890-7d3d-4ef8-8d19-76186be03395) ``` void theaterChase(uint32_t color, int wait) { for(int a=0; a

solved by following [this link](http://superuser.com/questions/124943/how-can-i-resolve-gstreamer-dependencies-in-ubuntu) and running: `apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev`