Git Product home page Git Product logo

oled-twitter-display's Introduction

Twitter Onion IoT Wearble Name Badge

Twitter IoT Name badge Displays your twitter feed on a badge using Twitter REST API

Wearable Twitter Feed Badge

Twitter IoT Name badge Hardware Ingredients

  1. Onion Omega2+
  2. Onion OLED display
  3. Onion OLED expansion dock

Thingiverse STL Files

Twitter 3D Print Badge Files.

Displays your twitter feed on a badge

Installation

opkg update
opkg install python-light python-urllib3 pyOledExp

Known issues

  1. No space left on device
  • This may happen if you have installed the editor or terminal on the Omega2. If you have previously installed these components, you can remove them with the opkg remove commands. You can do a opkg list to check if you have the modules installed on your Omega2, and if it's there ( look for onion-console-xxx), you can remove them with opkg remove onion-console-terminal etc. Once you have removed the onion-console-terminal, onion-console-editor and onion-console-base, you should be able to download and install the remaining python-urllib3 and pyOledExp modules with opkg install python-light python-urllib3 pyOledExp. Since we won't have the editor on the omega2 anymore, you will have to scp your updates files to the omega2 or change the file with native linux text editor vim and edit your username, consumer API key, and consumer API key (secret) in the config.json file.
  1. Something went wrong when running the mainProgram() in the olderTwitterDisplay.py
  • In this case, it's something to do with the ssl module on your OS system where it might not be able to make HTTPS requests. So you will have to change L8 of oledTwitterDisplay.py file to baseUrl = "http://api.twitter.com"
  1. Text on the OLED display is upside down.
  • Working on a solution

Questions?

[email protected]

oled-twitter-display's People

Contributors

amiedd avatar greenbreakfast avatar lennycolton avatar nicholascph avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.