AWS IoT Core Integration for ESP32
Connect your ESP32 devices securely to AWS IoT Core using MQTT. Manage devices, send telemetry, and receive commands from the AWS cloud platform.
AWS IoT Core Integration for ESP32 Read More »
Connect your ESP32 devices securely to AWS IoT Core using MQTT. Manage devices, send telemetry, and receive commands from the AWS cloud platform.
AWS IoT Core Integration for ESP32 Read More »
Use Protocol Buffers (protobuf) on ESP32 for efficient data serialization. Define data structures and encode/decode them for network transmission.
Protocol Buffers on ESP32 Read More »
Utilize the CoAP Observe pattern on ESP32, allowing clients to subscribe to resource changes on a server and receive notifications automatically.
CoAP Observe Pattern in ESP-IDF Read More »
Implement CoAP block-wise transfers on ESP32 to handle the transmission of large amounts of data over UDP in smaller, manageable blocks.
CoAP Block-wise Transfers Read More »
Learn how CoAP resource discovery works on ESP32, allowing clients to find available resources (sensors, actuators) on a CoAP server.
CoAP Resource Discovery in ESP-IDF Read More »
Implement the Constrained Application Protocol (CoAP) on ESP32, a lightweight UDP-based protocol designed for constrained IoT devices and networks.
CoAP Protocol Implementation Read More »
Develop simple web interfaces (HTML, CSS, JS) hosted on the ESP32’s web server for device monitoring, configuration, and control via a browser.
Building Web Interfaces for ESP32 Read More »
Learn principles of designing and implementing RESTful APIs directly on the ESP32, enabling interaction via standard HTTP methods.
RESTful API Design and Implementation Read More »
Create an HTTP or secure HTTPS web server on the ESP32 to serve web pages, provide APIs, or enable local device configuration and control.
HTTP/HTTPS Server Implementation Read More »
Implement RESTful API clients on ESP32 using HTTP/HTTPS. Interact with web services, send data, and retrieve information securely.
HTTP/HTTPS RESTful Client Implementation Read More »