ttgo-lora32-oled

Map and verify TTGO LoRa32-OLED V1.0 SPI and I2C pin assignments.

2|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/universam1/webasto-lora-remote-ctrl --skill ttgo-lora32-oled
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ttgo-lora32-oled
Source: https://github.com/universam1/webasto-lora-remote-ctrl/tree/main/.github/skills/ttgo-lora32-oled
Command: npx skills add https://github.com/universam1/webasto-lora-remote-ctrl --skill ttgo-lora32-oled

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hardware engineers often struggle to confirm correct SPI and I2C pin mappings for the TTGO LoRa32-OLED V1.0 board, risking miswiring and dysfunctional hardware.

Core Features & Use Cases

  • Pin mapping for LoRa SPI (SCK, MISO, MOSI, CS/NSS/SS, RST, DIO0) and OLED I2C (SDA, SCL, RST) to speed hardware setup and verification.
  • Cross-reference notes for DIO0 RTC-capable behavior and pin assignments, aiding board brings-up and troubleshooting.
  • Ready-to-use references for include/project_config.h and typical TTGO LoRa32-OLED V1.0 wiring scenarios.

Quick Start

Use this skill to verify the TTGO LoRa32-OLED V1.0 pin assignments on your board against the documented mapping.

Frequently Asked Questions about ttgo-lora32-oled

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

FAQPage Schema
What are the correct SPI and I2C pin assignments for the TTGO LoRa32-OLED V1.0?

TTGO LoRa32-OLED V1.0 pin assignments map LoRa SPI pins (SCK, MISO, MOSI, CS/NSS/SS, RST, DIO0) and OLED I2C pins (SDA, SCL, RST) to specific ESP32 GPIOs. Cross-checking these assignments prevents hardware miswiring and ensures correct board setup.

How do I verify DIO0 pin mapping and RTC behavior on the TTGO LoRa32-OLED?

Verifying DIO0 pin mapping on the TTGO LoRa32-OLED involves checking the reference notes for its RTC-capable behavior. This ensures the SX1276/SX1278 DIO0 pin is correctly assigned in your project_config for reliable LoRa interrupts.

Can I use this pin mapping guide for all TTGO LoRa32 board variants?

This pin mapping guide specifically targets the TTGO LoRa32-OLED V1.0 variant. Different TTGO board versions may have alternate SPI and I2C pin assignments, so you should cross-check against the specific reference mapping for your exact hardware variant.

How do I configure project_config.h for TTGO LoRa32-OLED V1.0 hardware setup?

Configuring project_config.h requires applying the ready-to-use reference mapping for the TTGO LoRa32-OLED V1.0. You define the correct ESP32 GPIO numbers for SX1276/SX1278 SPI and SSD1306 I2C interfaces to establish functional LoRa and OLED wiring.

Why is my TTGO LoRa32-OLED V1.0 hardware not working after wiring?

TTGO LoRa32-OLED V1.0 hardware dysfunction often stems from incorrect SPI or I2C pin assignments. Verifying your SCK, MISO, MOSI, CS, RST, SDA, and SCL wiring against a verified reference mapping resolves these misconfiguration issues.