目录
返回顶部
How DigiKey Supports Robotics
Educational Robots
Industrial Robots
Research and Development of Robots
The Structural Component
Fixed robots
Mobile robots
Control Systems and Software
Hardware
Software
Robot Operating System (ROS)
Actuators and Movement
Servo Motors
Stepper Motors
Encoders
Motor drivers
End Effectors / End of Arm Tooling (EOAT)
Other Electrical Subsystems
Robotics
For more on Industrial robots
For more on educational robots
Robots use sensors to understand its surroundings, run logic, and perform actions. There's a large spectrum of robots though, it may be anything from a robot vacuum cleaner in a house, to a robotic arm that moves pallets in a distribution center.
Likewise, there's a wide range of people engaging with robots. There are folks building their own robots for competition, to folks that integrate robotic systems for factories.
Today, Industrial Robotics are utilized in everything from palletizing packages to welding, to pharmaceuticals and everything in between. The introduction of collaborative robots or cobots has created a working environment where humans and robots are able to work alongside one another to accomplish the workload. Robots have made their presence on the factory floor a necessity. In this magazine, we will cover safety around robotic cells, the application of sensor fusion in AMRs, the different robot configurations possible, and much more.
How DigiKey Supports Robotics
Educational Robots
DigiKey is a proud supporter FIRST Robotics Competition, click to learn more. Pre-programmed machines that are focused on a single task. Small maker friendly robots like the XRP Robotics Platform or the Arduino based Tinkerkit Braccio allow students and hobbyists to explore the fundamentals of robotics without breaking the bank.

Industrial Robots
DigiKey also provides functional robots that get used in factory settings, like the Kuka robot kit or the Igus Rebel. These machines are customized with programming and typically have numerous safety interlock systems both for the machine and user safety. For information on Automation & Control robots at DigiKey, click here.

Research and Development of Robots
DigiKey has a longstanding history of providing components, and robots are no exception. The remainder of this page will focus on those looking to do their own research and development of robots, for others please use the links above to find the robots most suited for your use case.

The Structural Component
The structural component of a robotic system is what turns it from a collection wires, cables, and motors into something that can move and interact with the surrounding environment.
Typically referred to as Chassis, case, or enclosure the structural component of a robot is the components that act as the container for the robot's subsystems. It could include arms and the motors for fixed robots and wheels along with the drive systems for mobile robots.
Fixed robots
Fixed robotic platforms are commonly found in manufacturing and assembly lines where the reliability, precision placement and positioning and repeatability of actions are required.
There are many different types of fixed robotic platforms typically divided up by how the robot moves or what application the robot is designed for:





Fixed robots have parts including:


Mobile robots
As the name suggest Mobile robots are robots that are not fixed to one location but are able to move in a space, either along a fixed track or freely in the environment. The use of internal batteries and electric motors to self-propel the mobile robot give them a separate set of challenges to overcome.
Here are some groups within mobile robots:



Autonomous Mobile Robot Types and Applications
This article compares and contrasts traditional mobility solutions such as conveyor systems and automated guided vehicles (AGVs) with AMRs. It looks at the benefits of using AMRs and how the proliferation of AMR designs is expanding their utility
Control Systems and Software
For a robot to perform tasks and do useful work it must evaluate inputs from sensors and issue outputs to actuators. The control system sits between those inputs from the sensors and the outputs to the actuators. The control system contains the logic and algorithms that decide how the robot will function.
Hardware
Processing hardware is the physical embedded system (or the brains of the robotic system) that enables processing of instructions and storage of data.
There are many different types of processing hardware available for robots depending on both the complexity of the decisions to be made and the type of robotic platform. Here are a couple of common ones:


