-
-
Notifications
You must be signed in to change notification settings - Fork 493
[PXCT-1111] Modulino - Revamp tutorials - all nodes #2623
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
base: main
Are you sure you want to change the base?
[PXCT-1111] Modulino - Revamp tutorials - all nodes #2623
Conversation
Preview Deployment🚀 Preview this PR: https://68f6cda8a6f7528f361aab87--docs-content.netlify.app |
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.
Please see my comments and let me know your thoughts 🙏🏼
secondary_button_title: With MicroPython | ||
primary_button_url: https://docs.arduino.cc/tutorials/modulino-buttons/how-buttons/ | ||
primary_button_title: Get Started | ||
secondary_button_url: https://docs.arduino.cc/tutorials/modulino-thermo/how-general/ |
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.
Is this supposed to link to Thermo?
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.
The general live in the thermo @jhansson-ard is there a better way?
content/hardware/11.accessories/modulino-nodes/modulino-buttons/product.md
Outdated
Show resolved
Hide resolved
...ent/hardware/11.accessories/modulino-nodes/modulino-buttons/tutorials/how-buttons/content.md
Outdated
Show resolved
Hide resolved
...ent/hardware/11.accessories/modulino-nodes/modulino-buttons/tutorials/how-buttons/content.md
Outdated
Show resolved
Hide resolved
...ent/hardware/11.accessories/modulino-nodes/modulino-buttons/tutorials/how-buttons/content.md
Outdated
Show resolved
Hide resolved
|
||
## General Troubleshooting | ||
|
||
### Module Not Responding |
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.
### Module Not Responding | |
### Node Not Responding |
|
||
### Module Not Responding | ||
|
||
If your Modulino's power LED isn't on or the module isn't responsive: |
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.
If your Modulino's power LED isn't on or the module isn't responsive: | |
If your Modulino's power LED isn't on or the node isn't responsive: |
- Ensure both the board and the Modulino are connected to your computer | ||
- Verify that the power LEDs on both are lit | ||
- Check that the QWIIC cable is properly clicked into place | ||
- Verify the module is receiving 3.3V power |
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.
- Verify the module is receiving 3.3V power | |
- Verify the node is receiving 3.3V power |
3. **Address Management**: Document all address changes on the white label provided on each module. | ||
|
||
4. **Environmental Considerations**: Keep modules away from sources of electromagnetic interference, excessive heat, or moisture unless specifically rated for such conditions. | ||
|
||
5. **Development Workflow**: Test modules individually before connecting them in a chain to isolate any issues. |
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.
3. **Address Management**: Document all address changes on the white label provided on each module. | |
4. **Environmental Considerations**: Keep modules away from sources of electromagnetic interference, excessive heat, or moisture unless specifically rated for such conditions. | |
5. **Development Workflow**: Test modules individually before connecting them in a chain to isolate any issues. | |
3. **Address Management**: Document all address changes on the white label provided on each node. | |
4. **Environmental Considerations**: Keep nodes away from sources of electromagnetic interference, excessive heat, or moisture unless specifically rated for such conditions. | |
5. **Development Workflow**: Test nodes individually before connecting them in a chain to isolate any issues. |
- Explore individual module guides for specific features and capabilities | ||
- Experiment with combining multiple modules in your projects | ||
- Share your creations with the Arduino community | ||
- Check for updates and new modules in the Modulino ecosystem | ||
|
||
For detailed information about specific modules, refer to their individual documentation pages, which include pinouts, specifications, and programming examples for both Arduino and MicroPython. No newline at end of file |
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.
- Explore individual module guides for specific features and capabilities | |
- Experiment with combining multiple modules in your projects | |
- Share your creations with the Arduino community | |
- Check for updates and new modules in the Modulino ecosystem | |
For detailed information about specific modules, refer to their individual documentation pages, which include pinouts, specifications, and programming examples for both Arduino and MicroPython. | |
- Explore individual node guides for specific features and capabilities | |
- Experiment with combining multiple nodes in your projects | |
- Share your creations with the Arduino community | |
- Check for updates and new nodes in the Modulino ecosystem | |
For detailed information about specific nodes, refer to their individual documentation pages, which include pinouts, specifications, and programming examples for both Arduino and MicroPython. |
…/product.md Co-authored-by: Josefine Herlin <[email protected]>
Co-authored-by: Josefine Herlin <[email protected]>
Co-authored-by: Josefine Herlin <[email protected]>
Co-authored-by: Josefine Herlin <[email protected]>
Co-authored-by: Josefine Herlin <[email protected]>
Co-authored-by: Josefine Herlin <[email protected]>
Co-authored-by: Josefine Herlin <[email protected]>
…//github.com/arduino/docs-content into pedromsousalima/modulinos/revamp-get-started
What This PR Changes
Contribution Guidelines