#Matter specification

9 messages · Page 1 of 1 (latest)

hollow gyro
#

So I got an idea: what if I could mess with devices that follow the Matter specification with my Flipper Zero? I checked the hardware section of the documentation and saw the STM32WB55RGV6TR microcontroller.

Honestly, I’m not very knowledgeable on hardware, more of a software guy, but from what I found online, it looks like the STM32WB55RGV6TR does follow the Matter specification! This is as far as I’ve gotten so far, I just started actually reading the specification (there’s a lot of pages ;-;).

My hope is I or someone else can program an app on the Flipper Zero that can control Matter smart home accessories (being able to be controlled versus controlling doesn’t sound as interesting really)

#

(I hope this is actually possible because if not I’d look kind of dumb lol)

#

Okay not reading the whole specification I found the GitHub repository for it which I didn’t realize existed, whoops

vale rain
#

I bet most like not as it most like uses gigahertz freq and the flipper doe not do that out of the box

runic crypt
#

isn't matter over IP?

#

wb55 is simply a microcontroller, think of it as a cpu with other stuff around it

#

it doesn't follow anything per se, just like x86 doesn't follow matter specs

#

if you put code in either of 'em that comply to those specs, then it will follow those specs

#

it does have a coprocessor which runs at 2.4GHz which might be compliant with some layer of matter BLE, but it will still need coding 😉