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:
You can follow the Arduino official documentation to complete the setup procedure.
You can follow the ESP32 official documentation to complete the setup procedure.
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.
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.
Let's get started with eprism-sample-start. Download the zip file or clone the repo.
Open tools menu and be sure you have these configurations selected:
Then choose the Active port that device is connected to.