Search on blog

Follow us on facebook

I più venduti

Informazioni

USARE UN DISPLAY OLED SSD1306 128X64 CON LA IOT PROTO SHIELD PLUS

Published : 20/05/2022 08:20:56
Categories : , Proto Shield Plus


USARE UN DISPLAY OLED SSD1306 128x32 CON LA IoT PROTO SHIELD PLUS

La IoT Proto Shield Plus è predisposta per lavorare con i display SSD1306 OLED 128x32 a 4 pin (I2C) largamente diffusi sul mercato.
Per lavorare con un display  SSD1306 OLED 128x32 a 4 pin (I2C), inserirlo nell’header BRD9 come mostrato di seguito.


L’header BRD10 dedicato al DISPLAY OLED 128x32 della IoT Proto Shield Plus
BRD10 OLED DISPLAY 128x32 header of the IoT Proto Shield Plus


Schema collegamenti dell’header BRD10, dedicato al DISPLAY OLED 128x32  della IoT Proto Shield Plus
Schematic of the IoT Proto Shield Plus BRD10 OLED DISPLAY 128x32 header 


Display I2C OLED SSD1306 128x32 inserito nell’header BRD10 della IoT Proto Shield Plus
An I2C SSD1306 128x32 OLED display module plugged into BRD10 header of the IoT Proto Shield Plus



CONNESSIONI DI DEFAULT 


Si veda l'articolo "Il bus I2C sulla IoT PROTO SHIELD PLUS" relativo ai segnali del bus I2C sulla IoT Proto Shield Plus.



SKETCH DI ESEMPIO

Clicca qui per scaricare gli sketch di esempio.

Posizione: IoTPSP_Sample_Sketches/IoTPSP_SSD1306_DISPLAY_128x32

Utilizzare lo sketch IoTPSP_SSD1306_DISPLAY_128x32_NANO per testare il display OLED con schede ARDUINO NANO.

Usare lo sketch IoTPSP_SSD1306_DISPLAY_128x32_NANO, per testare il display OLED SSD1306 128x32 con schede NANO.
Lo sketch fa uso della libreria Adafruit SSD1306.
Assicuratevi di averla installata prima di testare lo sketch.


 
Utilizzare lo sketch IoTPSP_SSD1306_DISPLAY_128x32_ESP32 per testare il display OLED con schede ESP32.

Usare lo sketch IoTPSP_SSD1306_DISPLAY_128x32_ESP32, per testare il display OLED SSD1306 128x32 con schede ESP32.
Lo sketch fa uso della libreria ESP8266 and ESP32 OLED driver for SSD1306 displays.
Assicuratevi di averla installata prima di testare lo sketch.

 


 
Utilizzare lo sketch IoTPSP_SSD1306_DISPLAY_128x32_ESP8266 per testare il display OLED con schede ESP8266.

Usare lo sketch IoTPSP_SSD1306_DISPLAY_128x32_ESP8266, per testare il display OLED SSD1306 128x32 con schede ESP8266.
Lo sketch fa uso della libreria ESP8266 and ESP32 OLED driver for SSD1306 displays.
Assicuratevi di averla installata prima di testare lo sketch (vedi sopra).


Utilizzare il display OLED SSD1306 128x64 con pin GPIO differenti


Si veda l'articolo "Il bus I2C sulla IoT PROTO SHIELD PLUS" relativo ai segnali del bus I2C sulla IoT Proto Shield Plus.


Share this content