Home
Jai Krishna
Cancel

Robotics Theory - 2D Robotics

Robotics Theory - 2D Robotics image

Introduction Coordinate Transformation in 2D The motion of manipulators and robots is often very complex and mathematically demanding. A single coordinate frame usually isn’t sufficient, and its o...

Hands On with AVR - 03 Timers

Hands On with AVR - 03 Timers image

The ATmega328p has two 8 bit timers and one 16 bit timer. Each timer has multiple modes of working. We will be covering all the timers together in the tutorial, one mode at a time. Timers & Pr...

Hands On with AVR - 01 Port Manipulation

Hands On with AVR - 01 Port Manipulation image

Port Manipulation refers to the technique of directly working with the underlying registers of the ATmega chip(in this context) instead of relying on predefined Arduino functions. This is primarily...

Underwater Rover

Underwater Rover image

The primary objective of this project was to build an underwater rover platform that can be used to experiment with topics ranging from control systems and computer vision to embedded systems and...

Spherical Robot

Spherical Robot image

A project to explore the use cases and challenges of using a spherical robot for omnidirectional traversal. Note: This is an old project and has been recently documented, most of the project med...

Gaming Wheel

Gaming Wheel image

A cheap and affordable gaming wheel based on the Atmega-328p, MPU6050 and capacitive touch sensors for an immersive gaming experience. Hardware Arduino Uno ADXL345 (or any IMU or tilt senso...