Posts

My Projects and Ideas

ఇది Real Robotics! TurtleBot3 Mapping & Autonomous Navigation Using ROS Noetic | Telugu Tutorial

 G Mapping :  First CREATE Workspace  {bash;terminal} bash cd ~/catkin_ws catkin_make clean catkin_make source devel/setup.bash bash roscd gmapping 1. Launch the Gazebo Simulation World bash export TURTLEBOT3_MODEL=burger  # or waffle, waffle_pi roslaunch turtlebot3_gazebo turtlebot3_world.launch 2. Launch SLAM (Gmapping) bash export TURTLEBOT3_MODEL=burger roslaunch turtlebot3_slam turtlebot3_slam.launch slam_methods:=gmapping 3.Launch Teleoperation (Keyboard Control) bash export TURTLEBOT3_MODEL=burger roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch 4.to save map bash rosrun map_server map_saver -f ~/map 5.Reuse the Map Later (for Navigation) bash roslaunch turtlebot3_navigation turtlebot3_navigation.launch map_file:=$HOME/map.yaml Autonomous Naviation of Turtlebot 3 : 6. To Launch the Gazibo environment of turtlebot 3 bash export TURTLEBOT3_MODEL=burger  # or waffle / waffle_pi roslaunch turtlebot3_gazebo turtlebot3_world.launch 7. To Launch the Map ...

10K+ Free ChatGPT Prompts 🔥

Image
10K+ Free ChatGPT Prompts 🔥  Click here to download 👇🏻 https://reddix3.gumroad.com/l/mwqvz TECH WITH REDDIX

Control LED from Your Phone in Just Minutes!💡📲 | ESP8266 + Blynk for Beginners

Image
How to Control LED using ESP8266 + Blynk IOT  This project demonstrates how to control an LED using your smartphone through the Blynk app and an ESP8266 (NodeMCU) board. It's beginner-friendly and a great introduction to IoT and home automation using Blynk Components Required  - ESP8266 NodeMCU  - LED  - 220 Ohm Resistor  - Breadboard and Jumper Wires  - Smartphone with Blynk App Installed  - Micro USB Cable STEPS TO CONTROL LED USING BLYNK APP  Step:1  OPEN https://blynk.io/  Signup using your email id  Step:2 follow the tutorial to setup the Blynk App to control LED Step:3 copy #define BLYNK_TEMPLATE_ID "TMPL22B8JI4Gr" #define BLYNK_TEMPLATE_NAME "Home automation series" and Token  Step:4 CODE Below   Step:5 confirm the board and port before uploading the code  board: esp8266 > NodeMCU 1.0 port: check it in device manager and ports  Step:6 now check in Blynk iot > my device > device should be online an...

ESP8266 NodeMCU Setup & Programming – The Only Guide You Need!

Image
  ESP8266 NodeMCU Setup & Programming – The Only Guide You Need! Introduction NodeMCU ESP8266 is a low-cost Wi-Fi microcontroller that enables IoT applications with ease. This guide will walk you through setting up and programming your ESP8266 NodeMCU, from installation to running your first project. Hardware & Software Requirements Hardware: ESP8266 NodeMCU board USB to Micro-USB cable Breadboard and jumper wires LED and resistor (for testing output) Software: Arduino IDE ESP8266 board package CH340/CP2102 USB driver (if required) Setting Up the Environment Step 1: Install Arduino IDE Download and install the Arduino IDE from the official Arduino website . Step 2: Install ESP8266 & ESP32 Board Package Open Arduino IDE Go to File > Preferences In Additional Board Manager URLs, enter: https://dl.espressif.com/dl/package_esp32_index.json, http://arduino.esp8266.com/stable/package_esp8266com_index.json Click OK and open Boar...

How to install Silicon Labs CP210x USB to UART Bridge driver on Windows 10/11

Image
How to install Silicon Labs CP210x USB to UART Bridge driver on Windows 10/11    to visit Click below  Silicon Labs CP210x USB to UART official website link 1. Click on Downloads Tab 2. download CP210x Universal Windows Driver  3. Follow the video above for proper installation.

BLUETOOTH CAR USING ADAFRUIT SHEILD

Image
 CIRCUIT DIAGRAM & CODE : CLICK HERE  

BLUETOOTH CONTROLLED RC CAR

Image
CODE:   CLICK HERE CIRCUIT DIAGRAM : APP LINK : CLICK HERE VIDEO TUTORIAL : CLICK HERE