<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Weekly Robotics</title><description>A friendly, beginner-focused robotics tutorial site. Every week we publish a new guide covering everything from setting up your first microcontroller to understanding reinforcement learning frameworks.</description><link>https://weekly-robotics.pages.dev/</link><item><title>Welcome to Weekly Robotics!</title><link>https://weekly-robotics.pages.dev/blog/week-01-welcome/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-01-welcome/</guid><description>Every Monday, a new beginner-friendly robotics tutorial lands here. Here&apos;s what to expect, who this is for, and how to get the most out of it.</description><pubDate>Mon, 06 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Seeing the World: 3D Cameras vs 2D Cameras</title><link>https://weekly-robotics.pages.dev/blog/week-05-cameras/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-05-cameras/</guid><description>What&apos;s the difference between a standard webcam and a depth camera? When does your robot need to see in 3D? This guide breaks down the options clearly.</description><pubDate>Mon, 03 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Choosing the Right Reinforcement Learning Framework</title><link>https://weekly-robotics.pages.dev/blog/week-06-rl-frameworks/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-06-rl-frameworks/</guid><description>Stable Baselines3, Ray RLlib, or something else? This guide explains what reinforcement learning is, when it&apos;s useful for robotics, and how to choose and get started with the right framework.</description><pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Getting Started with ROS2: Your First Node</title><link>https://weekly-robotics.pages.dev/blog/week-07-ros2-intro/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-07-ros2-intro/</guid><description>ROS2 is the standard middleware for serious robotics. This guide explains what it is, why it matters, and walks you through installing it and writing your first publisher and subscriber.</description><pubDate>Mon, 17 Feb 2025 00:00:00 GMT</pubDate></item><item><title>LiDAR for Robots: From Theory to Your First Scan</title><link>https://weekly-robotics.pages.dev/blog/week-10-lidar/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-10-lidar/</guid><description>LiDAR gives your robot a 360-degree view of its surroundings. Learn how it works, meet the RPLIDAR A1, and see how to visualize scan data in ROS2.</description><pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate></item><item><title>3D Printing Robot Parts: From CAD to Physical Component</title><link>https://weekly-robotics.pages.dev/blog/week-13-3d-printing/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-13-3d-printing/</guid><description>3D printing has transformed robotics by making custom parts accessible to everyone. Learn the basics of designing and printing parts for your robot.</description><pubDate>Mon, 31 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Powering Your Robot: Batteries, Regulators, and Power Distribution</title><link>https://weekly-robotics.pages.dev/blog/week-14-power-systems/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-14-power-systems/</guid><description>Power is one of the most overlooked aspects of robot design. Get it wrong and your robot behaves erratically or damages itself. This guide covers everything you need to know.</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate></item><item><title>The Brains of the Operation: Microcontrollers vs Microprocessors</title><link>https://weekly-robotics.pages.dev/blog/week-02-microcontrollers/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-02-microcontrollers/</guid><description>Arduino or Raspberry Pi? Microcontroller or microprocessor? This guide explains the difference, when to use each, and how to choose for your first robot project.</description><pubDate>Mon, 13 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Making Things Move: A Beginner&apos;s Guide to Motor Drivers</title><link>https://weekly-robotics.pages.dev/blog/week-03-motor-drivers/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-03-motor-drivers/</guid><description>You can&apos;t connect a motor directly to a microcontroller. Here&apos;s why, and how motor driver ICs like the L298N bridge the gap — with working Arduino code.</description><pubDate>Mon, 20 Jan 2025 00:00:00 GMT</pubDate></item><item><title>PID Control: The Algorithm That Runs the World</title><link>https://weekly-robotics.pages.dev/blog/week-12-pid-control/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-12-pid-control/</guid><description>PID controllers are in everything from thermostats to spacecraft. Understanding them is essential for any roboticist. This guide explains the concept clearly and shows you how to implement one.</description><pubDate>Mon, 24 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Setting Up CAN Bus for Robotics</title><link>https://weekly-robotics.pages.dev/blog/week-04-can-bus/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-04-can-bus/</guid><description>CAN bus is the communication protocol that runs modern cars — and increasingly, robots. Here&apos;s what it is, why it matters, and how to set it up with two Arduinos and an MCP2515 module.</description><pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Your Robot&apos;s First Sense: Ultrasonic Distance Sensors</title><link>https://weekly-robotics.pages.dev/blog/week-08-ultrasonic-sensors/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-08-ultrasonic-sensors/</guid><description>The HC-SR04 ultrasonic sensor is one of the most useful tools in a beginner&apos;s kit. Learn how it works, how to wire it up, and how to use it for obstacle avoidance.</description><pubDate>Mon, 24 Feb 2025 00:00:00 GMT</pubDate></item><item><title>I2C and SPI: The Two Most Common Communication Protocols</title><link>https://weekly-robotics.pages.dev/blog/week-09-i2c-spi/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-09-i2c-spi/</guid><description>After CAN bus, I2C and SPI are the protocols you&apos;ll use most often to connect sensors and peripherals to your microcontroller. Here&apos;s how they work and when to use each.</description><pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Understanding IMUs: Measuring Motion and Orientation</title><link>https://weekly-robotics.pages.dev/blog/week-11-imu/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-11-imu/</guid><description>An IMU (Inertial Measurement Unit) tells your robot which way is up, how fast it&apos;s turning, and how it&apos;s accelerating. Here&apos;s how to use the MPU-6050 with Arduino.</description><pubDate>Mon, 17 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Servo Motors: Precise Position Control for Robot Joints</title><link>https://weekly-robotics.pages.dev/blog/week-16-servo-motors/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-16-servo-motors/</guid><description>Servo motors are the joints of a robot. Learn the difference between hobby servos and industrial servo systems, and how to control them with PWM.</description><pubDate>Mon, 21 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Wheel Encoders: Knowing Where You Are</title><link>https://weekly-robotics.pages.dev/blog/week-17-encoders/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-17-encoders/</guid><description>Encoders measure how far your wheels have turned, enabling odometry — dead reckoning navigation. Learn about quadrature encoders and how to read them.</description><pubDate>Mon, 28 Apr 2025 00:00:00 GMT</pubDate></item><item><title>ROS2 Navigation Stack: Autonomous Mobile Robots</title><link>https://weekly-robotics.pages.dev/blog/week-18-ros2-navigation/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-18-ros2-navigation/</guid><description>The Nav2 stack gives your robot the ability to navigate autonomously from point A to point B, avoiding obstacles along the way. Here&apos;s how to get started.</description><pubDate>Mon, 05 May 2025 00:00:00 GMT</pubDate></item><item><title>SLAM: Building a Map While You Navigate</title><link>https://weekly-robotics.pages.dev/blog/week-20-slam/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-20-slam/</guid><description>Simultaneous Localization and Mapping (SLAM) is how robots build a map of an unknown environment while keeping track of their own position within it.</description><pubDate>Mon, 19 May 2025 00:00:00 GMT</pubDate></item><item><title>Wireless Communication for Robots: WiFi, Bluetooth, and LoRa</title><link>https://weekly-robotics.pages.dev/blog/week-21-wireless-communication/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-21-wireless-communication/</guid><description>Cutting the cord opens up new possibilities. Compare WiFi, Bluetooth, and LoRa for different robotics applications, with practical setup guides.</description><pubDate>Mon, 26 May 2025 00:00:00 GMT</pubDate></item><item><title>Object Detection with OpenCV and YOLO</title><link>https://weekly-robotics.pages.dev/blog/week-22-computer-vision-opencv/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-22-computer-vision-opencv/</guid><description>Teach your robot to recognize objects in real time using OpenCV and the YOLO neural network. Runs on a Raspberry Pi with a standard USB camera.</description><pubDate>Mon, 02 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Understanding TF2: Coordinate Frames in ROS2</title><link>https://weekly-robotics.pages.dev/blog/week-23-ros2-tf2/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-23-ros2-tf2/</guid><description>TF2 is the ROS2 library for tracking coordinate frames. Understanding it is essential for any robot that needs to know where things are in 3D space.</description><pubDate>Mon, 09 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Designing Your First Robot Chassis</title><link>https://weekly-robotics.pages.dev/blog/week-24-robot-chassis-design/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-24-robot-chassis-design/</guid><description>The chassis is the skeleton of your robot. Learn the key design decisions — wheel configuration, center of mass, motor mounting — that determine how well your robot moves.</description><pubDate>Mon, 16 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Debugging Hardware: A Systematic Approach</title><link>https://weekly-robotics.pages.dev/blog/week-25-debugging-hardware/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-25-debugging-hardware/</guid><description>Hardware bugs are different from software bugs — you can&apos;t just add a print statement. This guide covers the tools and techniques for diagnosing hardware problems.</description><pubDate>Mon, 23 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Simulating Your Robot Before Building It: An Introduction to Gazebo</title><link>https://weekly-robotics.pages.dev/blog/week-15-simulation/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-15-simulation/</guid><description>Simulation lets you test your robot software without risking expensive hardware. Learn how to set up Gazebo with ROS2 and simulate a simple differential drive robot.</description><pubDate>Mon, 14 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Robot Arm Kinematics: How Arms Know Where to Move</title><link>https://weekly-robotics.pages.dev/blog/week-19-robot-arm-kinematics/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-19-robot-arm-kinematics/</guid><description>Forward and inverse kinematics are the mathematics that let a robot arm reach a target position. This guide explains the concepts without drowning you in equations.</description><pubDate>Mon, 12 May 2025 00:00:00 GMT</pubDate></item><item><title>Six Months In: What We&apos;ve Learned and What&apos;s Coming Next</title><link>https://weekly-robotics.pages.dev/blog/week-26-whats-next/</link><guid isPermaLink="true">https://weekly-robotics.pages.dev/blog/week-26-whats-next/</guid><description>We&apos;ve covered a lot of ground in 26 weeks. Here&apos;s a recap of the journey so far, answers to the most common reader questions, and a preview of what&apos;s coming in the next six months.</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate></item></channel></rss>