You are reading a single comment by @mfucci and its replies. Click here to read the full conversation.
  • Hi Espruino hackers,

    An effort has started to add support for Espruino in node-matter: https://github.com/mfucci/node-matter/diĀ­scussions/67.
    You are welcome to join the effort if you are interested in having your Espruino devices part of your Matter ecosystem!

    More context:

    1. Matter is a new IoT protocol which is supposed to unify smart devices and will launch at the end of this year. It is supported by all the big ones and hopefully will make all IoT devices intercompatible!
    2. node-matter is a re-implementation of the Matter protocol in Typescript (which compiles to javascript). While it is currently built on top on node.js APIs, the dependency is minimal and it should be able to run on Espruino APIs (and even on web APIs...).

    Hardware requirements:

    1. The non-minified js library is about 650k, so it will fit on an Espruino device with 1M flash. Probably minifying it will bring it down to under 200k.
    2. Matter requires strong crypto for communication. Probably an Espruino with AES support will be required.

    Let me know if you have any questions about Matter!

    Thanks!

    • Marco

    Disclaimer: I am the author of node-matter

About

Avatar for mfucci @mfucci started