ML Creatives

  • 01Home
  • 02Resume
  • 03Projects
  • 04Designing
  • 05Extracurriculars
  • 06Free time stuff
ML Creatives
HERE ARE ALL MY

PROJECTS

KEY ELECTRONICS | ARDUINO | INTERNET OF THINGS
June, 2019

Arduino | Electronics

Teleoperated Rover

Sep, 2016

Arduino | Electronics

Bluetooth Controlled Home Lighting (RGB LED)

July, 2014

Arduino | Electronics

Line Following + Edge Detecting Robot

July, 2018
Arduino | Electronics | Internet of Things

Light Following Solar Panel

July, 2018

Arduino | Electronics

Weather Station

Jan, 2019

Arduino | Electronics

RGB LED Strips react to music

July, 2018

Arduino | Electronics

Remote Light Control

Sep, 2017

Electronics

El Wire Safety Jackets

June, 2018

Arduino | Electronics

Automatic Room Cleaning Robot

  • <
  • 1
  • 2

Teleoperated Rover


×

Description

The robot translates gyroscopic data from remote control hand glove to movement. The robot works on RF control and can be used for rescue missions.

Skills Developed:

  • How RF Communication Work
  • Understanding Pulse Width modulation
  • Where to use Analog and where to use digital
  • Wearable Microcontrollers
  • Working with Arduino Lilypad

Bluetooth Controlled Home Lighting


×

Description

A project that uses TIP31 transistors and PWM to adjust the voltage given to particular colours of the RGB Strip to change colour according to the values received through Bluetooth. The Bluetooth module HC-05 connects to the smartphone and using an app the lighting can be controlled, it even has an autofade mode which makes it change colours periodically.

Skills Developed:

  • Recreating colors using different intensities of RGB LEDs
  • Bluetooth Communication
  • Developing app to accept data from arduino bluetooth module

Line Following + Edge Detecting Robot


×

Description

A robot that follows the black line and at the same time makes sure that it won’t fall off the edge of the table.

Skills Developed:

  • Understanding how to find the right balance between the speed of the robot and the speed at which the sensor reads the data
  • Understanding working of Ultrasonic Sensor

Light Following Solar Panel


×

Description

A solar panel attached on top of a conjunction of two servos which lets it bends it at almost any angle. The light sensors detect the intensity of light from different sources and turn the solar panel towards the brightest source available. This ensures the maximum possible yield of energy.

Skills Developed:

  • Recieving and comparing multiple data values simultaneouly
  • Creating a function for 180 degree dual servo control
  • making servo work in a 2D instaed of 1D

Weather Station


×

Description

A full-fledged weather station with humidity, temperature and rain probability sensors. The algorithms predict rain using beforehand reading of the humidity in a particular area. It has a special mode which detects rain and warns the user to get his/her clothes off from the roof.

Skills Developed:

  • Wireess data transfer on local networks
  • Developing own rain sensor

RGB LED Strips react to music


×

Description

A project made to popup a party. Hooking up the LEDs directly to the speaker output in the home theatre system

Tutorial:

https://goo.gl/7ySKC1

Skills Developed:

  • How not to damage the amplifier of speaker *facepalm*

Remote Light Control


×

Description

The NodeMCU board connects to the Blynk cloud and the devices attached can be used to control the lights remotely from any location of the world. The better version coming up next. It was my introduction project into Internet of things

Skills Developed:

  • Working with NodeMCU
  • Utilising Blynk for data transfer
  • Relay light control

El Wire Safety Jackets


×

Description

Safety jackets with special wiring that lights up during night time to prevent any accidents on the road or at any construction site. The lighting in the second version now has a special mode that makes it blink at different rates making it clearer to spot from far away.

Skills Developed:

  • Understandinghow human mind reacts to different light sequences
  • Researched about drunk driver problem
  • Creating multi-fit wearables

Automatic Room Cleaning Robot


×

Description

A robot which uses an Ultrasonic sensor to detect walls and go around the entire room cleaning each and every corner with the vacuum cleaner attached on top of it. It has a special mode in which we can convert it into a remote control car and have fun while cleaning the entire house.

Skills Developed:

  • Robot designing
  • Controlling high speed motors with Arduino