-
-
Notifications
You must be signed in to change notification settings - Fork 13
About Qwiic [HC-1624] #476
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
Open
gorillagripcore
wants to merge
1
commit into
main
Choose a base branch
from
About-Qwiic
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: About Qwiic | ||
--- | ||
In this article: | ||
|
||
- [Compatible Arduino products](#compatible-arduino-products) | ||
- [Modulino Nodes and Qwiic compatibility](#modulino-nodes-and-qwiic-compatibility) | ||
|
||
Qwiic is a system of breakout modules and development boards that use a specific connector for easy I2C communication. | ||
|
||
Wiring I2C devices can be complicated, but Qwiic simplifies this with pre-made cables, allowing you to connect additional sensors and actuators without soldering. You can chain devices together using a single cable, enabling them to work right away. | ||
|
||
## Compatible Arduino products{#compatible-arduino-products} | ||
|
||
- [Alvik](https://docs.arduino.cc/tutorials/alvik/user-manual/#qwiic-connectors) | ||
- [UNO R4 WiFi](https://docs.arduino.cc/tutorials/uno-r4-wifi/qwiic/#qwiic) | ||
- [Modulinos (included in the Plug and Make Kit)](https://docs.arduino.cc/hardware/plug-and-make-kit/#features:~:text=Qwiic%20Connectors,building%20complex%20circuits.) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the plural of modulino is modulino nodes that way we keep the trademark, also add the trademark marking when you mention modulino |
||
|
||
## Modulino Nodes and Qwiic compatibility{#modulino-nodes-and-qwiic-compatibility} | ||
|
||
Modulino nodes are compatible with the entire Qwiic ecosystem, both mechanically and electrically. They can be connected in series with other Qwiic components. This setup uses I2C communication, making it simple to add multiple devices without complex wiring. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure the title is compatible arduino products, because all are compatible, you just need a qwiic connector. also on may 21st we will launch the nano connector carrier, adding qwiic connector to the nano family
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@charlesbones I think a clearer phrasing could be "Arduino products with Qwiic connectors"
The connector is an important part of the standard. Without it, I would just call it I2C support.
But we can mention the possiblity of adding a connector to any Arduino board with I2C support.