Arduino Serial Terminal Oled With Adafruit SSD1306 Library

by Jhon_Control in Circuits > Arduino

13224 Views, 29 Favorites, 0 Comments

Arduino Serial Terminal Oled With Adafruit SSD1306 Library

Arduino Terminal Serial + Oled 128x64 I2c    : PDA_Control
20160303_142918.jpg

I used the library and graphics Adafruit_GFX Adafruit_SSD1306 I made the Arduino platform used as serial terminal

and the characters received atravez a mini OLED screen, this is only the first part of a slightly more complex project with Arduino and ESP8266 module.

It just wants to show what comes from the serial port on a Oled screen ....

More info:

Blog PDAControl English

Blog PDAControl Español

Components and Materials Required for Testing

20160304_112323.jpg
20160304_112314 (1).jpg

​Código

code.JPG
code 2.JPG

They have been used Adafruit_GFX libraries and Adafruit_SSD1306 excellent for graphics applications screens with I2C and SPI protocol, the code does the following things:

1 configuration of the I2C Oled screen.

2 Make serial port settings

3 The screen is initialized and the characters of the serial port are stored in a variable and then the values are printed on the screen.

More info:
Blog PDAControl English

Blog PDAControl Español

Code

Git Hub Code with End line..

GitHub JhonControl

More info. JhonValenciaPDAcontrol

Testing

Terminal Serial.JPG
20160304_112240 (1).jpg

character printing serial port works correctly, the only drawback restart the realization of the screen because the print area on the screen ends and does not return to the position display.setCursor 0.0 (0.0); to fill the amount of carateres on the screen.