Does anyone have experience moving from PlatformIO/arduino to the native API?

This page summarizes the projects mentioned and recommended in the original post on /r/esp32

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • esp-idf

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

  • All ESP32 software is fundamentally built using ESP-IDF. ESP-IDF uses FreeRTOS for multitasking and synchronization primitives , provides a hardware abstraction layer to give applications easier access to things like I2C, SPI, hardware timers and the like, and provides a network stack, filesystem and some other low level services.

  • platform-espressif32

    Espressif 32: development platform for PlatformIO

  • This is probably the simplest next step before fully transitioning to ESP-IDF and dumping PlatformIO. Here's the PlatformIO example repo that does just this. https://github.com/platformio/platform-espressif32/tree/develop/examples/espidf-arduino-blink

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • esp32-course

    Course on the ESP32 IDF

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