You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request.
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
Configuration
Operating system: Windows 10
PlatformIO Version (platformio --version): PlatformIO Core, version 6.1.13
I would like to use VS Code to program the Sparkfun Things Plus Matter ( Model DEV-20270 ) dev board using the Silicon Labs developed Arduino Libraries. (Arduino compiling is painfully slow.) https://www.sparkfun.com/products/20270
I cannot find this board in the Platformio device list.
Steps to Reproduce
In VS Code - Platformio select 'Import Arduino Project'
Attempt to find the Sparkfun Thing Plus Matter - MGM240P
Actual Results
Product is not listed.
Expected Results
Product listed and Platformio able to use the Matter libraries from Arduino
This is the same family of MCUs that is going to be used in the upcoming Arduino Nano Matter (which uses the MGM240S) and which'll also be supported in https://github.com/SiliconLabs/arduino
This draft PR might be a good starting point for anyone looking to add support for the Sparkfun Thing Plus Matter and Arduino Nano Matter boards and the Silabs Arduino core:
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
Configuration
Operating system: Windows 10
PlatformIO Version (
platformio --version
): PlatformIO Core, version 6.1.13Description of problem
Arduino, Sparkfun and Silicon Labs have a new Matter project: https://github.com/SiliconLabs/arduino/tree/main/libraries/Matter
I would like to use VS Code to program the Sparkfun Things Plus Matter ( Model DEV-20270 ) dev board using the Silicon Labs developed Arduino Libraries. (Arduino compiling is painfully slow.)
https://www.sparkfun.com/products/20270
I cannot find this board in the Platformio device list.
Steps to Reproduce
Actual Results
Product is not listed.
Expected Results
Product listed and Platformio able to use the Matter libraries from Arduino
Additional info
This board is available in Arduino - board info is from https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json
The board comes with all of the appropriate Matter Arduino libraries for this Sparkfun and the Silicon Labs xG24 Explorer Kit dev boards.
The text was updated successfully, but these errors were encountered: