About: Bilal

Author Bio: I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices. With my excellent communication and technical skills, I am able to effectively convey complex technical concepts to a wide range of audiences. I am dedicated to staying current with industry trends and continue to develop my skills through ongoing learning and professional development opportunities. Whether working on a technical writing project or optimizing a website for search engines, I consistently deliver high-quality work that exceeds expectations. I am a great researcher and am able to present information in a well-organized and logical manner.

Posts by Bilal:

Installing MPLAB X for ChipKIT Products

Posted on: 24 Nov 2021

Many of you who follow my For Cheap Robots series are familiar with how to use MPIDE with chipKIT products. You may even be familiar with how to use the Arduino IDE with these boards. So far, however, I have not used MPLAB X very much. MPLAB X is a powerful IDE, made by Microchip, which gives […]


ESP32 ADXL345 DATALOGGER WITH GPS_EXT RAM_EXT_RTC

Posted on: 23 Nov 2021

For those of you out there playing with the Wemos 32 LOLIN board I thought i would start to document some findings of mine so far. Current project is to interface to an ADXL345 accelerometer and as the photo shows above i have successfully connected it to the lolin and configured the ADXL as a […]


PIC16F877 Multimeter

Posted on: 22 Nov 2021

PICMETER Introduction This PICMETER project has grown into a useful and reliable tool for any electronics enthusiast. It runs on a PIC16F877 / 877A micro controller. It is a PIC development system It is 19-function multi-meter (voltmeter, frequency meter, signal generator, thermometer…) It is a component checker (R, L, C, diode …) with up to […]


Mini Sumo

Posted on: 21 Nov 2021

Today we will explain how to perform the design, operation, and construction of a sumo robot, a robot is considered an automatic programmed machine to accomplish a certain task. In this opportunity, our robot will have the task of facing another robot on the battlefield whose The aim is to move the opponent out of […]


High Intensity Interval Training (HIIT) Timer

Posted on: 20 Nov 2021

Where I live, the cold months seem to go on forever so I have to find some way to exercise that keeps me indoors. I could afford to go to a gym but it takes too much time, I’d have to show off my old body in public, and I wouldn’t be able to watch […]


Idea: a Simple PIC Development Board

Posted on: 19 Nov 2021

A simple development board seems like a fun project. I’m recording my ideas here, and hope to get some input from other members of the ‘uC (or anyone else). To avoid feature creep, I think several levels of dev-board would be a good idea. This page will describe my ideas for a level one board, […]


PIC18F2550 Very Simple Penguin

Posted on: 18 Nov 2021

Pinguino is a Bootloader and SFoftware that allows you to load and reload programs within a microcontroller, this time we are going to develop a Pinguino with the most economical and simple parts that we can find. You can install the X4 version of the Pinguino IDE, which is the Software that will allow us […]


BOOTLOADER WITH PIC18F2550

Posted on: 17 Nov 2021

This is a small board which use the well know Pic18F2550, this microcontroller is easy to find in the electronic stores and most of the electronics hobbyist have one of them in their stock. So in this opportunite We are going to build a develpment board, which means that will have all the neccesary to […]


Pocket Sized Morse Code Flasher

Posted on: 16 Nov 2021

A microcontroller is a small computer which fits on a single chip. Like other computers, the microcontroller follows a sequence of instructions, one at a time, to carry out a program. With the help of a microcontroller we are going to make a morse code flasher which flashes FSC. Step 1: Materials Required the things […]


Homemade MPC Style MIDI Controller

Posted on: 15 Nov 2021

1.0 INTRODUCTION  I decided to build and design a midi controller which is used to send commands to a computer running a DAW(digital audio workstation)  to control different parameters within it. The DAW I used is called Ableton Live. There are 16 button pads and 6 potentiometers on the front of the unit. Depending on […]