Skip to content

Files

Latest commit

4c27cfc · Oct 2, 2018

History

History
40 lines (31 loc) · 1.75 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.75 KB

Example for the AlarmDecoder.com AD2ESP32UI wireless touch screen platform.

This code provides a framework for building a wireless touch screen interface for home alarm and automation systems using the AlarmDecoder.com AD2ESP32UI touch screen platform.

The AD2ESP32UI platform has the following specifications.

  • SparkFun ESP32 Thing.
  • A quad speed spi bus connector for a NHD-7.0-800480FT-CSXV-CTP display connected to the ESP32 VSPI pins.
  • uSD card socket connected to the ESP32 HSPI pins.
  • A MEMS microhpone SPH0641LU4H-1 connected to GPIO pins.
  • External connections for i2c, uart or GPIO

Getting the code

Configuring

  • Under menuconfig in Serial flasher config set the Default serial port
foo@bar:~$ make menuconfig

Building

foo@bar:~$ make test; make flash

Screens

  • Webcam interface
  • Connects to a wifi network and connect to a motion MJPEG URL and display it in real time.

Contributors

Authors

License