Skip to content

Get btc price and flash green if it goes up, red if down.

License

Notifications You must be signed in to change notification settings

Fdondi/arduino-btc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: To compile, add an arduino_secrets.h file with
#define SECRET_SSID <Wifi SSID>
#define SECRET_PASS <Wifi password>

Reads Bitcoin prices and lights a LED based on how much the price is moving. 
Currently, RED led is mapped to PIN 8, GREEN to pin 10. 

LED of the appropriate color will blink at the rate of <change> ON activations per <update period>; where
- <change> is the absolute value of the percent difference between the new peice and the old mobile average. 
- <update period> is the time between API calls, currently 10 seconds. 

About

Get btc price and flash green if it goes up, red if down.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages