Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Pradyumna-Rao's full-sized avatar

Block or report Pradyumna-Rao

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. obstacle-avoiding-robot obstacle-avoiding-robot Public

    This is an autonomous 4-wheel robot built using an Arduino Uno. It uses an HC-SR04 ultrasonic sensor mounted on a servo motor to scan its surroundings, detect obstacles, and navigate around them.

    C++

  2. smart-electrical-monitoring-and-control smart-electrical-monitoring-and-control Public

    An ESP32-based solution for real-time power consumption monitoring, featuring a local OLED display and remote load control via the Blynk IoT platform.

    C++

  3. line-follower-robot line-follower-robot Public

    This project is an autonomous line follower robot that uses an Arduino Nano and an array of IR sensors to navigate a black line on a white surface. The core of this project is the implementation of…

  4. voting_machine_simulation_using_assembly_8051 voting_machine_simulation_using_assembly_8051 Public

    echo "# voating_machine" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/Pradyumna-Rao/voating_machine.git git push …

    Assembly

  5. PersistAI PersistAI Public

    PersistAI is not just a planner; it's your personalized AI life-coach dedicated to helping you bridge the gap between your ambitions and your actions. It creates a tailored roadmap based on your ul…

    1

  6. calculator-using-verilog-hdl calculator-using-verilog-hdl Public

    This project is the design, simulation, and implementation of a digital calculator on an FPGA using SystemVerilog. It takes two 4-bit numbers and a 3-bit operation selector to perform a range of ar…