Bitcoin Price Tracker by Using Arduino UNO

by prabeenraj01 in Circuits > Arduino

723 Views, 1 Favorites, 0 Comments

Bitcoin Price Tracker by Using Arduino UNO

Arduino Uno Bitcoin Price Tracker

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

Components Required:

Screenshot (845).png
Screenshot (846).png
DEBUG_IMG_20210912_145801_BEAUTY.jpg

Arduino UNO

16*2 LCD Display

10 K Potentiometer

Few Jumpers

Circuit Connection:

Screenshot (847).png

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.

Coding:

picsart_09-09-04_33_59_lc2tsDNCyN.jpg
picsart_09-09-04_34_59_rLCu0TwQDc.jpg
picsart_09-09-04_38_19_ezZ73hvgZ9.jpg

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