Skip to content

ESP32 pico application that signals an alarm and is controlled by the Bluetooth Low Energy (BLE) "Immediate Alert" service or by a WiFi TCP connection.

License

Notifications You must be signed in to change notification settings

esikora/ESP32App_Alert_BLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32App_AlertService

This application has been developed to run on an M5Stack Atom Lite ESP32 development board. It signals an alarm that can be activated by a remote client application. Adapters for two different types of clients are provided:

  • Bluetooth Low Energy (BLE)
  • WiFi TCP Connection

Getting Started

Development environment used for this application:

  • Visual Studio Code (version 1.44.2)
  • PlatformIO IDE for VSCode

Platform and board:

  • ESP32 Pico

Libraries used (see platformio.ini):

  • JC_Button
  • FastLED
  • BLE ESP32 Arduino
  • WiFi

Configuration via platformio.ini:

  • default_envs = pico32_ble or
  • default_envs = pico32_wifi

Project Description

A description of this project, the hardware used, and some notes on how to test the ESP32 application using a smartphone app are provided here.

License

License: GPL v3

See the LICENSE file for details.

Copyright 2020 © Ernst Sikora

About

ESP32 pico application that signals an alarm and is controlled by the Bluetooth Low Energy (BLE) "Immediate Alert" service or by a WiFi TCP connection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages