HAL or Hardware Abstraction Layer is the lowest level layer of the MATRIX Creator drivers. You can either interact directly with HAL, or use the higher level components like MALOS or the MATRIX OS to tinker with the MATRIX Device. This uses C++ drivers for available sensors and hardware.
Sponsor Link
This Project is Sponsored by UTSource. UTSource is a professional electronic components supplier.
Things Needed[AdSense-C]
Raspberry Pi
Matrix Device
Micro SD Card
Active Internet Connection
A Power Adapter ( Min 2.3 Amp)
Camera (Optional)
Step 1 : Setting Up Raspberry Pi
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
[AdSense-C]
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
This is the second part of the Spinel Crux Tutorial – Gesture Controlled Robot for wireless surveillance. In this series, we will build a robot which can travel through rough terrain that can be controlled using hand gestures. Gesture Controlled Robot Tutorial To control the robot, we will be using the control gloves, which will…
Arduino pH Meter Introduction AAs you all know, pH is a very important unit for measurement of acidity/basic nature of solutions. pH measurement is widely employed in almost every aspects of our life of applications such as agriculture, industries, environmental pollution monitoring, wastewater treatment and in research and development. pH is a measure of the…
RootSaid has developed and published the first version of an All in One Android Application “RootSaid WiFi Command Center” that allows you to control your robot and your home appliances from anywhere with internet connectivity. You can connect your robot or home automation system to your network (WiFi or Wired), connect your Android device to…
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…