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
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…
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…
Line Follower… Well.. What else is new?? IR Sensors, motors, chassis, arduino/pic or any other microcontroller, simple pieces of codes.. They are all common right? How about building a cheap, basic and simple line follower without using arduino or pic? A line follower without microcontroller at all. No Coding ;). Here, we will build a…
Raspberry Pi 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. Raspberry Pi 3 B is the newest version of Raspberry Pi family. This mini computer can do (almost) any thing a normal linux machine can do. It is…
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…
Introduction There are so many different types of processor/controlling boards that you can use for your projects. From that bucket, two of the most commonly used controller boards are Arduino and the Raspberry Pi. So which micro controller is best for your project? Arduino or Raspberry Pi? For Beginners who are getting started with Electronics…