Hi MaltWhiskey.
Glad to see some people trying some custom boards with this lib!
I did one myself
22579
I'm using it in this art installation: https://www.instagram.com/p/CGxljWeKKal/
(a 6...
Type: Posts; User: xavier.seingard
Hi MaltWhiskey.
Glad to see some people trying some custom boards with this lib!
I did one myself
22579
I'm using it in this art installation: https://www.instagram.com/p/CGxljWeKKal/
(a 6...
Ok so I had to move up the Triantaduo include before the Ethernet one and I can light my leds.
Hello vjmuzik,
Is it possible your lib is conflicting with this one: https://github.com/wramsdell/TriantaduoWS2811 ?
I have all the Ethernet/Art-Net part ok, I also have some functional code...
Hello,
Do you know if this lib is compatible with teensy 4.1/teensyduino 1.52 ?
I have troubles making it working.
Ok so it's working now as in I can ping the board.
I had to configure it like the following:
IPAddress ip(2, 0, 1, 1);
IPAddress gateway(2, 0, 0, 1);
IPAddress subnet(255, 0, 0, 0);
//...
Do I need to have the ethernet circuitry and ethernet cabled for the `Ethernet.begin` to be successful ?
I don't have any dhcp server since the network is only my computer (2.0.0.254/255.0.0.0)...
Hello!
I'm in the process of creating an Art-Net pixel controller based on teensy 4.1.
And I'm trying to use your NativeEthernet lib, but can't get past
Serial.println("ETH conf OK"); in my...
Hello
First of all I hope everyone here is ok.
I know it's not the best time to ask for a feature, but is there any plan to support RGBW pixels in OctoWS2811 in 1.52 ?
As mentionned here:...
Hello Gagan,
Did you find a suitable solution for such problem?
Best regards
Xavier
Thanks Paul for the clarifications. I will try this ASAP and let you know about the results.
Regards.
Sorry to "up" the subject, but I'd really like to know if there is a way to use more DMA in order to achieve 16 pixel strips (600 leds each) outputs ? As it seems I have room for more when I check...
Hello,
I'm developing a board that receives artnet data from various softwares (Madmapper, Touch Designer, Millumin, vvvv, node.js and max/msp have been tested) and spits that data to led pixels...
Hello,
I'd like to use multiple pins to connect multiple speakers to play different tones on each. Using the tone lib.
How many speakers can I plug to a teensy 3.6 that way? And on which pins?...
And here is the new version of the board
13712
This is a 4 outputs version.
As you might notice I forgot to order some 10k ohms smd resistors so I put classic ones for now to test :o
Hello Paul, thanks for your answer.
The idea here is to have a configurable pixel controller via Art-Net. In the Art-Net specification you have what we call "ArtCommand" messages to control your...
Hello,
I'd like to know if there is a way to dynamically set the length of the strips in the OctoWS2811 library?
Also, what are the impacts of not having the same count of leds on each outputs?...
That's what I do for now with my v1 design.
But in this configuration, I have a dozen of 30 meters ethernet cables, but if I could daisy chain the teensy it would drop the length of RJ45 cable...
Well thanks, but teensy is the right choice of hardware here.
I already have dozens of v1 in production. I must use ethernet because of the protocol I use.
But I already consume most of the teensy...
Thanks for your feedback, you confirmed my feelings.
I really need RJ45, other interfaces/buses are a no go.
Do you know where to find the smallest switch that I could integrate on my design?
...
Hello,
For my project I'd like to have 2 ethernet ports, one will be used as a plain ethernet connection and the other will be a "pass through" so I can daisy chain my devices.
For now, I'm...
Hello,
I'm working on creating an artnet controller based on teensy 3.2 and Wiz850io for ws2813 leds.
Since the packets artnet send can be huge, I'd like to increase the buffer size of the...