abdul-rehman-2050
abdul-rehman-2050
Untitled
104 posts
Don't wanna be here? Send us removal request.
abdul-rehman-2050 · 4 days ago
Text
ESP8266 Firebase Realtime Database Data Writing Without any Library
The Firebase library for the ESP8266 is becoming complex and sometimes using it seems overkill and create lot of headache while we only want to write simple variables to the realtime database. So, in today’s post I will explain how can you use the Firebase real time database in ESP8266 without making it over complex with libraries and simply calling a simple REST API calls. Get Firebase Real…
0 notes
abdul-rehman-2050 · 21 days ago
Text
ESP32+MPU6050 Interfacing without Adafruit Library
Today we are going to write a baremetal kind of code for accessing the values from MPU6050 in ESP32 Wroom Nodemcu module without using Adafruit library. Sometimes we just need a plain reading and using an external library seems overkill, besides, it hides lot of underlaying simplicity and do hardware abstraction that it will not let us see how simply things could be done. Our today’s approach…
0 notes
abdul-rehman-2050 · 1 month ago
Text
Android Kotlin Firebase UI for Google SignIn Method
In this post I am going to display the complete flow of Google SignIn method using the Firebase Auth UI. Which means, we do not need to implement our own ui rather we can use the Firebase Auth UI to implement the Sign In process. We can Also Implement the other auth providers in similar way, like Facebook Auth, or Twitter Auth, or Email Auth Provider, But in today’s post we are only going to…
0 notes
abdul-rehman-2050 · 1 month ago
Text
Get Start with GCC ARM Embedded Toolchain
Getting started with the GCC ARM Embedded toolchain involves several steps, including downloading and installing the toolchain, setting up the build environment, and writing and compiling your code. Here’s a step-by-step guide to help you get started: Step 1: Download and Install GCC ARM Embedded Toolchain Visit the official ARM Developer website to download the GCC ARM Embedded toolchain: ARM…
0 notes
abdul-rehman-2050 · 8 months ago
Text
My Docker Stopped working and this is How I fixed it
Today suddenly my docker stopped working. In this article I will explain how I get it fixed. It happened when I installed a Android Emulator in my computer which is also a virtual machine so that virtual machine done some settings which effect in my Windows Docker installation and It stopped working. No hypervisor is present This first Error it shows to me was “s: No hypervisor is present” and…
0 notes
abdul-rehman-2050 · 8 months ago
Text
YOLO Alternatives for Object detection
Finding a best Yolo Alternative could be hard when everyone is obsessed with Yolo now days due to its good performance and easy to use method. But if you are like me who like to explore other options or just curious to know what other YOLO Object detection alternatives available, you are in a right place. In todays’ article we will be looking on few alternative options which you can utilize for…
0 notes
abdul-rehman-2050 · 9 months ago
Text
Wi-Fi RSSI Based Indoor Positioning System with NodeMCU
There are many indoor positioning systems has been developed in past few years ranging from IR based systems up to RF based and Ultra-Wide Band based Indoor positioning systems. Even the modern-day development is working on LiFi based Indoor Positioning systems as well. Today we are going to discuss about the code and algorithm based on NodeMCU ESP8266 based Wi-Fi RSSI based Indoor positioning…
0 notes
abdul-rehman-2050 · 9 months ago
Text
STM8: Reset Explained
Reset is the one of the first step whenever any microcontroller power’s up. We need to understand the STM8 reset process so we can utilize the proper initialization process of the STM8 microcontroller. One more thing this will help to understand is when the microcontroller reset due to some fault or some external interference. By understanding the reset process will help you to master this…
0 notes
abdul-rehman-2050 · 9 months ago
Text
Simplest Static Hand Gesture Recognition using OpenCV Python
In this article we are going to create a very simplest method described in most of the research papers for Static Hand Gesture Recognition using OpenCV Python. We will focus on the simplicity and authenticity of the algorithm and try our best to focus on the basic usage of static hand gestures. First of all, we have to know what the Gesture Recognition in term of Computer Vision are. The gesture…
Tumblr media
View On WordPress
0 notes
abdul-rehman-2050 · 9 months ago
Text
Creating a Simple Pricing Table Using Bootstrap 5 Grid
Creating a Simple Pricing Table using Bootstrap 5 Grid will give you overview and confidence to properly understand and use Bootstrap 5 Grid. Pricing Table is one of the most widely used Component in any SaaS website. You have to show different pricing models to demonstrate how different packages could be subscribed or utilized. Let’s get dive into the world of Web development and the Frontend…
0 notes
abdul-rehman-2050 · 9 months ago
Text
Simple Product Card using HTML and CSS
With every E-commerce website displaying the products is one of the very important feature, we can make a very simple Product Card using the Pure HTML and CSS only. This will help us to practice our HTML and CSS skills. This could be used as an exercise to excel our CSS Skills. In our previous post we created a simple Profile Card, today’s post is very similar to that Profile card but we change…
0 notes
abdul-rehman-2050 · 9 months ago
Text
Easiest way to create Profile Card with Pure CSS
Today we are going to create a simplest and easiest Profile card to demonstrate the power of Vanila CSS. So we are not using any fancy libraries like Bootstrap or TailwindCSS. We are just focusing on creating it with pure CSS. This profile card is just for demonstration purpose and will display 3 basic components, first one is the Profile Image in circular form, second is statistics like, number…
0 notes
abdul-rehman-2050 · 9 months ago
Text
Skin Color Detection and Segmentation in MATLAB
While exploring image processing, I recently embarked on a project to implement skin color detection and segmentation using MATLAB. This project is helpful and touches on several important applications like face recognition, gesture analysis, and human-computer interaction. In this post, I will walk you through my experience, the techniques I explored, and how I structured the code. I’ll also…
Tumblr media
View On WordPress
0 notes
abdul-rehman-2050 · 10 months ago
Text
CodeIgniter 4 Shield User Management
Managing user accounts effectively is crucial for any web application. CodeIgniter 4 Shield simplifies this task with its powerful authentication and authorization tools. In this post, we will explore user profile management, password reset and recovery, and account activation and deactivation using CodeIgniter 4 Shield. In the previous post we described how to create a basic CodeIgniter 4…
0 notes
abdul-rehman-2050 · 10 months ago
Text
Understanding STM8 Read Out Protection
You must want to protect your intellectual property firmware in this case. Like any other microcontroller STM8 also provide features to protect the memory access for unauthorized access. We previously added ATMEGA328 microcontroller protection system. But our today’s focus is STM8 microcontroller. STM8 microcontrollers are widely used in various applications due to their robustness and…
0 notes
abdul-rehman-2050 · 10 months ago
Text
Understand Types of Reset in Microcontrollers
Microcontrollers are the heart of many electronic devices, from simple gadgets to complex embedded systems. One of the critical aspects of their operation is the reset mechanism, which ensures the microcontroller starts correctly and runs reliably. Resetting a microcontroller clears its state and brings it back to a known starting point, allowing the system to recover from errors, glitches, or…
0 notes
abdul-rehman-2050 · 10 months ago
Text
CodeIgniter 4 Shield Authentication
Shield is a comprehensive authentication and authorization library for CodeIgniter 4, which simplifies implementing authentication in your application. When building web applications, securing your application’s authentication and authorization is paramount. Enter Shield, the official authentication and authorization framework for CodeIgniter 4. Designed with flexibility and security at its…
0 notes