Trouble Lighting a NeoPixel Stick
Re: Trouble Lighting a NeoPixel Stick
EternalCore wrote:mordecai131 wrote:Thank you for going through all that, unfortunately it's not working for me for some reason. I believe I used the code properly but I have a feeling it may be the type of board I'm using, chipKit uC32. After some experimenting I found that if I run 12 volts through the AC plug on the board and bypass the 5 volt regulator I can get the sticks to flash a pinkish color. But it does not respond to the code, even if I unplug the signal wire, reset the board, and even upload new code to the board which normally resets it as well the sticks continue to blink.
By running 12v through the NeoPixel bar you have killed it as its only rated for 7vDC MAX!... So this is why it's not working for you...Power the whole thing with 5VDC (4-7V works) and you're ready to rock.
Source: http://www.adafruit.com/products/1426
EternalCore wrote:mordecai131 wrote:If I had killed the sticks wouldn't it have stopped lighting all together? They still light, but I hadn't tried the 12 volt trick till after I had tried your updated code. On the regulated 5 volts from the usb when I plug them in they flash for a very brief second and off again.
Not necessarily as they won't work right anymore is all in your case. And a single flash, with 5v, is normal for when you power up the bar without a signal going through it; before you applied the 12v through it.
In order for this script to work the NeoPixel Bar/Strip DIN wire has to be connected to the Digital Pin 6 on your board(Arduino).
mordecai131 wrote:In which case before I applied the 12 volts it was wired that way. And it still does the flash without the signal wire even after the 12 volts, I may not have killed it but I'm not 100% sure.
EternalCore wrote:mordecai131 wrote:In which case before I applied the 12 volts it was wired that way. And it still does the flash without the signal wire even after the 12 volts, I may not have killed it but I'm not 100% sure.
Run the strandtest and see if it works with your bar; if not then your bar is damaged. Do you have another bar to try that you didn't put 12v through it?.mordecai131 wrote:Thank you for going through all that, unfortunately it's not working for me for some reason. I believe I used the code properly but I have a feeling it may be the type of board I'm using, chipKit uC32. After some experimenting I found that if I run 12 volts through the AC plug on the board and bypass the 5 volt regulator I can get the sticks to flash a pinkish color. But it does not respond to the code, even if I unplug the signal wire, reset the board, and even upload new code to the board which normally resets it as well the sticks continue to blink.
Also I hope your using DC Current to power your Arduino and not AC Current; Because These electronics are only designed to use DC Current, And using AC Current will damage them and or kill them..
mordecai131 wrote:I just tried the stand test and it didn't work. But like I said it didn't work when I first got the sticks. I don't have another I can try unfortunately and I'm using a wall adapter like the one sold on adafruit except it has a switch on the face of the plug that switches from 3-12 volts and a range of settings in between. It's like something you'd charge your phone with but you can buy different tips for different devices.
Re: Trouble Lighting a NeoPixel Stick
Re: Trouble Lighting a NeoPixel Stick
mordecai131 wrote:Here is a picture of the two segments, it's about as best as I can do with a camera phone.
Re: Trouble Lighting a NeoPixel Stick
I believe I used the code properly but I have a feeling it may be the type of board I'm using, chipKit uC32
Because processor-specific assembly language is used, this library does not work on Netduino, ChipKIT or other advanced “Arduino-like” boards.
After some experimenting I found that if I run 12 volts through the AC plug on the board and bypass the 5 volt regulator I can get the sticks to flash a pinkish color.
Re: Trouble Lighting a NeoPixel Stick
Re: Trouble Lighting a NeoPixel Stick
Re: Trouble Lighting a NeoPixel Stick
Re: Trouble Lighting a NeoPixel Stick
mordecai131 wrote:Ok, would you have any suggestions on how I would write the code for my board specifically? Or at least a good resource to start? And would you agree with EternalCore that it's just the first two LEDs or is it safe to say all of them are dead?
Re: Trouble Lighting a NeoPixel Stick
Re: Trouble Lighting a NeoPixel Stick