arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Arduino Core for Silicon Labs devices

Results 76 arduino issues
Sort by recently updated
recently updated
newest added

### Summary Hello, Can you share the sketch file for this **Scrolling text matrix display** (4 matrix) from core-development section in [readme.md](https://github.com/SiliconLabs/arduino?tab=readme-ov-file#core-development) https://github.com/SiliconLabs/arduino/blob/main/doc/silabs_h_arduino.gif Regards

featurerequest

I thought I'd share this fun little project here. It's a momentary Matter switch with battery reporting (Thing plus Matter inside). ![IMG_0218](https://github.com/SiliconLabs/arduino/assets/13365531/adfba134-36f6-4e8d-a177-9c06e340a502) ![IMG_0217](https://github.com/SiliconLabs/arduino/assets/13365531/6b6e06b4-e0d6-425e-9fb5-691f35a79a50) This is really just intended as a...

Hello, Is it possible to use the board in deep sleep mode with a battery? Regards

### Summary Hello, Would it be possible to allow customising the following values as shown in the screenshot below? - [VendorName ](https://github.com/SiliconLabs/arduino/blob/65a739a859fa8b98e755f23f2b9c8010d25ca1e2/variants/xg24devkit/matter/matter_2.2.0/src/platform/silabs/CHIPDevicePlatformConfig.h#L81) - [ProductName](https://github.com/SiliconLabs/arduino/blob/65a739a859fa8b98e755f23f2b9c8010d25ca1e2/variants/xg24devkit/matter/matter_2.2.0/src/platform/silabs/CHIPDevicePlatformConfig.h#L87C9-L87C46) - SerialNumber ![image](https://github.com/SiliconLabs/arduino/assets/938089/70954277-5971-4fb3-80d2-0804186614bb) These attributes are...

featurerequest

I followed the following steps for matter_lightbulb. Erased the flash chip using Simplicity Studio. ( to erase previously stored commission data ) update bootloader code using burn bootloader. programmed matter_lightbulb...

### Summary Support the option to enable oscillation and airflow direction of the fan head. I think it has something to do with this next parameter:: https://github.com/SiliconLabs/arduino/blob/65a739a859fa8b98e755f23f2b9c8010d25ca1e2/variants/xg24devkit/matter/matter_2.2.0/zzz_generated/app-common/app-common/zap-generated/cluster-enums.h#L2838 and also `RockSupport`:...

featurerequest

### Summary Could you add the new device types contained in the following specifications for the next version? - Matter 1.2 Application Cluster Specification - Matter 1.3 Application Cluster Specification

featurerequest

Help to configure debugger configuration file (serverpath) for Windows users.

I am designing a latch style lock for my shed and I would like to use Arduino / Matter. I think this is a cool use of Matter / Matter...

Hi, Is there any way for a device to be exposed as an Matter unbridged accessory? With [matter_lightbulb.ino](https://github.com/SiliconLabs/arduino/blob/main/libraries/Matter/examples/matter_lightbulb/matter_lightbulb.ino) example containing only one bulb , is-it possible to use bridge mode...