'I don't think SPI is the only way to run Neopixels'
May I ask what the thought is, not using SPI? Are we still attempting to solve the why is the first Neo green here?
' or it is a too low-level task?'
@George, honestly I'm not sure. I thought I read a post on how to do just that many months ago, but I've not been able to re-locate it. Was hoping to read over and provide some insight.
Have confirmed that function digitalPulse(pin, value, time) is for millisecond pulses though.
I'm wondering if 'inlineC' could be used for the speed part, but I'm not familiar enough with the 'C' libs at GitHub. This might be a place to poke around and parent folders, while waiting for a reply.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Sun 2018.11.18
May I ask what the thought is, not using SPI? Are we still attempting to solve the why is the first Neo green here?
@George, honestly I'm not sure. I thought I read a post on how to do just that many months ago, but I've not been able to re-locate it. Was hoping to read over and provide some insight.
Have confirmed that
function digitalPulse(pin, value, time)
is for millisecond pulses though.I'm wondering if 'inlineC' could be used for the speed part, but I'm not familiar enough with the 'C' libs at GitHub. This might be a place to poke around and parent folders, while waiting for a reply.
Guessing here, would changing some of the SPI setup params solve the speed issue perhaps?