MATRIX Ecosystem Overview
Objective: Hardware shouldn't be hard
The MATRIX Ecosystem was created to make powerful hardware projects very approachable for software developers. The pillars of MATRIX, computer vision, hardware interfaces, distributed internet communication, and data-driven end-user clients, are all programming disciplines which require years for an individual to master, or for a team to build a solution around.Programming Layers
The MATRIX platform adds powerful capabilities to your Raspberry Pi, depending on your background and the kind of application you want to write, you may need to decide on which layer best fits your need. The documentation is organized according to these layers:
MATRIX Lite
Language: JavaScript
A straightforward library that's aimed at users of all skill levels. This layer is an abstraction around MATRIX HAL. Keep in mind this library is new & in development. There are no known bugs at this time, but feel free to report any you encounter here.
🔨 In Early Development 🔨
Read more about MATRIX Lite
MATRIX HAL
Language: C++
Interacts with the kernel modules by using C++ drivers, enabling it to access available sensors and components on your device.
MATRIX Core
Languages: Over 40 (Examples in JavaScript & Python)
Abstraction layer for MATRIX HAL. Hosts a ZeroMQ + Protobuf communication layer which makes device information accessible via high-level interfaces. Supports 40+ different languages through Protocol Buffers: C++, Python, Ruby, PHP, Java, etc.
MATRIX Open System (MOS)
Language: JavaScript
Highest level of abstraction integrating with MATRIX hardware via MATRIX CORE. This layer requires an online connection and offers an integrated IoT environment that's easy to use.
- Remote App Deployment
- Mobile Interface
- Online Dashboard
- App Store
⚠️ CURRENTLY UNDER MAINTENANCE ⚠️
Read more about MATRIX OS
Devices
Each programming layer in the MATRIX platform is compatible with each MATRIX product, excluding specific components on the boards.
MATRIX Creator
A fully-featured development board for the Raspberry Pi with various sensors and communication protocols such as a 3D Gyroscope, Accelerometer, an 8 Microphone Array, zigbee, Z-Wave, and more!
Read more about the MATRIX Creator
MATRIX Voice
A voice and audio focused development board with an 8 microphone array that enables you to create your own audio driven applications or use voice assistants such as Amazon Alexa, Google Assistant, PocketSphinx, etc.
Read more about the MATRIX Voice
Support
- Post questions or comments on community.matrix.one
- Alert issues on our GitHub under the corresponding repository
- Submit documentation issues or improvements to the MATRIX Documentation Repository