SX127x Packet Transport Platform
The Packet Transport platform allows ESPHome nodes to directly communicate with each over a communication channel. The Sx127X implementation of the platform uses FSK, OOK or LoRa as a communication medium. See the Packet Transport and Sx127X for more information.
Example Configuration
Section titled “Example Configuration”# Example configuration entrysx127x: dio0_pin: GPIO26 cs_pin: GPIO18 rst_pin: GPIO23 pa_pin: BOOST pa_power: 8 bandwidth: 125_0kHz crc_enable: true frequency: 433.92MHz modulation: LORA rx_start: true sync_value: 0x33 spreading_factor: 7 coding_rate: CR_4_5
packet_transport: platform: sx127x sensors: - dht_temp
sensor: - platform: dht id: dht pin: GPIOXX temperature: name: "Temperature" id: dht_temp