Natural language prompting
Tell Gemini what your hardware should do. No boilerplate hunting or forum archaeology required.
Arduino IDE 2.x, supercharged
FlashEx turns a plain-English idea into a complete Arduino project. Let Gemini plan the parts while your IDE quietly handles the setup.
./esp32_weatheresp32:3.0.7DHT sensor libraryesp32_weather.inoFrom thought to board
You describe what you want to make. FlashEx translates the intent into the files, firmware, and dependencies your board needs.
Tell Gemini what your hardware should do. No boilerplate hunting or forum archaeology required.
FlashEx creates the workspace, names your project, and writes a clean, ready-to-edit .ino sketch.
Arduino CLI takes care of cores and libraries while you get on with the interesting part.
Get set up in 60 seconds
Install the extension once, then call FlashEx from the Command Palette whenever inspiration strikes.
Read full documentationGrab the packaged extension from the GitHub releases page.
Open releases page ↘Place the file in ~/.arduinoIDE/plugins/.
Open the Command Palette with Ctrl+Shift+P, then run FlashEx: Set Up Arduino Project.
PATH.