arduino
arduino copied to clipboard
Arduino Core for Silicon Labs devices
### 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
I thought I'd share this fun little project here. It's a momentary Matter switch with battery reporting (Thing plus Matter inside).   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  These attributes are...
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`:...
### 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
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...