今まで、Arduino IDEとPlatformIOとEspressif IDFの3つを使ってきた それぞれの構造を理解せずに、勢いだけで、とりあえずインストールして使ってきたが、ストレージの消費が激しいため(重複しているファイルもありそうなので) ここで立ち止まって構造を整理 ...
自分は「Arduino IDE で ESP32/ESP8266 の開発を始めた人間」だった。 これを読んでいるあなたはどうでしょうか。 ブレッドボードでLEDを光らせたり、ESP-NOW を試したり、 小型ノードを作ったりするぶんには Arduino IDE は最高だ。 でも今回、自分が作っていたのは ...
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 ...
micro_ros_platformio_windows is a fork of micro-ROS/micro_ros_platformio, adapted to improve native Windows support in PlatformIO. This fork has been validated primarily on a real Windows + RP2040 / ...
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 ...