<DC-IRC> [Discord] <lanefu> That's pretty cool. Watcha gonna do with all that speed?
<DC-IRC> [Discord] <runaway97> how are those leds addressable? arent you just looking for I2C here?
<DC-IRC> [Discord] <runaway97> bitbanging GPIO isnt that good of an idea
<DC-IRC> [Discord] <warstone> Here is datasheet: https://www.peace-corp.co.jp/data/WS2815B_V1.0_EN_18112616281473.pdf In general you need to code 24 bits of color for each led in strip
<DC-IRC> [Discord] <warstone> Is there some way to say kernel that "I need that core to work with constant speed and don't bother it"? Disable IRQ requests for that core, etc... Or maybe someone can add me to some kernel Discord servers?
<DC-IRC> [Discord] <warstone> It's need to ensure that spinlock will be correct.
<DC-IRC> [Discord] <warstone> They want boot parameters )) I want to do it without that things. It must be doable...
<DC-IRC> [Discord] <narmstrong> What you want is real time, you can either try soft real time with Linux preempt RT with a real time process pinned to a core, or you can try hard real time by dedicating a core to an rtos like zephyr