You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small project using ePaper with LOLIN(Wemos) S2 mini. Initially, GPIO36 & 35 connected to SCK and MOSI using attached pinout diagram but it won't work. Then, I found that default SPI pins in arduino IDE are not correct. So, I have modified the pin number of RXTX, SPI and I2C in pins_arduino.h.
Not sure where you got that image from. The Wemos reference does not include those markings, so I'm going to say the board mfr that wrote the variant file is correct here.
Board
LOLIN S2 MINI
Device Description
LOLIN(Wemos) S2 MINI with ESP32-S2FN4R2
Hardware Configuration
GPIO36 & 35 connected to SCK and MOSI
Version
latest master (checkout manually)
IDE Name
Arduino IDE 2.3.2
Operating System
Windows 11
Flash frequency
240MHz
PSRAM enabled
yes
Upload speed
921600
Description
I have a small project using ePaper with LOLIN(Wemos) S2 mini. Initially, GPIO36 & 35 connected to SCK and MOSI using attached pinout diagram but it won't work. Then, I found that default SPI pins in arduino IDE are not correct. So, I have modified the pin number of RXTX, SPI and I2C in pins_arduino.h.
Original:
Modified:
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: