Skip to content

Conversation

7semi-Tech
Copy link
Contributor

This PR adds the 7Semi BME690 Arduino Library to the Arduino Library Manager index.

Repository URL:
https://github.com/7semi-solutions/7Semi-BME690-Arduino-Library

The library provides easy APIs to read temperature, humidity, and pressure (and gas/VOC if supported) from the BME690 sensor, with example sketches for quick integration.

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

Arduino Lint has suggestions for possible improvements to https://github.com/7semi-solutions/7Semi-BME690-Arduino-Library:

Linting library in 7Semi-BME690-Arduino-Library
INFO: No header file found matching library name (7Semi_BME690.h). Best practices are for primary header filename to    
      match library name.                                                                                               
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name 7Semi BME690 contains spaces. Although supported, best practices is to not use spaces.
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format        
         (Rule LP015)                                                                                                  
WARNING: library.properties includes field item(s) 7semi_bme690.h not found in library.                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP052)                                                                                          

Linter results for project: 0 ERRORS, 2 WARNINGS

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

Linting sketch in 7Semi-BME690-Arduino-Library/examples/Basic_I2C
WARNING: Sketch file/folder name mismatch. The primary sketch file name must match the folder: Basic_I2C.ino
         See: https://arduino.github.io/arduino-cli/latest/sketch-specification/#primary-sketch-file        
         (Rule SS001)                                                                                       

Linter results for project: 0 ERRORS, 1 WARNINGS

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

Linting sketch in 7Semi-BME690-Arduino-Library/examples/Basic_SPI
WARNING: Sketch file/folder name mismatch. The primary sketch file name must match the folder: Basic_SPI.ino
         See: https://arduino.github.io/arduino-cli/latest/sketch-specification/#primary-sketch-file        
         (Rule SS001)                                                                                       

Linter results for project: 0 ERRORS, 1 WARNINGS

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

Linter results for projects: 0 ERRORS, 4 WARNINGS

@github-actions github-actions bot merged commit b78b34e into arduino:main Aug 30, 2025
11 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/7semi-solutions/7Semi-BME690-Arduino-Library/

github-actions bot pushed a commit that referenced this pull request Aug 30, 2025
@7semi-Tech
Copy link
Contributor Author

@ArduinoBot please check again

@per1234
Copy link
Contributor

per1234 commented Sep 1, 2025

Hi @7semi-Tech. The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot completely ignores this pull request thread, and thus commenting here doesn't achieve anything. However, the human maintainers of the registry do monitor all activity in this repository in order to assist the library maintainers with any problems they might have, so please don't make pointless comments on the pull request threads.

If the purpose of your comment was to make a new release of the library, please note that, after the initial addition of the library, the indexer job periodically checks each of the libraries in the Arduino Library Manager Registry and picks up any new release/tag that meets the requirements listed here:

https://github.com/arduino/library-registry/blob/main/FAQ.md#what-are-the-requirements-for-publishing-new-releases-of-libraries-already-in-the-library-manager-list

This means there is no need to take any additional action to add new releases of your library to Library Manager. They will be added automagically!


If you were hoping to get another round of the checks the bot performs on submissions, we do not offer that service here. However, if you found them to be useful you might consider setting up an automated check in your library repository for compliance with the Library Manager requirements. This could run on every commit and pull request to ensure such violations are caught immediately.

Arduino provides a GitHub Actions action that makes this very easy to do by adding a simple YAML file to the repository:

https://github.com/arduino/arduino-lint-action#readme

This action uses the same Arduino Lint tool as was used by the bot to check your submission.

It is in use in all the official Arduino library repositories (example).

@7semi-Tech
Copy link
Contributor Author

Hi @per1234

Thanks @per1234 for the clarification 🙏.

I now understand that once a library is accepted into the Arduino Library Manager, I don’t need to open a new PR or call @ArduinoBot for new versions.

From now on, I’ll just bump the version field in library.properties, create a new GitHub release/tag (vX.Y.Z), and let the indexer pick it up automatically.

I appreciate your guidance and the helpful links you shared!

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.

2 participants