Giter VIP home page Giter VIP logo

bitcoinsensor's Introduction

BitCoinSensor

An IoT solution for monitoring the price of Bitcoin with Visual and Auditory cues pertaining to the volatility of the the CoinDesk exchange over a given time interval.

This project obtains the latest BTC price from CoinDesk every 30s and displays the value with a Green or Red background on the LCD based on whether the price has increased or decreased respectively since the last request.

Volatility is a measure of how much the price of a financial asset varies over time. This project also allows you to set an auditory alarm which sounds when the volatility index is exceeded.

The Volatility Index is computed using the exponential moving average formula:

accumulator = (alpha * currentNumericRate) + (1.0 - alpha) * accumulator

volatilityIndex = (currentNumericRate / accumulator) - 1

Note that the volatilityIndex is directional, thus if it is negative the volatility is moving the price downward and vice versa if positive.

The idea behind this project is to alert a potential investor of breakneck swings in the price of BTC. This could be very important given that the BTC exchange is open 24/7. Thus, a savvy investor could potentially save themselves from a heavy loss if they were alerted to say a 5% negative volatilityIndex swing that were to occur while the investor is sleeping. Likewise, one could be alerted of a peak selling opportunity should the volatilityIndex report a rise.

Fun Fact - While attending a Microsoft Corporate Hackathon in Miami, I was awoken by the BitCoinSensor following the announcement of Microsoft accepting BitCoin! - https://www.cryptocoinsnews.com/microsoft-now-accepts-bitcoin-bitpay/

Components List

  • Grove LCD RGB Backlight x 1
  • Grove Buzzer x 1
  • Intel Edison with Arduino Breakout Kit x 1
  • Grove Base Shield V2 x 1

Schematic for Intel Edison

ScreeenShot

Schematic for LinkIt One

ScreeenShot

In-Action

ScreenShot

bitcoinsensor's People

Contributors

toolboc avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bitcoinsensor's Issues

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.