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
The ability to design microcontroller-based circuits is one of the most crucial skills that would benefit any electronics hobbyist the most. Modern life has been shaped by a technological revolution that was fundamentally aided by the microcontroller. Microcontrollers are compact, adaptable, and reasonably priced electronics components that can be successfully used and programmed by hobbyists,…
Hey guys in this post I will show show you how you can easily install raspi-config in any OS inside Raspberry Pi. Once you burn the image onto an SD card and insert it into the Raspberry Pi you have to do some initial configuration like logging into an account automatically, enable ssh, expand file…
Few weeks back, I published an tutorial on building a robot that can be controlled using WiFi and an App RootSaid – WiFi Command Center using Raspberry Pi. I got so many questions about making the same thing using Arduino. So in this tutorial, I will be showing you how to make a WiFi Robot…
In the previous post, I explained what a MATRIX Voice and a MATRIX Creator is and the difference between the two. I highly recommend you to go through the first part if you are new to it and get a better understanding of the whole project. Great. Now you know what a MATRIX device is…
Remote Access without Port Forwarding – SSH from outside LAN In this tutorial, I will show you how you can gain remote access without port forwarding. I will be showing you how you can SSH without port forwarding from outside your LAN and reach your device within the private network! What is SSH? Let us…
Welcome to our new DIY series – Spinel Crux – A DIY Advanced Hand Gesture Control Robot using Raspberry Pi for Wireless Surveillance Project. Yes, of course, building and tinkering with a DIY robot is fun. In this series, we will build a Raspberry Pi Rover Robot which can travel through rough terrain and control…