Help creating NeoPixel LSD-language
-
LOL, all the example files have comments in chinese
I knew I'd have to learn it one day...There are many examples for fastLED- library, all about WS2812B strips
-
@o_lampe, platformio runs seamlessly on all three major platforms, and you can open the same project on each one of them with no modification.
As for DFRobot, a platform io library search suggests support https://platformio.org/lib/search?query=dfrobot
Also, you can add it yourself as described here or in your project tree. https://community.platformio.org/t/how-to-include-arduino-library-in-platformio/15146
Learning platformio is a great investment. Once you set it up (e.g. on VSCode), you would not go back to the Arduino IDE. I used it on Arduinos, Teensys and Pico. For the Pico for example, it support hardware debugging with another Pico acting as the debugger. There is also a great community around it.
My 2c.
-
@o_lampe said in Help creating NeoPixel LSD-language:
Yes, I've seen that too and there is a "NeoPXL8 friend" for it, that allows us to control up to 8 strips w 250 LEDs each!
I haven't digged deeper into this, if it would coop with Duet/gcode.
Very promising indeed...I received the NeoPXL8 friend and it's the most overpriced gadget I bought so far.
It comes with a HCT245 8-bit transceiver which works as level shifter. No further brain, as far as I can see. -
It's time for Neo Pixels to come out of the box with 3.3V compatible inputs.
-
@zapta
Some people use it with 3.3V, but they had to lower V+ too. (less brightness). I had no success with it, because I didn't have a good 3.3V external power supply. -
You can convert a 3.3V logic signal to 5V using just a 2N7000 and a pullup resistor:
Connect the gate to 3.3V power, source to the 3.3V signal and drain is the 5V logic output; add a resistor from that to 5V power to give the "high" level, eg. anything from 2.2K to 10K.
-
@o_lampe Hi, I am wondering if your primary mentioning of a "descriptive language" to control NeoPixels/Dotstar has seen any progress? I am currently adding some stripes to my machine and finally have decided to use an arduino to do the work of controlling the stripe colors and link the arduino via serial comm to a client app (for the time being, I test all stuff with the PC, but there is no problem to attach that small arduino to the Duet3 SBC (Raspberry 3+).
So far, what is that LSD doing
-
@hlwerschner
Not much I'm afraid. I wanted to engrave some acrylic strips and animate them with NeoPixels. But i got so distracted by commissioning and upgrading the new Co2 laser, that I almost forgot, why I bought it
In the meantime, I stumbled across a four color LED strip, which looks quite nice, too.
Now I'm trying to figure out, if designing a 4-fold NeoPixel LED strip would be possible. So I'm looking into the smallest possible footprint of programable LEDs.
I should mention, that this isn't my work. I found it on a discord channel about the K40-laser from the member @raineroe