No Image

Bhakti Ramani

Intern

My Contact

Skills

  • Embedded Systems
  • IoT (Internet of Things)
  • Technical Skills
  • Problem-Solving
  • Engineering Studies

Education Background

L.D. College of Engineering, Ahmedabad

Bachelor of Engineering in Electronics and Communication

About Me

I am an enthusiastic and dedicated engineering student pursuing a Bachelor's degree in Electronics & Communication from L.D. College of Engineering in Ahmedabad, India. My academic journey has been marked by a deep passion for computer architecture and microprocessor design. One of my notable achievements includes simulating a 6502-based processor in C++, showcasing my proficiency in executing fundamental instructions. This project involved implementing a basic bootloader with assembly language and interfacing it with various sensors such as LCD and a keyboard on a breadboard.

Projects

6502 based Computer

Simulated 6502 based processor in C++ which can execute basic instructions like LDA, LDX/Y, STA, STX/Y, JMP, RTS, JSR, BEQ, CMP, NOP. Implemented basic boot loader with Assembly and interfaced it with various sensors in assembly (like LCD, Key Board) on breadboard.

8-Bit CPU

Engineered a CPU using basic transistor-transistor-logic and logic gates on a breadboard. Capable of executing basic programs such as Fibonacci series, addition, and subtraction.

Nand2tetris

Designed an OS that runs a tetris game Simulated Basic logic gates in HDL, implemented ALU, registers, PC, Status register, OS in assembly and tetris in higher level language