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: about 2 months ago
JSON representation
Async HTTP server with Regex, JSON, FreeRTOS tasks and BLE for ESP32
- Host: GitHub
- URL: https://github.com/grunmax/esphttprtos
- Owner: grunmax
- Created: 2022-05-19T09:15:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T18:56:10.000Z (about 3 years ago)
- Last Synced: 2025-10-19T14:03:01.516Z (8 months ago)
- Topics: arduino, asynchttpserver, ble, esp32, espressif32, freertos, freertos-task, platformio
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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