PlatformIO profiles for GroundStudio's Jade development boards
Caution
The GroundStudio Jade Pro Micro profile is still untested, and using it may cause unexpected issues. Proceed with caution!
Description
This repository provides support for GroundStudio's Jade development boards, enabling easy integration with PlatformIO for development. The repo includes the configuration files necessary for PlatformIO to recognize and work with the following boards:
- Jade Nano+ [N1+]
- Jade Uno+ [U1+]
- Jade Pro Micro (UNTESTED)
As of the time of writing (April 27th 2025), all other GroundStudio Jade development boards are fully compatible with their original counterparts, so creating separate profiles for them is unnecessary -- you can simply use the profiles of the original boards.
Setup Tutorial
Unix-based systems (GNU/Linux | macOS | BSD | etc)
-
Ensure PlatformIO (Core) is installed.
If you don't have
platformioinstalled, follow the instructions here: https://platformio.org/install. -
Clone the repo:
git clone https://github.com/TheRealOne78/groundstudio-jade-platformio .git --recursive -
Navigate to the cloned directory:
cd groundstudio-jade-platformio -
Run the setup script to configure everything:
./setup.sh
Windows
Note
For Windows systems, the setup is still a work-in-progress. Please follow the Unix setup for now, but be aware that Windows support is being developed.