• Documents
  • >
  • Getting Started with Quarky Intellio and TFT Display

Getting Started with Quarky Intellio and TFT Display

Choose the ESP32S3 Dev Module
Description

This guide will walk you through the process of setting up and using a TFT Display with the Quarky Intellio. The steps include assembly, connection setup, software installation, and example projects to get you started with TFT display functionalities like displaying a clock.

Download and Install Arduino IDE

To use Quarky Intellio with a TFT Display, we need the Arduino IDE to program the device. Follow these steps to download and set it up: 

Step 1: Open your web browser and go to the official Arduino website: Arduino IDE Download Page.

Step 2: Click the Download button for the appropriate operating system.

official Arduino website

Step 3: Once the download is complete, find the file in your download folder and install it. The installer will set up Arduino IDE on your system. 

Download process of Arduino ide.png

Installation Successfully Arduino ide

Step 4: Click on Finish to open the Arduino IDE.

Setting up the Boards Manager

Step 1: Open the Arduino IDE

open arduino

Step 2: Install the ESP32 Board

  1. Go to Boards Manager and in the search bar, type ESP32.
  2. Find ESP32 by Espressif Systems and select version 2.0.9, then click on Install.
  3. Wait for the installation to complete (it may take a few minutes).

ESP32 by Espressif Systems

Note: Ensure you install version 2.0.9 for ESP32 boards. The installation may take a couple of minutes.

Example : Showing Clock on TFT Display 

In this example, we will display a simple clock on the TFT Display. 

Step 1: Install TFT_eSPI Library: 

  1. Download the TFT_eSPI.zip library. 
  2. Navigate to Sketch > Include Library > Add .ZIP Library to install the library.
    add zip library
    Select zip file

Step 2: Upload Code:

  1.  Go to File > Examples > TFT_eSPI > 320 * 240 and select TFT_Clock.
    Go to File
  2. Choose the ESP32S3 Dev Module under Select Board and click on Ok
    Choose the ESP32S3 Dev Module
  3. Connect Quarky Intellio to your computer via USB.
    Connect Quarky Intellio to your computer using a USB
  4. Click Upload (=>) to send the code to Quarky Intellio.

  5. Once the code uploads, the clock will start displaying on the TFT screen. 
    Quarky intellio Esp32 screen

By following these steps, you can successfully set up and use a TFT Display with your Quarky Intellio. Whether you’re displaying a simple clock. With the Arduino IDE and the required libraries installed, you’re ready to build exciting projects that leverage the power of the TFT Display and Quarky Intellio. Enjoy creating interactive and visually engaging projects with ease!

Table of Contents