🛠️ Steven Gong

Search

SearchSearch
  • ESP32
  • Error handling

Nov 05, 2024, 1 min read

ESP32

Similar to Arduino.

SoftAP https://randomnerdtutorials.com/esp32-access-point-ap-web-server/

ESP-NOW https://randomnerdtutorials.com/esp-now-esp32-arduino-ide/

OTA updates https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/ota.html

Error handling

It’s actually quite cool, the same software engineering that I’m learning.

Two main ones:

  1. ESP_ERROR_CHECK (throws behavior, basically an assert)
  2. ESP_RETURN_ON_ERROR (silent throw)

Graph View

Backlinks

  • Access Point
  • Network Time Protocol (NTP)
  • esp-idf

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub