MATRIX Core is the layer that sandwiches in between the MATRIX OS and the MATRIX HAL. We can make use of MATRIX CORE to query sensors and control any MATRIX Device from any language that supports protocol buffers and 0MQ.
Sponsor Link
This Project is Sponsored by UTSource. UTSource is a professional electronic components supplier.
Download and burn latest Raspbian image to a micro SD card and insert it into the raspberry Pi.
Now power it up with a power adapter that can provide at least 2.5 Ampere. Now fire up your terminal and create a password for the user ‘pi’ by executing the command
sudo passwd pi
Connect your Raspberry Pi to a WiFi router or Wired network and make sure it is connected by checking whether it is getting an IP address from the switch.
Now perform and update and upgrade by running
sudo apt update -ysudo apt upgrade -y
Step 2 : Connect MATRIX Device to Raspberry Pi
Now simply align the header pins and slowly connect the MATRIX device to your Raspberry Pi
In the previous post, we showed you how to setup Amazon Alexa using MATRIX Voice / Creator on Raspberry Pi. All it can do is talk to us and do some some basic stuffs. What if we could control the lights in our home using Alexa? Or control the room temperature? Or open the gate?…
Introduction to Arduino Volume Controller In this post, I will explain one of the coolest Arduino Projects of 2019. This gesture based media controller or Arduino Volume Controller that can be connected to any computer running any OS. You can connect it to PCs USB port and it will act as a HID or a…
What is pH? We learned in class that water, or H2O, consists of Hydrogen and Oxygen molecules. Neutral water is given a pH of 7. It contains equal amounts of element ions (H+) and hydroxide ions (OH-). Adding chemicals and minerals modifies the balance of these ions and alters this neutral state. [AdSense-C] Increase the…
Sponsor Link This Project is Sponsored by UTSource. UTSource is a professional electronic components supplier. Few months back I did a project on EEG sensor and Arduino – Raw EEG signal extraction using Mindflex and Building a Mind Controlled Robot. This time, I decided to do something related to muscles. A simple Arduino Project encorprating…