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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • 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

  • 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

  • Is there a way to communicate with uart_write_bytes and read_bytes with s3s native USB

    1 project | /r/esp32 | 6 Dec 2023
  • No serial output on ESP32S3N16R8V custom board when using platform io.

    1 project | /r/esp32 | 24 Oct 2023
  • How to setup platform up for this flashing board?

    1 project | /r/esp32 | 20 Mar 2023
  • Can't import IDF headers for I2S. Please help me work out what I'm doing wrong?

    1 project | /r/esp32 | 3 Mar 2023
  • New T-Display S3 ESP32S3 review

    1 project | /r/esp32 | 17 Dec 2022

Did you konow that C is
the 7th most popular programming language
based on number of metions?