https://github.com/therealone78/groundstudio-jade-platformio
PlatformIO profiles for the GroundStudio Jade development boards
https://github.com/therealone78/groundstudio-jade-platformio
arduino groundstudio jade nano platformio pro-micro uno
Last synced: about 2 months ago
JSON representation
PlatformIO profiles for the GroundStudio Jade development boards
- Host: GitHub
- URL: https://github.com/therealone78/groundstudio-jade-platformio
- Owner: TheRealOne78
- License: gpl-3.0
- Created: 2025-04-27T18:30:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T19:15:21.000Z (about 1 year ago)
- Last Synced: 2025-04-30T18:45:57.984Z (about 1 year ago)
- Topics: arduino, groundstudio, jade, nano, platformio, pro-micro, uno
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# 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)
1. Ensure PlatformIO (Core) is installed.
If you don't have `platformio` installed, follow the instructions here: [https://platformio.org/install](https://platformio.org/install).
3. Clone the repo:
```sh
git clone https://github.com/TheRealOne78/groundstudio-jade-platformio.git --recursive
```
4. Navigate to the cloned directory:
```sh
cd groundstudio-jade-platformio
```
5. Run the setup script to configure everything:
```sh
./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.
## References
- [GroundStudio Jade GitHub Repository](https://github.com/GroundStudio/Jade)
- [GroundStudio Official Shop](https://ardushop.ro/en/37-groundstudio)
- [PlatformIO Board Creation Docs](https://docs.platformio.org/en/latest/platforms/creating_board.html)