esphome-docs icon indicating copy to clipboard operation
esphome-docs copied to clipboard

[sx127x] Add sx127x component

Open swoboda1337 opened this issue 1 year ago • 3 comments

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:

  • [x] 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.

  • [x] Link added in /index.rst when creating new documents for new components or cookbook.

swoboda1337 avatar Sep 24 '24 15:09 swoboda1337

Deploy Preview for esphome ready!

Name Link
Latest commit 1a10a45e74d6456ff2f3a8b59329c8859f6620a5
Latest deploy log https://app.netlify.com/projects/esphome/deploys/68669039c1550b000858a030
Deploy Preview https://deploy-preview-4278--esphome.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Sep 24 '24 15:09 netlify[bot]

I think you would need to add a components/packet_transport/sx127x.rst as well for describing that part.

dala318 avatar Jun 02 '25 13:06 dala318

I think you would need to add a components/packet_transport/sx127x.rst as well for describing that part.

Yeah I should. Agreed

swoboda1337 avatar Jun 02 '25 13:06 swoboda1337