Hi, Myself

Mursalin Biswas Emon

I am a Student

Mursalin Biswas Emon

I'm a dedicated person with strong leadership and event management skills. Passionate about innovation, problem-solving, and teamwork, excelling in both academics and extracurricular activities. Adept at organizing events, leading teams, and managing projects efficiently. Always eager to learn, adapt, and contribute to the engineering community.

  • Baigartek,Dhaka Cantonment-1206,Dhaka.
  • 01875999736,01576732281
  • mursalinbiswas00@gmail.com
Me

My Professional Skills

As an Electrical with strong leadership and event management skills, I bring a dynamic combination of technical expertise and organizational abilities. My proficiency in MATLAB and Proteus enables me to analyze and simulate complex electrical systems, while my mastery of Microsoft Word and PowerPoint ensures clear and compelling technical documentation and presentations With a versatile skill set and a passion for engineering, I am always eager to take on new challenges and drive innovation in my field.


Microsoft Office 95%
MATLAB 75%
Machine Learning 65%
Proteus 95%
VLSI 70%
Adobe Illustrator 90%

MATLAB

MATLAB is a high-level programming environment for numerical computing and data analysis. Simulink,integrated with MATLAB,is a graphical tool for modeling, simulating,and analyzing dynamic systems,widely used in engineering,control systems,and signal processing applications.

Machine learning

Machine learning with Python involves using libraries like scikit-learn, TensorFlow, and PyTorch to build models that learn from data and make predictions or decisions automatically.

Proteus

Proteus is a simulation and design software used for electronic circuit design, microcontroller simulation, and PCB layout, widely used by engineers and students for testing embedded systems.

VLSI

VLSI (Very Large Scale Integration) is the process of creating integrated circuits by combining thousands to millions of transistors onto a single chip, enabling compact, high-performance electronic devices like processors and memory chips.

Arduino

Arduino is an open-source electronics platform based on easy-to-use hardware and software, used to build interactive projects with microcontrollers for beginners and professionals alike.

PLC

A PLC (Programmable Logic Controller) is an industrial digital computer used to automate manufacturing processes, machinery, or factory assembly lines, offering reliable, real-time control and easy programming for various automation tasks.

KiCAD

KiCad is an open-source software suite for electronic design automation (EDA), used to create schematics, design printed circuit boards (PCBs), and generate manufacturing files.

Illustrator

Adobe Illustrator is a vector graphics design software used by artists and designers to create logos, illustrations, icons, and typography. It offers precision and scalability for both print and digital media projects.

Microsoft Office

Microsoft Office is a suite of productivity software that includes applications like Word, Excel, PowerPoint, and Outlook, widely used for creating documents, spreadsheets, presentations, and managing emails in both personal and professional environments.

