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 ...
This repository contains a minimal PlatformIO project that blinks the LED connected to digital pin 13 on an Arduino UNO R4 WiFi board. It's suitable as a starting point for experimenting with the UNO ...
PlatformIO has a better package manager than the one ArduinoIDE uses primarily because your dependencies are defined with the project repo instead of globally. This means you can hand off your code ...