New display feature: wiring? #532
Replies: 7 comments 5 replies
-
ESP32 what? -32U ; poe ;-c3 ;-s2 ; dev-Board XY First: |
Beta Was this translation helpful? Give feedback.
-
I've added a first small documentation here |
Beta Was this translation helpful? Give feedback.
-
Vielen Dank, sieht gut aus, bin gespannt, ob es klappt. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Did measure the voltage, yes it is supplied with 3.3.V. Initially I thought the display might be defective, so I tested it yesterday with a small python script on a raspi: Yes it is working there. I tested the connection wires for SDA and SDK and they are connected to the proper pins. Any idea/ hint what still could be potentially wrong ? Thanks for any input... Latest FW version f87f265 Potentially something very simple with my first self-made PCB, but I cannot find the mistake...: |
Beta Was this translation helpful? Give feedback.
-
Hi, I compiled the latest code for a Wemos D1 mini esp32 by changing the platformio_override.ini with [platformio] and for the Pin Mapping I defined a Wemos_ESP32_D1_Mini.json with/without SSD1306-display with this content: [ |
Beta Was this translation helpful? Give feedback.
-
I've seen that there is an integration for the PCD8544 (Nokia 5110). |
Beta Was this translation helpful? Give feedback.
-
I've a SSD1306 screen and would like to add it to my current ESP32 + NRF2401 setup
Is there any wiring schema that could be shared like the one on the README?
Sorry to ask this question but still learning and not familiar with electronics. The main question I have is that the NRF2401 is already connected to the 3.3v pin and ground. May I connect both the SSD1306 and the NRF2401 on the same respective pins for 3.3v and GND?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions