Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Does the WiFi actually connect, or are things stuck in the while loop in setup()? Commented Dec 23, 2023 at 12:53
  • It does connect. I just produced a minimal example. Commented Dec 23, 2023 at 13:34
  • @ocrdu: Interestingly, "Hello world" appears 3 times (deterministically) and then the screen remains blank. Commented Dec 23, 2023 at 13:48
  • replace all of the OLED code with a blinking LED ... maybe the problem has nothing to do with the OLED Commented Dec 23, 2023 at 17:39
  • Without the OLED, the WiFi works. So either OLED or WiFi work individually. Together, only the WiFi works. The OLED stops working after some time. Commented Dec 23, 2023 at 23:03