Skip to content
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 documentation for Arduino MKR WAN 1310 #1343

Merged
merged 10 commits into from
Jun 9, 2024

Conversation

LDannijs
Copy link
Contributor

Summary

Add onboarding documentation for Arduino MKR WAN 1310 and an example project.
Closes #1342

Screenshots

Screenshot 2024-05-21 at 15 47 52

Changes

  • Add MKR WAN 1310 onboarding documentation
  • Add an example project for MKR WAN 1310

Notes for Reviewers

...

Checklist

  • Scope: The referenced issue is addressed, there are no unrelated changes.
  • Run Locally: Verified that the docs build using make server, posted screenshots, verified external links. Test with HUGO_PARAMS_SEARCH_ENABLED=true if style changes will affect the search bar.
  • New Features Marked: Documentation for new features is marked using the new-in-version shortcode, according to the guidelines in CONTRIBUTING.
  • Style Guidelines: Documentation obeys style guidelines in CONTRIBUTING.
  • Commits: Commit messages follow guidelines in CONTRIBUTING, there are no fixup commits left.

doc/content/devices/models/mkr1310/_index.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/_index.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/_index.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/_index.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/_index.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/temp.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/temp.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/temp.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/temp.md Outdated Show resolved Hide resolved
doc/content/devices/models/mkr1310/temp.md Outdated Show resolved Hide resolved
void loop() {
int t = dht.readTemperature() * 100;
int h = dht.readHumidity() * 100;
First you have to **add the AppEUI and AppKey from {{% tts %}} between the double quotes**.
Copy link
Contributor

@nejraselimovic nejraselimovic Jun 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually meant in-code comments, such as:

String appEui = "123456789ABCDEF"; #Fill in with your AppEUI

Something like that, just to make it a no-brainer. Same thing for regional band part

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I felt like users would not notice that but sure ill just say "check the in-code comments"

@KrishnaIyer KrishnaIyer modified the milestones: May 2024, Jun 2024 Jun 6, 2024
@nejraselimovic nejraselimovic merged commit e2a36ce into TheThingsIndustries:master Jun 9, 2024
1 check passed
@LDannijs LDannijs deleted the mkr1310 branch June 11, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentation for Arduino MKR 1310
3 participants