ESP-IDF with Arduino Examples

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. esp-box

    The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.

    With microphone module installed, it is possible to develop "wake-word" recognition; however, it is not clear / easy to do so in Arduino framework. E.g. ESP-Box.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. esp-who

    Face detection and recognition framework

    With camera module installed, it is possible to develop face recognition (not just face detection); however, it is not clear / easy to do so in Arduino framework. E.g. ESP-Eye.

  4. arduino-esp32

    Arduino core for the ESP32 family of SoCs

    The steps I worked out to add Android to ESP-IDF is based on the above mentioned [official] Arduino as an ESP-IDF component:

  5. esp-idf

    Espressif IoT Development Framework. Official development framework for Espressif SoCs.

    The target ESP-IDF version is v5.3.2

  6. s3_wb2812_blink: Again, started from an "empty" ESP-IDF program, modified to incorporate with Arduino, in order to be able to use the Arduino library Freenove_WS2812_Lib_for_ESP32 for "blinking" the NeoPixel on an ESP32S3 board (pin 48)

  7. Arduino-DumbDisplay

    DumbDisplay Ardunio Library enables you to utilize your Android phone as virtual output gadgets (as well as some very simple inputting means) for your Arduino framework (including ESP8266 / ESP32 / Raspberry Pi Pico) experiments.

    wifi_dd_blink: Modified to incorporate with Arduino, in order to use the Arduino library Arduino-DumbDisplay. With DumbDisplay, you can realize simple UI on your Android phone. You may want to refer to the post Blink Test With Virtual Display, DumbDisplay for a brief introduction to DumbDisplay. Note that this example wifi_dd_blink uses WiFi connectivity, rather than OTG as described in the post.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Bluetooth OTA update app

    2 projects | /r/esp32 | 15 Jan 2021
  • In-depth Analysis of the UWB650 Module: From Core Principles to Advanced Antenna Delay Calibration

    2 projects | dev.to | 8 Sep 2025
  • Number Does Nothing

    1 project | news.ycombinator.com | 24 Aug 2025
  • ESP32 WiFi Superstitions

    1 project | news.ycombinator.com | 15 Mar 2025
  • Any good/worthwhile Camera sensor modules for arduino/pico for still photography?

    1 project | /r/diyelectronics | 11 Dec 2023

Did you know that C is
the 6th most popular programming language
based on number of references?