0
completed project
0
design award
0
current projects
0
Upcoming Projects
  • Faculty of Engineering and Technology, JUST (Brochure-2025)

     This 2025 Brochure of the Faculty of Engineering and Technology at Jashore University of Science and Technology (JUST) offers a dynamic glimpse into the vibrant academic, research, and practical learning environment the faculty provides. The cover showcases a collage of real-world engagement—featuring students and faculty immersed in laboratory work, hands-on technical training, collaborative research, and safety education.

    Designed with bold geometric elements and a modern color scheme, the brochure reflects the innovation-driven ethos of the faculty. The visuals portray the faculty’s commitment to excellence in engineering education across multiple disciplines, while the inclusion of advanced lab equipment and group activities emphasizes experiential learning. This brochure serves as a gateway for prospective students, partners, and stakeholders to explore the diverse academic programs and forward-thinking initiatives that define JUST's Faculty of Engineering and Technology.

     Idea and Designed by Mursalin Biswas Emon.




  • International Conference on Emerging Technology and Sustainable Development (ICETSD)

      

    The logo of  International Conference on Emerging Technology and Sustainable Development (ICETSD) represents a unified vision of seven distinct departments, each highlighted through unique icons and vibrant color segments. These departments symbolize key areas of innovation, including computing, electrical engineering, renewable energy, chemical sciences, biomedical technology, civil engineering, and materials science. The green skyline above the circle reflects the overarching theme of sustainability. Held at JUST (Jashore University of Science and Technology), this logo encapsulates the multidisciplinary and environmentally conscious spirit of the conference.

    This logo is designed by Mursalin Biswas Emon

    Department of Electrical and Electronic Engineering.

    Jashore University of Science and Technology




  • A Line Following Robot using Arduino Nano

     Introduction: 

     A line-following robot is an autonomous robot designed to follow a predefined path, typically marked by a black line on a white surface. It utilizes IR sensors to detect the path and makes real-time decisions to adjust its movement accordingly. This project implements a line-following robot using an Arduino Nano, motor driver, IR sensors, and a combination of buck and boost converters for stable power supply. [1] The line-following robot operates using an array of IR sensors that detect the black line on a white surface. These sensors provide input to the Arduino Nano, which processes the signals and determines the required movement. Based on the sensor readings: 

     • If only one sensor detects the line, the robot moves forward. 

     • If multiple sensors detect the line on one side, the robot turns in that direction.

     • If no sensor detects the line, the robot stops. 

     The motor driver (L298N) controls the DC motors based on Arduino's commands, while the buck and boost converters ensure stable voltage levels for different components. [3] Robotics technology is increasingly in demand across various human endeavors, particularly in the manufacturing, healthcare, service, defense, and consumer sectors. LFR can be utilized for a variety of industrial tasks. It can be used to transport hazardous and large goods. Transporting radioactive materials inside a factory poses a serious risk to human life. In that section, a line follower robot can be useful. It may also monitor patients and alert doctors in emergency scenarios in a hospital. This type of robot can be useful in many areas of the restaurant industry as well, such as food servers and order takers etc.




    Apparatus:


    Circuit diagram:


    View angle:



    Flow chart:


    Result and Discussion: 

     The line-following robot (LFR) is designed to follow black lines on a lighter surface. The critical value for detecting black lines is when IR sensor readings fall below 512. In the code, the condition `s[i] = (s[i] > threshold) ? 0 : 1` assigns `1` to readings ≤ 512 (line detected) and `0` to readings > 512 (no line). The PID system utilizes this detection to adjust motor speeds, maintaining alignment with the line. The threshold of 512 is effective because black lines reflect less light, resulting in sensor readings ≤ 512, while the lighter surface produces readings > 512. This aligns with the LFR’s configuration for a darker line. The `readSensors()` function computes the line’s position via a weighted sum, feeding the error into the PID controller (`kp = 0.2`, `kd = 20`) to steer the robot. It turns left for a negative error (line left) and right for a positive error (line right).Variations in line reflectivity or lighting could require threshold adjustments. Currently, 512 ensures consistent line detection under the tested conditions. 

  • IoT-Based Urban Infrastructure Management Systems

     1. Introduction

    This project focuses on developing and integrating smart systems that leverage IoT, sensors, and Machine learning in urban infrastructure management which is a critical challenge in modern cities , requiring efficient monitoring , real time data analysis and automated decision maki. Recognizing the limitations of traditional, manual approaches in areas like traffic management and agriculture, this project emphasizes the critical role of IoT standards. By adhering to these standards, we ensure seamless interoperability between diverse devices and systems, facilitating scalability, enhancing reliability, and bolstering security within the evolving smart city ecosystem. This foundation of standardized technology enables the creation of robust and sustainable solutions that effectively address real-world challenges and contribute to a more efficient and interconnected urban environment. By integrating IoT, and advanced analytics, it optimizes infrastructure, services, and resource management. Smart cities aim to improve efficiency, sustainability, and quality of life, addressing challenges like traffic congestion, energy consumption, and public safety.

    2. Objectives

    • Optimize traffic flow using AI-driven smart traffic management.
    • Enhance agricultural efficiency through automated, resource-efficient irrigation systems.
    • Ensure industrial safety by detecting real-time faults in machinery.
    •  Promote the use of sustainable energy via wireless EV charging technology.
    •  Enable prompt emergency response through an accident detection and notification system.
    • Establish a cohesive smart city framework to integrate these solutions into a sustainable, connected ecosystem.



    ADDRESS

    Baigartek,Dhaka Cantonment-1206,Dhaka,Bangladesh

    EMAIL

    mursalinbiswas00@gmail.com
    201114.eee@student.just.edu.bd

    MOBILE

    +880 1875999736
    +880 1576732281