Introduction: Bitcoin Price Tracker by Using Arduino UNO

About: Engineering Student in India

I made this Bitcoin Price Tracker By Using Arduino UNO and Python . This project works in most of AVR Boards

Step 1: Components Required:

Arduino UNO

16*2 LCD Display

10 K Potentiometer

Few Jumpers

Step 2: Circuit Connection:

Make The Circuit As per the schematics

LCD RS pin to digital pin 12

.LCD Enable pin to digital pin 11.

LCD D4 pin to digital pin 5.

LCD D5 pin to digital pin 4.

LCD D6 pin to digital pin 3.

LCD D7 pin to digital pin 2.

LCD R/W pin to GND

.LCD VSS pin to GND.

Step 3: Coding:

First Install Liquid Crystal Libary in the arduino libary

Then go to File -> Example -> LiquidCrystal -> SerialDisplay

Upload the SerialDisplay Code To Arduino Uno

After Uploading

Open the Python File

Install all the modules

Enter the arduino port in the python script

And Run the program

Make Sure Internet is turned ON

https://github.com/Prabeen-Raj/Arduino-Uno-Bitcoin-Ticker