element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Design for a Cause - Design Challenge
  • Challenges & Projects
  • Design Challenges
  • Design for a Cause - Design Challenge
  • More
  • Cancel
Design for a Cause - Design Challenge
Blog Design for a Cause - Smart Voice Synthesizer, Visualizer-Display Integration
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: prashanth.nagendrappa
  • Date Created: 4 Sep 2018 5:29 PM Date Created
  • Views 619 views
  • Likes 4 likes
  • Comments 2 comments
  • oled
  • ardunio
  • blog7
  • element 14
  • i2c bus
  • tft display
  • arduino mkr
  • design for a cause - design challenge
  • design for a cause design challenge
Related
Recommended

Design for a Cause - Smart Voice Synthesizer, Visualizer-Display Integration

prashanth.nagendrappa
prashanth.nagendrappa
4 Sep 2018

#Blog7

 

Hello Everyone!

 

Here is my work on the Tiny OLED Display, which is of I2C Interface.

 

imageimage

 

Display: SSD1306

Type : 4 Pin 128X64 OLED Display

Interface : I2C

Resolution : 128 X 64

Display Size : 0.96 inch

 

The Circuit Diagram

The Codeimage

 

#include <Wire.h>
#include <ACROBOTIC_SSD1306.h>


void setup()
{
  Wire.begin();
  oled.init();                      // Initialze SSD1306 OLED display
  oled.clearDisplay();              // Clear screen
}

void loop()
{
   oled.setTextXY(0,0);              // Set cursor position, start of line 0
  oled.putString("ELEMENT14");
  oled.setTextXY(1,0);              // Set cursor position, start of line 1
  oled.putString("Design Contest");
  oled.setTextXY(2,0);              // Set cursor position, start of line 2
  oled.putString("Arduino,");
  oled.setTextXY(2,10);             // Set cursor position, line 2 10th character
  oled.putString("GNPK");
  oled.setTextXY(3,0);   
  oled.putString("Smart Gloves");
}

 

The Application

 

The OLED Display is used to display the message that has been converted from the Gestures. The Flex Sensor is used to capture the gesture. On particular Gesture the corresponding message is synthesized, the message will be conveyed in both text and voice mode.

 

Stay Tuned

Thanks for reading my blog

  • Sign in to reply

Top Comments

  • genebren
    genebren over 7 years ago +1
    Nice update on your project. Keep up the good work. Gene
  • rajkumar96
    rajkumar96 over 7 years ago

    Wow superr good update.all the best

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • genebren
    genebren over 7 years ago

    Nice update on your project.  Keep up the good work.

    Gene

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube