Josh Levine

Results 29 comments of Josh Levine

Moving blue lights are good - better than flickering garbage! :) Are you sure they are not just text maybe backwards or upside down? Maybe post a video?

There is a newer version of this software that I think is better in every way... https://wp.josh.com/2021/04/21/build-a-live-scrolling-tickertape/ Github... https://github.com/bigjosh/SimpleTickerTape Hopefully that new one will be better for you, but if...

That sounds like the LEDs are not seeing a delay to give them a chance to latch the new color values. Maybe your LEDs need a longer delay? Can you...

Not that big of a big number. `10,000,000ns` = `10ms`. Either (1) you've got some really slow to reset pixels, or (2) something else is going on. Easiest way to...

Do the ESP8266 GPIOs even have internal pullups? If not, then you probably could use one of the flash GPIOs that are already pulled up (GPIO0 and GPIO2) on the...

I posted your code as a new branch on the repo here... https://github.com/bigjosh/OneWireNoResistor/tree/ESP8266 Thanks!

Are you sending SIGINT or SIGKILL? It looks like the actual pasted code snip uses SIGINT, but maybe you meant SIGKILL there? I don't trap SIGINT, but SIGKILL should always...

I am not really a node.js guy, but maybe there is a race condition here? How long does your color string take to run? If it is less than 3000ms,...

Did you need to change the T* values, or maybe it is just you needed a longer RES then 6000?

Your pull request is perfect, and your project looks very cool! I am not going to merge this request, but not because there is anything wrong with your code. There...