-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
SX127x Component Docs #4278
Open
swoboda1337
wants to merge
22
commits into
esphome:next
Choose a base branch
from
swoboda1337:sx127x
base: next
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
SX127x Component Docs #4278
+282
−0
Conversation
This file contains 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
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
The SX127X component allows you to configure/control the SX1276, SX1277, SX1278 and SX1279 transceivers in ESPHome. Supported frequencies range from 137 MHz to 1020 MHz. Supported modulations include OOK, FSK, GFSK, MSK and GMSK. Support for both receive and transmit. These chips contain two modems. The LoRa modem is not supported by this component, only the FSK/OOK modem.
Datasheet: https://www.semtech.com/products/wireless-rf/lora-connect/sx1278#documentation
There are many devices in the market with an ESP32 already packaged with these radios, examples: https://www.lilygo.cc/en-ca/products/lora3 and https://shop.m5stack.com/products/m5stack-lora-module-433mhz-v1-1
There are already about a dozen or so people using my component. I currently use it for my 433 MHz AcuRite weather sensors (https://github.com/swoboda1337/acurite-esphome).
Generally I know others use 433 MHz for remotes, doorbells, garage doors, misc sensors etc. It would be nice to get these radios officially supported.
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#7490
Checklist:
I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.Link added in
/index.rst
when creating new documents for new components or cookbook.