Skip to content

Lr1121 support#2999

Open
FoxExe wants to merge 2 commits into
meshcore-dev:mainfrom
FoxExe:LR1121_Support
Open

Lr1121 support#2999
FoxExe wants to merge 2 commits into
meshcore-dev:mainfrom
FoxExe:LR1121_Support

Conversation

@FoxExe

@FoxExe FoxExe commented Jul 20, 2026

Copy link
Copy Markdown

DIY parts:

  • ESP32-S3 SuperMini board (4MB Flash + 2MB PSRAM, something like S3-Zero)
  • Waveshare Core1121 module (LR1121-HF)
  • WeAct Studios 2.9 e-paper module

Note: If your node hangs after sending a packet, check your DIO1 wire/trace. The LoRa module or ESP32 can generate heavy RF interference on it at high transmit power. This causes ghost interrupts, which completely breaks the radio's state logic and causes the device to freeze.
How to test: You can easily verify this by dropping the TX power to a minimum (around 10–14 dBm). If the freezes disappear, it’s definitely an EMI/noise issue on the DIO1 line.

ESP32-S3 Supermini + Waveshare Core1121 (LR1121-HF) + WeAct ePaper 2.9"

                    _____[:::::]_____
     IN/OUT - 5v - |     []   []     | - ?? - UART-0 Tx
             GND - |     B+   B-     | - ?? - UART-0 Rx
      OUT - 3.3v - |       ---       | - 01 - LORA_IRQ
 LORA_BUSY  - 13 - |      BOOST      | - 02 -
 LORA_RESET - 12 - |                 | - 03 -
 LORA_MISO  - 11 - |                 | - 04 - I2C_SDA
 LORA_MOSI  - 10 - |                 | - 05 - I2C_SCL
 LORA_SCK   - 09 - |                 | - 06 - GPS_Rx / Serial1_Tx
 LORA_CS    - 08 - |                 | - 07 - GPS_Tx / Serial1_Rx
                    *****************

Additional pins on board:

           34          38         LED - 48   NOTE: Regular LED and WS2818 RGB led IN at same pin!
           33          37   EINK_MISO - 47
           21          36   EINK_MOSI - 46
           18          35   EINK_SCK  - 45
           17               EINK_CS   - 42
 BAT_ADC - 16               EINK_DC   - 41
           15               EINK_RST  - 40
           14               EINK_BUSY - 39

IMG_20260525_212559 IMG_20260525_212616

@FoxExe
FoxExe marked this pull request as draft July 20, 2026 11:00
@FoxExe
FoxExe marked this pull request as ready for review July 21, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant