Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.01 KB

ESP32 GEMINI

Chat with Gemini on ESP32-2432S028 CYD (cheap yellow display) This project uses LVGL and Gemini API, its a simple AI project with ESP32-2432S028

Examples:

YouTube video:

You can watch it here.

How to: Build and Upload!

Setup Libraries

The requried libraries with their configuration files are given under the "arduino_lib" folder. Change the libraries path in platformio.ini file to the path of arduino_lib folder.

Building & Uploading

  1. Setup libraries like shown above.
  2. Open the "platformio_project" project folder in platformio.
  3. Change your wifi ssid, password and api key settings in main.ino
  4. Upload
  5. Done!

What it does?

You can send messages to Gemini using the textarea on top of the screen, and get answers quickly!

Contact

You can contact me here: [email protected]