-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add Arduino Nano Element #8
Labels
Comments
urish
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Mar 27, 2020
@urish I'm a total noob to Node, Typescript, SVG, graphic design and webdev in general. I learned a huge amount from your tutorial videos and yesterday's commit adding the Mega. There's no rush for this, right? I think I can do this, but it will take me a while. I may need help later getting the reset button to work. My only progress so far is this pattern for unsoldered pins. Good enough?
|
sutaburosu
added a commit
to sutaburosu/wokwi-elements
that referenced
this issue
Sep 3, 2020
sutaburosu
added a commit
to sutaburosu/wokwi-elements
that referenced
this issue
Sep 5, 2020
urish
pushed a commit
that referenced
this issue
Sep 6, 2020
* feat(nano): WIP. Done except for reset button (#8) * feat(nano): layout fixed + reset button logic (#8) * feat(nano): allow button press with keyboard * feat(nano): make button lose focus on mouseleave * feat(nano): review actions Co-authored-by: sutaburosu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The board needs to include at least the male pin headers, the Mini-USB connector, 4 LEDs (TX, RX, Power, L), the microcontroller itself, and the ICSP programmer pins (can be seen on the right side of the board). Nice to have elements: reset button (which should also emit reset-press/reset-release events, similar to the pushbutton element.
As a reference, check out the implementation of the Arduino Uno Element. You can reuse most of the part, especially the pattern for drawing the pin headers, USB/power jacks, LEDs, and the ICSP programmer pins.
Reference images:
License: CC0
License: CC-BY-SA
Mechanical drawings:
The text was updated successfully, but these errors were encountered: