Pinned Repositories
Arduino-based-line-follower-Robot
In this arduino based line follower robot we have used IR Transmitters and IR receivers also called photo diodes(tcrt5000). They are used for sending and receiving light. IR transmits infrared lights. When infrared rays falls on white surface, it’s reflected back and catched by photodiodes which generates some voltage changes. When IR light falls on a black surface, light is absorb by the black surface and no rays are reflected back, thus photo diode does not receive any light or rays. Here in this arduino line follower robot when sensor senses white surface then arduino gets values(less than 100 or 200) as input and when senses black line arduino gets values(more than 300) as input.
Arduino-Basics
Bluetooth-Controlled-Robot-Using-Arduino
Arduino based project. Here i have used Bluetooth module (HC-05) in combination with Arduino to control the movement of the robotic car. The commands to the Arduino are transferred from an Android mobile via Bluetooth. The Android app on the mobile connects with the Bluetooth network, and then when a button is pressed on the screen of the app, the corresponding command is sent over the network to Arduino. Then Arduino intercepts the command and performs the designated action as per the code.
DOL_Starter_Arduino
DOL based pump starter using Arduino and RTC module
Flutter-Classic-Bluetooth-Car-Controller
A Simple Flutter app for controlling robot car and receiving messages and converting it to speech.
getting-started-with-raspberry-pi
A simple guide on setting up your Raspberry Pi
Getting-Started-With-ROS2
mapping_robot
ros-raspberry-pi
Get started with Robot Operating System (ROS) on Raspberry Pi effortlessly
XY-Plotter
This project is about a mechanical prototype of an X-Y axis plotter using the GRBL library. Text-to-speech is converted using an Android application, and the text is sent using Bluetooth, which is received by a Raspberry Pi. With the help of the HF2GCODE library, we generate G-code for the received text.
dhanushshettigar's Repositories
dhanushshettigar/Getting-Started-With-ROS2
dhanushshettigar/XY-Plotter
This project is about a mechanical prototype of an X-Y axis plotter using the GRBL library. Text-to-speech is converted using an Android application, and the text is sent using Bluetooth, which is received by a Raspberry Pi. With the help of the HF2GCODE library, we generate G-code for the received text.
dhanushshettigar/Arduino-based-line-follower-Robot
In this arduino based line follower robot we have used IR Transmitters and IR receivers also called photo diodes(tcrt5000). They are used for sending and receiving light. IR transmits infrared lights. When infrared rays falls on white surface, it’s reflected back and catched by photodiodes which generates some voltage changes. When IR light falls on a black surface, light is absorb by the black surface and no rays are reflected back, thus photo diode does not receive any light or rays. Here in this arduino line follower robot when sensor senses white surface then arduino gets values(less than 100 or 200) as input and when senses black line arduino gets values(more than 300) as input.
dhanushshettigar/Arduino-Basics
dhanushshettigar/Bluetooth-Controlled-Robot-Using-Arduino
Arduino based project. Here i have used Bluetooth module (HC-05) in combination with Arduino to control the movement of the robotic car. The commands to the Arduino are transferred from an Android mobile via Bluetooth. The Android app on the mobile connects with the Bluetooth network, and then when a button is pressed on the screen of the app, the corresponding command is sent over the network to Arduino. Then Arduino intercepts the command and performs the designated action as per the code.
dhanushshettigar/DOL_Starter_Arduino
DOL based pump starter using Arduino and RTC module
dhanushshettigar/Flutter-Classic-Bluetooth-Car-Controller
A Simple Flutter app for controlling robot car and receiving messages and converting it to speech.
dhanushshettigar/getting-started-with-raspberry-pi
A simple guide on setting up your Raspberry Pi
dhanushshettigar/mapping_robot
dhanushshettigar/ros-raspberry-pi
Get started with Robot Operating System (ROS) on Raspberry Pi effortlessly
dhanushshettigar/ros2_key_pub
A ROS package for publishing keyboard input as `std_msgs/String` messages.
dhanushshettigar/ros2_rplidar_sub
dhanushshettigar/ros2_serial_arduino
ROS2 package for serial communication with arduino