DHCP Client Implementation
Implement a DHCP client on ESP32 to automatically obtain an IP address, subnet mask, gateway, and DNS server information from a DHCP server.
DHCP Client Implementation Read More »
Implement a DHCP client on ESP32 to automatically obtain an IP address, subnet mask, gateway, and DNS server information from a DHCP server.
DHCP Client Implementation Read More »
Develop ESP32 applications capable of operating on both IPv4 and IPv6 networks simultaneously using a dual-stack implementation.
Dual-stack IPv4/IPv6 Applications Read More »
Implement and configure IPv6 networking on ESP32. Understand IPv6 addressing (SLAAC, DHCPv6), neighbor discovery, and its benefits for IoT.
IPv6 Implementation and Configuration Read More »
Review IPv4 fundamentals relevant to ESP32 development, including IP addressing, subnets, gateways, and the basic structure of IP packets.
IPv4 Networking Fundamentals Read More »
Learn how to use the Ethernet MAC/PHY interface available on specific ESP32 variants for wired network connectivity. Configuration and usage examples.
Ethernet Interface on ESP32 Variants Read More »