Skip to content

feat: port to ESP32 WeMos LOLIN32 Lite + nRF24L01+PA+LNA#84

Open
gitati16 wants to merge 3 commits into
W0rthlessS0ul:mainfrom
gitati16:lolin32-lite
Open

feat: port to ESP32 WeMos LOLIN32 Lite + nRF24L01+PA+LNA#84
gitati16 wants to merge 3 commits into
W0rthlessS0ul:mainfrom
gitati16:lolin32-lite

Conversation

@gitati16

@gitati16 gitati16 commented Jun 2, 2026

Copy link
Copy Markdown
  • board: lolin32_lite (VSPI, LED GPIO22 active-LOW)
  • config.h: pin CE=4 CSN=5 SCK=18 MOSI=23 MISO=19
  • buttons: GPIO34/35 (INPUT-ONLY, ext pull-up) + GPIO32
  • Wire.begin(21,22) explicit for I2C
  • jam.cpp: HSPI→VSPI, 10MHz SPI, LED active-LOW
  • nRF24_jammer.cpp: LED GPIO22 active-LOW, Wire.begin
  • platformio.ini: new env 128x64_LOLIN32 with -Iinclude/128x64_LOLIN32
  • .github/workflows/build-lolin32.yml: CI build + firmware artifact
  • include/128x64_LOLIN32/: copy of 128x64_Flexible headers with LOLIN32 patches

gitati16 and others added 3 commits June 2, 2026 22:02
- board: lolin32_lite (VSPI, LED GPIO22 active-LOW)
- config.h: pin CE=4 CSN=5 SCK=18 MOSI=23 MISO=19
- buttons: GPIO34/35 (INPUT-ONLY, ext pull-up) + GPIO32
- Wire.begin(21,22) explicit for I2C
- jam.cpp: HSPI→VSPI, 10MHz SPI, LED active-LOW
- nRF24_jammer.cpp: LED GPIO22 active-LOW, Wire.begin
- platformio.ini: new env 128x64_LOLIN32 with -Iinclude/128x64_LOLIN32
- .github/workflows/build-lolin32.yml: CI build + firmware artifact
- include/128x64_LOLIN32/: copy of 128x64_Flexible headers with LOLIN32 patches
@W0rthlessS0ul

Copy link
Copy Markdown
Owner

Hi, in the main project I keep support only for the classic ESP32 WROOM-32, but I have already added your port to the list of ported versions in the release V3.3.0

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.

2 participants