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 VoltLora Library – Simplified LoRa Communication for Arduino #5924

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

srinjaycode
Copy link
Contributor

This pull request adds VoltLora, a user-friendly library for LoRa RYLR998 modules, simplifying communication with Arduino through AT commands.

Features of VoltLora:
Simple API – Easy-to-use functions like send(), receive(), setBaud(), and more.
Error Handling – Built-in checkError() function for easy debugging.
Wiring Guide – A built-in function to print a wiring diagram for Arduino Uno.
Optimized Communication – Supports setting LoRa parameters (baud rate, address, network ID, band).
Example Sketches – Includes sample sketches for quick setup and testing.

A very basic version with more updates to come.
This library makes LoRa communication simple and accessible for Arduino users. Let me know if any changes are needed. Looking forward to feedback and approval.

@github-actions github-actions bot added the topic: submission Add library to the list label Feb 13, 2025
Copy link
Contributor

A problem was found with your submission https://github.com/srinjaycode/VoltLora

ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @srinjaycode
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@srinjaycode
Copy link
Contributor Author

@ArduinoBot

Copy link
Contributor

Hello! I'm checking your submission again.

Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/srinjaycode/VoltLora:

Linting library in VoltLora
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           

Linter results for project: 0 ERRORS, 1 WARNINGS

-------------------

Linting sketch in VoltLora/examples/BasicSend

Linter results for project: no errors or warnings

-------------------

Linting sketch in VoltLora/examples/PrintWiring

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 1 WARNINGS

@github-actions github-actions bot merged commit 88d0bc3 into arduino:main Feb 13, 2025
14 checks passed
Copy link
Contributor

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/srinjaycode/VoltLora/

github-actions bot pushed a commit that referenced this pull request Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: submission Add library to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant