sx1262-driver

Reference SX1262 register configurations, TX/RX sequences, and errata fixes for debugging.

5|3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/manuschillerdev/esphome-elero --skill sx1262-driver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sx1262-driver
Source: https://github.com/manuschillerdev/esphome-elero/tree/main/.claude/skills/sx1262-driver
Command: npx skills add https://github.com/manuschillerdev/esphome-elero --skill sx1262-driver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive SX1262 radio driver reference to assist engineers debugging TX/RX and interop scenarios with CC1101, including detailed register configurations, error fixes, and reference implementations.

Core Features & Use Cases

  • Reference configuration and interop guidance for the Heltec WiFi LoRa 32 V4 SX1262 platform, covering pin mapping, PA control, and 32-bit sync requirements.
  • TX/RX sequences, GFSK parameters, and errata fixes to ensure reliable operation and cross-checks against radios like CC1101.
  • Use Case: Validate a new SX1262-based design against the documented references before hardware testing and firmware integration.

Quick Start

Review the SX1262 driver reference and adapt the example configurations to begin debugging and validation tasks.

Frequently Asked Questions about sx1262-driver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug GFSK TX/RX failures on the SX1262 radio driver?

Debug SX1262 GFSK TX/RX failures by reviewing comprehensive register configurations, TX/RX sequences, and critical errata fixes to ensure reliable operation and validate hardware behavior.

How do I achieve CC1101 interoperability with an SX1262 radio module?

Achieve CC1101 interoperability with the SX1262 by applying 32-bit sync configurations, software-based whitening and CRC handling, and fixed-length RX parameters documented in the reference implementation.

What is the correct PA configuration for the Heltec WiFi LoRa 32 V4 SX1262?

The correct PA configuration for the Heltec WiFi LoRa 32 V4 SX1262 involves specific pin mapping and PA control settings, detailed in the reference to ensure proper power amplification during transmission.

Why does my SX1262 radio driver fail to receive CC1101 transmissions?

SX1262 radios fail to receive CC1101 transmissions often due to mismatched 32-bit sync words, incorrect whitening or CRC handling via software, or unreliable IRQ handling configurations.

Can I use fixed-length RX mode for SX1262 and CC1101 cross-communication?

Yes, you can use fixed-length RX mode for SX1262 and CC1101 cross-communication by applying the documented register configurations and GFSK parameters to meet interoperability requirements.

What are the known SX1262 errata fixes for reliable radio operation?

Known SX1262 errata fixes address reliable IRQ handling, PA configuration stability, and software-based CRC and whitening handling to ensure robust GFSK transmission and reception.