-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NeoPixel strip, e.g. #237
Comments
In short: the docs have most of the parts. Some of the parts are still in the prototyping phase, and writing docs does take a considerable amount of type. So I usually wait until I finalize the implementation and then write the docs (e.g. that's the reason why #196 is still open).
Can you please give an example what you mean here? |
Yes, although I see now it mightn't matter eventually. If the part is on the pull down, no need to necessarily care. Are the parts in the documents all on the pulldown? Will that continue to be possible (optimist! It'll be unwieldy when wokwi is older…). If you always provide an example project in the doc page for a part not in the dropdown, one could open that project and take a peek at the *.json, grab the part cut and paste it into the project needing it. Which I am assuming you must do, as how else do beta parts get into projects? Like I said, I've been finding and cut/pasting various neopixel parts, which I now understand are not done yet. I have some of these ready to go in a text file. I look forward to messing less with the *.json stuff. :-|
alto777 |
Prior to full documentation, maybe the little tool-tip question-mark could link to the wokwi-feature issue related to it? The "?" question mark on this LED leads to https://docs.wokwi.com/parts/wokwi-led ...but the wokwi-neopixel-ring and the wokwi-neopixel-canvas do not have "?" popups and links Looking at https://wokwi.com/arduino/libraries/Adafruit_NeoPixel examples, they all use Edit 2023-02-02: That link is broken. Maybe the code is in the https://github.com/wokwi/arduino-libraries/tree/master/libraries/Adafruit_NeoPixel directory (now deprecated and read-only) https://github.com/wokwi/arduino-libraries/tree/master/libraries/FastLED is also good. |
Please post your text file -- pre-formal-documentation it's hard to find out how to use these parts. Several parts are listed on #59 but I can't find examples of all of them. |
Note that the connections for a wokwi-neopixel-canvas are DOUT, VSS, VDD, DIN, and are located on the middle of the bottom edge. If you want a long strip, It is easiest to plant a small strip in the .json, connect it up, then increase the size.
and
|
https://wokwi.com/projects/351880975091761743 has a few more attributes:
|
Thanks to everyone for gathering the info here. Was there any success in getting progressive matrix layout working? I see the I've got a physical matrix wired progressively and trying to test firmware for it using wokwi |
Setting |
thanks for the info, this worked! BTW, there is a very similar part called |
Where is there a list of all available simulator parts? The docs doesn't have it, the in-app dropper doesn't have it, so…
I have been reduced to mining the *.json from other projects, as it has proven impossible for me to find some of them, or at least digging up a project that has them is faster…
The documentation for every part would be improved if not only the applicable attrs were listed, but also the full json entry such a part would create.
alto777
The text was updated successfully, but these errors were encountered: