example

Example of the component espp/esp32-timer-cam v0.21.0
# ESP32-TIMER-CAM Example

This example shows how to use the `espp::EspTimerCam` hardware abstraction
component to automatically detect and initialize components on the
ESP32-TimerCam.

It initializes the LED, RTC, I2C, and ADC.

https://github.com/user-attachments/assets/b0c0eb28-0ce1-466d-b6e5-debbc0e7f3f6

## How to use example

### Hardware Required

This example is designed to run on the ESP32-TimerCam.

### Build and Flash

Build the project and flash it to the board, then run monitor tool to view
serial output:

```
idf.py -p PORT -b 1500000 flash monitor
```

(Replace PORT with the name of the serial port to use.)

Note: the baudrate for the ESP32 TimerCam cannot go up to 2 MBaud, so 1.5MBaud
is recommended.

(To exit the serial monitor, type ``Ctrl-]``.)

See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.

## Example Output

![CleanShot 2024-08-27 at 11 31 16](https://github.com/user-attachments/assets/9c3ebe48-af46-4021-afab-6235870eddf4)

To create a project from this example, run:

idf.py create-project-from-example "espp/esp32-timer-cam=0.21.0:example"

or download archive (~2.33 KB)