PlatformIO Home¶
PlatformIO Home allows you to interact with PlatformIO ecosystem using modern and cross-platform GUI:
- Project Manager
- PIO Account
- Library Manager
- Development Platforms
- Library and development platform updates
- Frameworks
- Boards
- Device Manager: serial, logical, and multicast DNS services
- Static Code Analysis
- Firmware File Explorer
- Firmware Memory Inspection
- Firmware Sections & Symbols Viewer.
Contents
Installation¶
You do not need to install PlatformIO Home separately, it’s already built-in in PlatformIO IDE and PlatformIO Core (CLI).
Quick Start¶
PlatformIO IDE¶
Please open PlatformIO Home using (HOME) button on PIO Toolbar:
- Atom: PlatformIO Toolbar
- VSCode: PlatformIO Toolbar
PlatformIO Core¶
Please launch PlatformIO Home Web-server using platformio home command and open in your browser http://127.0.0.1:8008.
You can change host and port. Please check platformio home command for details.