DIY ESP32 Scientific Calculator with touch panel

Channel:
Subscribers:
4,120
Published on ● Video Link: https://www.youtube.com/watch?v=wWE1NqnTe1M



Duration: 9:04
1,651 views
46


Decimal/hexadecimal #ESP32 #scientific_calculator with #touch_panel
The point is that decimal places can be represented in hexadecimal!
・Can be switched between decimal/hexadecimal.
・With memory function ("M=" stores in memory. "M" calls memory.)
-There is a backspace correction function. (" ")

if you enjoyed those videos, then please subscribe to my channel which I update every week
👉 Subscribers : https://bit.ly/2EpEwrU

===========================
== Things used in this project ==
===========================
Hardware components:
1x ESP32-DEVKITC Development Board
1x 2.8 Inch ILI9341 240x320 SPI TFT LCD Display Touch Panel
1x Breadboard / jumper wires

==================================
= Software development environment. ==
==================================
 (1) Install Arduino IDE
First, install the Arduino IDE .
After that, go to File-Preferences-Additional Board Manager URL
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

Add, search for "esp32" in the board manager of the tool board, and install it.
For details, see Installation instructions using Arduino IDE Boards Manager in ESP32 development environment of Arduino IDE
https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md

======================
== Preparation of library ==
======================
・LCD panel display library ------- Adafruit_ILI9341
・Graphics library Adafruit_GFX_Library: Adafruit library
・Touch panel library XPT2046_Touchscreen: Touch panel library

================
== Schematic ==
================
LCD --------------------------ESP32
VCC ------------------------- +5V
GND ------------------------- GND
CS ---------------------------- P15
RESET ---------------------- P4
DC ----------------------------- P2
SDI(MOSI) ----------------- P23
SCK -------------------------- P18
LED -------------------------- +3.3V

LCD Touch ===== ESP32
T_CLK --------------------- P18
T_CS ----------------------- P17
T_DIN --------------------- P23
T_DO ---------------------- P19
T_IRQ --------------------- P16


============
== Code ==
============
http://galaxystar.image.coocan.jp/esp32_game/ESP32_XPT2046_ILI9341_calcv.zip

Enjoy,

------------------------------------------------------------------------
About Social Media, Business, and Blogging
------------------------------------------------------------------------

https://www.youtube.com/djamaluk
https://www.facebook.com/Djamal.UK
https://twitter.com/DjamalUK
https://Djamal.UK


Code and Schematic OR Any Questions Please let me know in the comment section below



Thank you everyone for stopping by my youtube channel I would love to hear from you, so leave a comment to let me know you were here!




Other Videos By Djamal.Uk


2020-09-30Full GamePlay Chase by Shiru (Homebrew) esp32 nes emulator
2020-09-21PacMan Arcade Machine running on「ATtiny85 」+ i2c Oled display
2020-09-10The mini game consoles based on the energy efficient ATtiny85 MCU
2020-09-01Ambilight LED DIY | WS2812b(Neopixel) | Arduino Uno (NO soldering Required)
2020-08-18Crazy Arduino Based Gaming Console. Program, play and enjoy! 🕹️
2020-08-13ESPFLIX: A free video streaming service that runs on a ESP32
2020-08-12The world's smallest raspberry pi gaming console 🕹️
2020-08-06Build Your Own Aleatoric Drum Machine with Arduino 🥁
2020-08-01ESP32 ILI9341 Notebook Draw pictures on the touch panel,
2020-07-31The Tiniest ATtiny Handheld Game Console
2020-07-30DIY ESP32 Scientific Calculator with touch panel
2020-07-28Speaking Calculator project for blind people using Arduino Uno AVR ATmega328 Microcontroller
2020-07-23Building excellent replica Donkey Kong arcade machine based on Parallax Propeller Microcontroller
2020-07-16Retro-style Open-source Game Console based on the Parallax Propeller Microcontroller.
2020-07-07ESP8266 Little Game Machine using a NodeMCU and a Wii nunchuck
2020-06-18TEKKEN 6 / 4K PSP Emulator - ODROID C1+
2020-06-16Play CHASE - NES Arcade homebrew on ESP32
2020-06-10Run Your favourite Atari 8-Bit Games On An ESP32 | Atari 8 bit Computer emulator
2020-06-04The Sega Master System (SMS) game console on your TV with nothing more than a ESP32
2020-06-02NES Nintendo game console on your TV with nothing more than a ESP32
2020-05-22Create your own arcade games with MakeCode Arcade. No coding experience necessary!



Tags:
ESP32
ESP8266
Arduino
DIY
ILI9341
touch panel
scientific calculator
STM32
Atmel
ATmega
MCU
ESP32-DEVKITC
Espressif Systems