For more information about the different types of processing hardware be sure to check out the Application and Technology page about Embedded technologies which can be found here.
Software
The robotic software is the set of operating instructions for the robotic platform, telling it where to move, what to grab or when to perform these actions. Typically, this program is executed on a Microprocessor and is written in the programming language C/C++ or Python as both programming languages have long histories of well-developed robotic programming libraries.
However, as Cobots and other machines designed for working with humans in proximity become more common, graphical programming and user interfaces are becoming more and more common.
Robot Operating System (ROS)
The robot operating system (ROS) is a powerful and flexible software framework that was developed for robotic development. ROS is not a true operating system; it is in fact more accurately called a middleware application that needs an operating system like Windows or Linux to work with. First released in 2007 ROS has grown into a large community of developers around the world working on everything from educational and hobby robotics to industrial platforms.
ROS is filled with software tools and prewritten libraries that help robotic developers. Like other software frameworks, ROS provides hardware abstraction and low-level device control, for example to create drivers to interface components to the operating system. A Real Time Operating System (RTOS) spin off project ‘Micro-ROS' is available for robotic platforms that run off a microcontroller systems.
As ROS allows for a framework of the sensors and motors that make up a robot, ROS can allow you to work with a simulated version of the robot (it's "Digital Twin".)

Adding Object Detection Vision to the XRP Robot
The XRP includes several activities to navigate a course, identify and avoid collisions with walls, follow lines. However, I wanted to take the robot to the next level, specifically, I added a low-power camera running a custom-trained object detection model to identify and manipulate objects.

How SMEs Can Use an Industrial Metaverse to Explore and Deploy Robotic Solutions Rapidly
Robots and collaborative robots (cobots) are on the leading edge of factory automation technologies. Digital twins and virtual reality (VR) are on the leading edge of design and development tools. Combined, they can be leveraged to create an industrial metaverse that delivers higher productivity faster.
Actuators and Movement
Actuators and motors are the devices that allow robotic platforms the ability to move across the working space and provide force to manipulate objects. This may mean a motor powering a mobile robot to move itself across a factory floor, or a robotic arm picking up an object to stack on a pallet.
Actuators can be driven by multiple forces including fluid (hydraulics), or air (pneumatics). Each of these power systems have their own advantages and drawbacks. For this page we will be looking at electrical power since it is the most common for robotic systems.
Servo Motors

Servo motors typically contain both a Position encoder and controller to control position and speed. This allows for a computerized controller to accurate know the position, orientation and speed of a servo motor shaft, making it useful for movement and sensing applications.
Stepper Motors

Stepper motors are electric motors that, instead of spinning freely, rotate a fixed number of degrees, used for high precision positioning applications where repeatability and accuracy are needed. Stepper motors are also often chosen because of the higher hold power and higher torque they have over other DC motors.
Encoders

Encoders are a device that can provide position, or speed of a rotating shaft. Encoders can be classified in many different types depending on the output type and sensing method that the device is using.
- Incremental Encoders can show which direction and how fast the fast is rotating by the output signals
- Absolute Encoders maintain position information set at the time of manufacture and doesn't require later calibration
Motor drivers
Motor Drivers are modules that amplify low power signals from an embedded system to larger signals that can control a motor. Motor drivers specialize in the precise control of a motor's speed and direction.
End Effectors / End of Arm Tooling (EOAT)

End effectors are the devices and tooling at the end of the robotic arm that physically grabs onto the object being manipulated. They can be found in as a physical claw that holds an object or a suction cup that vacuums onto a surface. More advanced end effectors can have sensors and multitool capabilities built in.

How to Use Servo Motors with the Arduino UNO
In this How-To article, we will learn what servo motors are, where you may use them, and how to use them!

The Basics of Stepper Motors
There are several types of electric motors, each with their own advantages and disadvantages. You may consider servo motors, which typically only have 180° of rotation. Today we’ll evaluate the pros and cons of the hybrid stepper motor and see how it works.
Other Electrical Subsystems
Robotics solutions often also contain anything from power, sensors, and cabling. Also, check here for more industrial automation components.





Safety in manufacturing
Manufacturing has the potential to be one of the most dangerous places on Earth. Without proper mitigation through safeguards workers in this environment face serious bodily harm or worse. The technologies featured in this collection are just a small selection of safety solutions available at Digikey.