Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 390 Bytes

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