Skip to content

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

Notifications You must be signed in to change notification settings

grunmax/EspHttpRtos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published