You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- The resistor is on a signal line. There should hardly be any current there. I don't thing it's anything to do with that resistor. Have you tried powering the trinket from the same 5V brick, instead of USB? I think it might be a eathing problem. The bench power supply is mains earth referenced, while the brick is probably floating. Are you also really sure the grounds are connected? Maybe there's a loose breadboard connection.Gerben– Gerben2020-12-31 17:41:10 +00:00Commented Dec 31, 2020 at 17:41
- 1WS2811 expected a minimum of 0.7xVdd for a logic high signal, which is 3.5V. You're marginal at best even if everything is grounded properly. You should level-shift that signal. (And indeed that LED isn't a dropping resistor - your Trinket would have blown up long ago if you tried to feed 1.5A through one of its pins.)Mat– Mat2020-12-31 17:50:18 +00:00Commented Dec 31, 2020 at 17:50
- Yeah I moved everything to the wall adapter and I double checked the ground connection and it's good, but still have the issue. I'm adding a new pic in of the circuit.Chris Schmitz– Chris Schmitz2020-12-31 17:53:48 +00:00Commented Dec 31, 2020 at 17:53
- @Mat how would i do that level shift? Is this a case where I'd need to add a transistor to provide a higher voltage signal (e.g. pull the 3.3 from the trinket's top right pin) and then control the transistor with my signal pin? Ah wait, I forgot it can't be the 3.3v pin b/c we'd need 3.5, so maybe a voltage divider coming off the 5v power?Chris Schmitz– Chris Schmitz2020-12-31 17:56:48 +00:00Commented Dec 31, 2020 at 17:56
- go back to the two power supply setup ... remove the ground connection between the two power supplies ... connect a ground wire directly from the trinket to the LED stripjsotola– jsotola2020-12-31 18:19:18 +00:00Commented Dec 31, 2020 at 18:19
| Show 4 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arduino-uno), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you