mrcodetastic / Retro-Stonks-Crypto-News-Ticker

A single colour LED scrolling ticker to keep you updated on how much money you're losing on stonks and crypto. Also displays news, local weather, countdown and a custom message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetroTicker

A single colour LED scrolling ticker to keep you updated on how much money you're losing on stonks and crypto.

Features

  • Web interface to configure up to 6 stonks (only ASX at the moment), 6 cryptos, news, weather, weather forecast.
  • Ability to randomly set a message to show up.

How to build

  1. Clone the git repository and open the folder using PlatformIO
  2. Wire up the device
  3. Compile and upload the firmware to the ESP8266 using PlatformIO
  4. Upload the filesystem image as well using PlatformIO ('Run the 'upload file system image' task).

On first boot it will ask you to connect to the WiFi AP it creates, to configure the Internet Connection.

TODO

  • Find an source that can be used to get US, UK or any other countries stonk prices.

Hardware Required

  • ESP8266 (any ESP device should work, but I haven't tested)
  • 2 x 4xMAXX7219 modules (i.e. two chains of 4 x 8x8 LEDs in each module). Red, Green and Blue are the colours available. I prefer red as it better matches my stonks and/or crypto portfolio growth (loss).
  • Optional: Light Dependent Resistor and 1kohm resistor (if you want to have the brightness of LEDs adjust automatically, like your mobile phone display)

In action

Config Interface Config Interface

1-32a5610362.mp4

Config Interface Config Interface Config Interface Config Interface

Construction

Refer to the design folder for the laser cutting diagrams. The ESP8266 (in this case, a WeMos D1 Mini) is inside.

Back View Side View

About

A single colour LED scrolling ticker to keep you updated on how much money you're losing on stonks and crypto. Also displays news, local weather, countdown and a custom message.

License:GNU General Public License v3.0


Languages

Language:C++ 55.7%Language:HTML 44.3%