The Elegoo Smart Robot Car is an Arduino-based design with an impressive list of features
In the final installment of this series, I show you how to use both Collision Avoidance and Line Tracking with the Smart Robot Car.
The Elegoo Smart Robot Car is an Arduino-based design with an impressive list of features
In the final installment of this series, I show you how to use both Collision Avoidance and Line Tracking with the Smart Robot Car.
In the second part of the series on building the Elegoo Smart Robot Car I will show you how to use the remote control functions.
The robot car has both IR remote control and Bluetooth remote control capabilities. Today we will learn how to use and code for both of these.
The Elegoo Smart Robot Car V3 is an Arduino-based robot car with features like Bluetooth remote, IR remote, line following, and collision avoidance.
In the first of a three-part article I will show you how to assemble and test the Robot Car.
Table of Contents1 Introduction2 What is LIDAR?2.1 LIDAR History2.2 LIDAR Robotics Applications3 How LIDAR Works3.1 LIDAR vs Other Technologies3.1.1 LIDAR vs Ultrasonic Sensors3.1.2 LIDAR vs IR Light Sensor3.1.3 LIDAR vs RADAR4 DFRobot LIDAR Sensors4.1 TF Mini LIDAR4.1.1 TF Mini LIDAR
The DF Robot 5 DOF Robot Arm kit is a high-quality robotic arm that you can assemble yourself. With heavy duty servo motors and sturdy aluminum parts this inexpensive arm is perfect for your robotics experiments
Follow along as I assemble the robot arm. I’ll also build a simple robot arm controller based on the Arduino Nano and the PCA9685 16-channel PWM module.
XOD is a method of programming an Arduino using a graphical IDE instead of writing code. In XOD you use a collection of “nodes” connected by “links” to program your Arduino.
In this second installment on our series on XOD I’ll show you some ways of improving your XOD projects by using multiple patches, custom nodes and XOD libraries.
But the real fun is that in this article we’ll also start working on a practical project – a XOD robot! So let’s get started.
Learn to use the popular nRF24L01 radio modules with an Arduino, using the RadioHead library.
In this article we will conduct several experiments sending data between two Arduinos with the nRF24L01. We will then take what we have learned and build a wireless joystick controller for our robot car!
I’m sure you have seen those inexpensive robot car chassis kits, the ones that come with two 6-volt motors. They are great fun and very useful and they even come with a couple of speed encoder disks (those little black circles full of holes). Problem is, no one tells you how to use them!
Let’s resolve that and build a robot car with speed sensors. Along the way we’ll learn how to use Interrupts, a valuable programming technique.
The MeArm is a small robot arm that was originally designed as a teaching device for schoolchildren. Despite its toy-like appearance it is also an excellent tool for serious robotics experimenters who would like to develop software and control systems for robotic arms without a large hardware expenditure.
Robots are the ultimate experimenters project. Nothing else lets you unleash your creativity more than designing a robot. And now with the availability of things like the Arduino and Raspberry Pi along with a wide assortment of mechanical parts and the ability to make your own with a 3D printer, robots have become a project that any dedicated experimenter can work on.
There are so many components and design considerations that must be taken into account when building a robot, This can often be overwhelming, especially when you’re creating your first automated device. This article should provide a firm foundation for getting started on your first (or next) robotics project.