Replies: 3 comments 1 reply
-
@P-R-O-C-H-Y Can you please help with answering this? |
Beta Was this translation helpful? Give feedback.
-
Hi @cybergunk, at first I am not sure if I understood correctly. You can use both peripherals (SPI and I2C) at the same time as it can be connected to different pins. You cannot use SPI + I2C on same pins. About the coding, you are in ESP32 Arduino repository, which uses C (C++) to code, so about Micropython you need to ask on different repositories / forums. |
Beta Was this translation helpful? Give feedback.
-
Hello all |
Beta Was this translation helpful? Give feedback.
-
Hi! Apologies if this question is a bit uninformed in more ways than I can imagine, I am new to creating projects involving microcontrollers.
Am I able to communicate a peripheral that uses SPI pins like a Micro SD card breakout board to an 12C output like this OLED Display Module? If yes, how do I pin these to an ESP32? More importantly how do I code them (using Micropython) so that the MicroSD communicates with the 12C?
I'm creating a project similar to this: Play Video on a Tiny OLED Display/Matrix - ESP32 Project 7 and I understand that his OLED has SPI pins. I found a tutorial inputting a MicroSD but to an 12S audio output and I do not know if it is the same
I already read through these references regarding SPI and I2C communication but I do not know how to incorporate them together:
MicroPython: OLED Display with ESP32 and ESP8266
ESP32 SPI Communication
ESP32 I2C Communication
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions