Header

 

Get started using ePrism

The fitst application you see when you turn your ePrism on, is the test application setup by manufacture to test your ePrism device. Now it's the time to build you own application. It's easy and fun. There are a couple of choices for programing ePrism, but to make it simple we just focus on Arduino since it's more popular and powerful. To get started using ePrism you need to do the following steps:

  1. Setup Arduino
  2. Install Arduino core for ESP32
  3. Install the required libraries
  4. Clone the test repo (using Git)
  5. Run it on the device

Setup Arduino

You can follow the Arduino official documentation to complete the setup procedure.

Install Arduino core for ESP32

You can follow the ESP32 official documentation to complete the setup procedure.

Install the required libraries

In order to use ePrism features like Audio, LCD & etc, you need to add a set of libraries to your Arduino IDE. As long as you apply a right configuration to your library, you can use whatever standard library you want, but we highly recommend these:

You can find the setup instruction on Arduino official documentation.

Clone the test repo (using Git)

You can clone one of the samples on our Github repo list or just open one of the repos using the browser and click on Clone or download to get the source code.

Run it on the device

Let's get started with eprism-sample-start. Download the zip file or clone the repo.