Build firmware, flash to device, and monitor serial output. Use when user wants to test, upload, flash, or "try it on the device".
Build the firmware, upload it to the connected device, and read serial output to verify it's working.
projects/<name>/.projects/ and ask which one (or use the only one if there's just one).platformio.ini to identify the board and PlatformIO environment.pio run -e <env> from the project directory.foo."/dev/cu.usbmodem*, /dev/cu.usbserial*/dev/ttyUSB*, /dev/ttyACM*pio run -e <env> -t upload.--upload-port.python3 serial_monitor.py -t 30 to capture 30 seconds of device output.system-profile.md.Based on the serial output and user feedback:
If changes are needed, fix the code and loop back to Phase 1.