Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grunmax/esphttprtos

Async HTTP server with Regex, JSON, FreeRTOS tasks and BLE for ESP32
https://github.com/grunmax/esphttprtos

arduino asynchttpserver ble esp32 espressif32 freertos freertos-task platformio

Last synced: 1 day ago
JSON representation

Async HTTP server with Regex, JSON, FreeRTOS tasks and BLE for ESP32

Awesome Lists containing this project

README

        

# EspHttpRtos
# Platform ESP32, Arduino
An example of Async HTTP server with JSON/REGEX features and using FreeRTOS tasks.

RTOS examples are:
* xTaskNotifyWait - wait for notification with parameter passing
* xQueueReceive - use queue
* xEventGroupWaitBits - use group events
* xSemaphoreTake/xSemaphoreGive use semaphore

Data management via BLE server:
* Set WiFi credentials via BLE