Bitcoin Price Tracker by Using Arduino UNO
by prabeenraj01 in Circuits > Arduino
809 Views, 1 Favorites, 0 Comments
Bitcoin Price Tracker by Using Arduino UNO
I made this Bitcoin Price Tracker By Using Arduino UNO and Python . This project works in most of AVR Boards
Components Required:
Arduino UNO
16*2 LCD Display
10 K Potentiometer
Few Jumpers
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.
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