Arduino UNO Bitcoin Price Tracker

Published Sep 12, 2021
 2 hours to build
 Beginner

I made this by using arduino UNO and python . This gives the real time value of Bitcoin

display image

Components Used

Arduino UNO
Arduino UNO
1
LCD 16x2 Display Module
LCD16x2 has two lines with 16 character in each line. LCD16x2 is generally used for printing values and string in embedded application.
1
Potentiometer 10Kohms
Potentiometers 10Kohms 10% 12.5mm Cermet Element
1
Breadboard
Breadboard
1
Wire
Hook-up Wire 788133 RED 100 FT
1
Wire Stripper and Cutter
Wire Stripper and Cutter
1
Description

 

 

 

  • FIrst make the circuit as per the schematics. This circuit is the basic interface of LCD display with Arduino Uno
  • Go To Arduino IDE install "Liquid Crystal Libary
  • Now open examples -> LiquidCrystal -> SerialDisplay
  • Select Port Number and Board Type upload the code
  • After Uploading Open the python File
  • Before Executing Install the packages and Enter the Arduino Port No
  • Make Sure "INTERNET IS TURNED ON"
  • Now run the python file
  • Now you can see output in the LCD display
Codes

Downloads

Circuit Diagram Download
Comments
Ad