I've just recently run into a strange problem that I'm not able to solve :/
In my basement I have 7x 5m Neopixel strips from Adafruit in my ceiling.
They are controlled with a Teensy 3.2 with an Octows adapter, and receives messages from an ESP8266.
Suddenly, about a week ago, I noticed something was wrong. The program/cycle that was running had stopped. The LEDs had not turned off, they just didnt update any more.
I pulled the power and put it back, and now the LEDs didn't turn on at all.
So I took the teensy+esp down from the ceiling to do some debugging. I've inserted a Serial.println("Hello world") all over my code, and everything seems fine. The teensy seemingly runs through the code exactly like it should.
It also reacts to the WIFI-messages I send, but it's not updating the LEDs.
I've also measured the voltage in several places, and I'm reading 5.1V-5.2V everywhere.
What the hell could be wrong? Any tips would be greatly appreciated.
In my basement I have 7x 5m Neopixel strips from Adafruit in my ceiling.
They are controlled with a Teensy 3.2 with an Octows adapter, and receives messages from an ESP8266.
Suddenly, about a week ago, I noticed something was wrong. The program/cycle that was running had stopped. The LEDs had not turned off, they just didnt update any more.
I pulled the power and put it back, and now the LEDs didn't turn on at all.
So I took the teensy+esp down from the ceiling to do some debugging. I've inserted a Serial.println("Hello world") all over my code, and everything seems fine. The teensy seemingly runs through the code exactly like it should.
It also reacts to the WIFI-messages I send, but it's not updating the LEDs.
I've also measured the voltage in several places, and I'm reading 5.1V-5.2V everywhere.
What the hell could be wrong? Any tips would be greatly appreciated.