ESP32-C6(M5Stack Nano C6) をArduino フレームワークを使おうとして PlatformIO でビルドしたところ、ツールチェーンやフレームワークのバージョン不整合で苦戦した顛末と解決方法をまとめました。 M5Stack Nano C6をPlatformIOで使う 本題の前に、M5Stack Nano C6をPlatformIOで ...
今まで、Arduino IDEとPlatformIOとEspressif IDFの3つを使ってきた それぞれの構造を理解せずに、勢いだけで、とりあえずインストールして使ってきたが、ストレージの消費が激しいため(重複しているファイルもありそうなので) ここで立ち止まって構造を整理 ...
In a recent post, I talked about using the “Blue Pill” STM32 module with the Arduino IDE. I’m not a big fan of the Arduino IDE, but I will admit it is simple to use which makes it good for simple ...
Typically FastLED users will start out with the Arduino IDE then graduate to PlatformIO and never look back. You'll use VScode with the platformio extension. This gives you copilot and other AI tools.