Search found 2 matches
- Sun Mar 12, 2023 5:50 pm
- Forum: Hardware
- Topic: Arduino IDE Serial Monitor not working when using SPI device
- Replies: 0
- Views: 997
Arduino IDE Serial Monitor not working when using SPI device
Hi all, I have an ESP32-WROVER module with an SPI TFT conneted and running as a Websocket host. I have a series of Serial.println() commands within the code so I can track progress and also to output some details such as the url of the Websocket server. Initially this works fine, however after I ini...
- Sun Feb 19, 2023 4:22 pm
- Forum: Hardware
- Topic: Adafruit 684 with ESP32-WROVER
- Replies: 0
- Views: 827
Adafruit 684 with ESP32-WROVER
Hello, I am trying to use the Adafruit 684 SPI OLED module with an ESP32-WROVER module. Having already proven the OLED and code functioned using an Arduino UNO (guide available from Adafruit on this), I transferred over to ESP32 and changed pin definitions in the code for the SPI pins of the ESP32. ...