feat: port to ESP32 WeMos LOLIN32 Lite + nRF24L01+PA+LNA#84
Open
gitati16 wants to merge 3 commits into
Open
Conversation
gitati16
commented
Jun 2, 2026
- 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
- 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
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.