Code Monkey home page Code Monkey logo

flipdot's Introduction

flipdot

This app can push texts like the current date, weather, twitter trends, etc to a krueger flipdot/dotmatrix sign. These signs were used in buses aroud europe to show the line number and destination. The sign that i'm using can display two lines of 15 characters.

The app pulls info from various internet sources and parses it to a single string that will fit the board. A flask app serves this string to the web. A particle photon requests this string by polling the webserver. It calculates the necessary control characters needed for the IBIS protocol and then sends the text via a serial interface to the dotmatrix sign.

The photon and dotmatrix are plugged in via a timer socket so that they are active twice a day for two minutes only. That's enough to boot, connect to wifi and make a poll to the server.

Installation:

I run the main app on heroku. You can run it on any machine that runs python though. To publish new code, run:

'git push heroku'

you need to set two config vars in heroku:

  • IS_HEROKU = True
  • OWM_API_KEY = 'your_free_openweathermap_api_key'

flipdot.ino runs on a Particle Photon which is programmed via the web-ide

Hardware:

  • 2001 Krueger 16x80 Dotmatrix with an MX3 control board
  • Particle photon
  • 24Vdc adapter
  • voltage divider to create 19V from 24V
  • Photon pin D6 is connected to a transistor switching the data line between 19V and ground

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.