Hi everyone,
I’m working on a project using the Arduino Nicla Voice board and recently tried connecting it to a generic Adafruit 128x64 OLED display (SSD1306, I2C). The idea is to display a simple number on the screen in response to a recognized voice command — for example, if a word is spoken, the board would display a specific number like 15, 30, etc.
However, I haven’t been able to get the OLED screen to turn on or display anything. I followed the common examples using the Adafruit SSD1306 and GFX libraries, double-checked my wiring (SDA to SDA, SCL to SCL, 3.3V power), and even tested different I2C addresses, but the screen stays completely blank. No errors, no output.
Since I’m not a technical expert, I’d appreciate any help in layman’s terms, especially around:
- Whether there are known issues with Nicla Voice and OLED displays like this.
- The simplest way to get a number to show up on screen based on a voice command.
- Any basic code examples to help display a number on the OLED when a trigger (like voice input or any simple signal) is received.
Thanks in advance for any guidance you can offer — especially explained in a non-engineering way! - Kate