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
L293D Piggyback Introduction Months before, I pubished a post about H Bridge and L293D Motor Driver IC – What a H-bridge and L293D motor is and how to use it to control DC motors. If you are interested, please feel free to check out the post. In this post, I will tell you about L293D…
The sudden drop in price of IoT modules and rapid growth of Internet of Things is allowing hobbyists to create new devices at home.ESP8266 is one such module which is specifically designed for IoT projects and costs less than 5$. This module can be used with or without micro-controller. Sponsor Link This Project is Sponsored…
Arduino MKR GSM 1400 is the latest of Arduino’s MKR series which combines MKR Zero and an inbuilt GSM module that support 3G and cellular Connectivity. In this tutorial, I will show you how you can make a robot that can be controlled using DTMF tones. Sponsor Link This Project is Sponsored by UTSource. UTSource…
In this series, we will build Spinel Crux, a Gesture Controlled Robot which can travel through rough terrain and can be controlled using hand gestures. To control the robot, we will be using control glove, which will have an accelerometer and a flex sensor to control the status and the direction it should move. The…
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…
Raspberry Pi is small credit card sized, light weight and compact computer available which is used by both professions, hobbyist and of course hackers alike. Two years ago, Raspberry Pi 3 Model B was released which was the first 64-bit member of the pi family, and our first member with inbuilt WiFi and Bluetooth connectivity….