Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I go with PlatformIO and Arduino as framework (#include <Arduino.h> on top of the main.cpp file) for all my ESP32 projects… All the library dependencies are managed through the platformio.ini file. Works perfectly!


I've been building a MIDI device using PlatformIO with ESP-IDF: https://bitbucket.org/doughammond/fourays/src/master/firmwar...

I used this combination because I found USB device support in Arduino framework lacking flexibility.


Yeah, that's probably what I'll do, but I wanted to try RTOS framework




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: