Bitcoin Price Tracker Using ESP32

A Bitcoin Price Tracker using ESP32 is a simple electronic project that uses an ESP32 microcontroller board to get the real time Bitcoin price data from an online API provider of coinex exchange and display it on an I2C LCD screen. The ESP32 has built in Wi-Fi option that connects to the internet and retrieves the latest data of specific cryptocurrency prices.

The connected LEDs can be used as visual indicators to signal price fluctuations, such as turning red for a drop and green for a rise of the price. This circuit is simple, compact, and works in low power to monitor Bitcoin prices without needing a computer or smartphone.

This tracker is particularly useful for cryptocurrency traders, enthusiasts or anyone who wants a quick analysis of market trends. By using an ESP32 the entire circuit is low cost and power efficient, making it ideal for continuous operation. Whether mounted on a desk, integrated into a smart home system or you can used in a public display. This Bitcoin Price Tracker offers a practical solution for staying updated on cryptocurrency prices. Let’s build this.

Bitcoin Price Tracker Using ESP32 Circuit Diagram

Bitcoin Price Tracker Using ESP32 circuit

Components Required

Connection

The ESP32 board is connected to the I2C 16×2 LCD display using two wires and which connect with  SDA to D21 and SCL to D22 of ESP32  for data communication. The VCC (3.3V or 5V) and GND for power are also connected. The red and green LEDs are connected to digital GPIO pins (e.g., D18 for the red LED and D19 for the green LED).

Connecting resistor is optional and gives additional protection for the LED. The LED  anodes are connected through 220Ω resistors to limit current and their cathodes are connected to GND. The ESP32 is powered via its USB port or an external power source. This setup will fetch the Bitcoin price data from the internet and display it on the LCD while using LEDs to indicate price fluctuations.

Programming Code

Note: Update the code with your wifi Username and password to get connect with internet.

Akhil Satheesh

Akhil Satheesh

Akhil Satheesh is an electronics expert and the Founder and CEO of Soldering Mind. Specializes in designing innovative electronic circuits and custom, high-performance PCB layouts. Every project he shares on solderingmind.com is rigorously bench-tested to ensure accuracy for makers and hobbyists alike.

Leave a Reply