Deliver toUnited Arab Emirates
Learn Robotics Programming: Build and control AI-enabled autonomous robots using the Raspberry Pi and Python

Description:

Pre-order the new 3rd edition by scrolling down to the "From the brand" section

Design, build, and program AI-driven robots from scratch using Python and Raspberry Pi while mastering real-world robotics concepts, sensor integration, and camera-based vision systems

Key Features

  • Learn hands-on robotics by wiring, coding, and troubleshooting real hardware
  • Integrate sensors, cameras, and voice agents to make your robot intelligent
  • Follow a structured path from Python basics to browser-based robot control

Book Description

We live in an age where the most complex or repetitive tasks are automated. Smart robots have the potential to revolutionize how we perform all kinds of tasks with high accuracy and efficiency. With this second edition of Learn Robotics Programming, you'll see how a combination of the Raspberry Pi and Python can be a great starting point for robot programming.

The book starts by introducing you to the basic structure of a robot and shows you how to design, build, and program it. As you make your way through the book, you'll add different outputs and sensors, learn robot building skills, and write code to add autonomous behavior using sensors and a camera. You'll also be able to upgrade your robot with Wi-Fi connectivity to control it using a smartphone. Finally, you'll understand how you can apply the skills that you've learned to visualize, lay out, build, and code your future robot building projects.

By the end of this book, you'll have built an interesting robot that can perform basic artificial intelligence operations and be well versed in programming robots and creating complex robotics projects using what you've learned.

What you will learn

  • Leverage the features of the Raspberry Pi OS
  • Discover how to configure a Raspberry Pi to build an AI-enabled robot
  • Interface motors and sensors with a Raspberry Pi
  • Code your robot to develop engaging and intelligent robot behavior
  • Explore AI behavior such as speech recognition and visual processing
  • Find out how you can control AI robots with a mobile phone over Wi-Fi
  • Understand how to choose the right parts and assemble your robot

Who this book is for

This book is intended for robotics enthusiasts, hobbyists, and aspiring programmers with a basic understanding of Python who are interested in building intelligent, AI-enabled robots using Raspberry Pi. It is ideal for learners who prefer a practical, hands-on approach.

Table of Contents

  1. Introduction to Robotics
  2. Exploring Robot Building Blocks - Code and Electronics
  3. Introducing the Raspberry Pi - Starting with Raspbian
  4. Preparing a Raspberry Pi for a Robot - Headless by Default
  5. Protecting Robot Code with Git and SD Card Copies
  6. Building Robot Basics - Wheels, Power, and Wiring
  7. Moving Motors with Python
  8. Programming Distance Sensors with Python
  9. Programming RGB Strips in Python
  10. Using Python to Control Servo Motors
  11. Programming Encoders with Python
  12. IMU Programming with Python
  13. Robot Vision - Using a Pi Camera and OpenCV
  14. Line Following With A Camera with Python
  15. Voice Communication with a Robot Using Mycroft
  16. Diving Deeper with the IMU
  17. Controlling the Robot With A Phone and Python
  18. Taking Your Robot Programming Skills Further
  19. Planning Your Next Robot Project - Putting It All Together


Editorial Reviews

About the Author

Danny Staple builds robots and gadgets as a hobbyist, makes videos about his work with robots, and attends community events such as PiWars and Arduino Day. He has been a professional Python programmer, later moving into DevOps, since 2009, and a software engineer since 2000. He has worked with embedded systems, including embedded Linux systems, throughout the majority of his career. He has been a mentor at a local CoderDojo, where he taught how to code with Python. He has run Lego Robotics clubs with Mindstorms. He has also developed Bounce!, a visual programming language targeted at teaching code using the NodeMCU IoT platform. The robots he has built with his children include TankBot, SkittleBot (now the Pi Wars robot), ArmBot, and SpiderBot.

Reviews:

5.0 out of 5 stars This is the book I didn't know I needed.

J.C. · November 10, 2024

My background is in business systems software. I've always wanted to get involved in writing embedded code and robotics, but things never came together, until now. In past attempts I would try to get started only to discover that the author required skills or hardware I didn't have, or have access to.This book is different.What makes it special:1. The writing is as clear as possible without being over simplified.2. Sophisticated ideas are explained and demonstrated using inexepensive off the shelf hardware.3. All of the Python source code is available for free download.While technically you could build the robot without knowing Python, I strongly suggest you learn python so that you can leverage what you have learned and do more amazing things. Also, the author does explain the Python code as he goes. So don't panic if you have doubts about your Python skills.Will you build the Ultimate Robot with this book? No, of course not. But what you will have is an understanding good enough that you can leverage what you've learned and build something more complex and custom.

5.0 out of 5 stars Comprehensive Overview of Modern Robotics

M.E. · February 12, 2021

About This BookI have had an interest in robotics since I was a teenager. My fiction-addled mind saw it as something easy to learn but difficult to master. With the lack of resources 20+ years ago, I then assumed that it was both hard to learn and near impossible to master. Looking at this book, I now know that my initial assessment was correct. This book is about giving you a foundation in creating a robot using Python and a Raspberry Pi.Who Is This For?This is a good book for someone with a Python background that wants to learn about robotics. It's a great way to learn the basics of robotics programming, as it covers the topic from the very beginning and looks at all areas that affect any robot.Why Was This Written?Yes, there are other books on robotics, but I like this one as it focuses on Python and the Raspberry Pi. Both are great and easy to acquire resources and in the end, you use them to build a working robot. Personally, I would find ways to expand your robot so that it's not just another Hello World project.OrganizationI LOVE the macro organization of this book. There are four sections: basics, building a basic robot, making the robot smarter, and how to take it even further. This is exactly what I would want for a project-based book. The only thing missing from this book, and this is a huge peeve for me, is that there is no section that talks about all of the hardware needed for the project. Bits and bobs are located in most chapters but don't stand out. I would want to order all of my hardware at once and save time and money. As it stands, you have to order for each chapter.Did This Book Succeed?Yes. This is a great beginner book that will give anyone the confidence to create their own robot from scratch afterward. This book is also complete in keeping up with current topics, such as voice commands, pathfinding, and computer vision. It is the one book you need to get started in robotics.Rating and Final ThoughtsThis book is complete and useful, but not perfect. I mentioned before an important feature that was left out. However, that is the only negative that I can really bring up. If you're interested in learning about robotics, get this book.I give this book a 4.8 out of 5. Read it.

4.0 out of 5 stars Beginner friendly robot building guide using Raspberry Pi

G.S. · June 1, 2021

Brief Review:This book is primarily geared towards the audience who wants to get a hands on robotics, but don't how or where to start. There reason being that the contents of the book are organized in such a way that a beginner can work through each chapter gradually building up the skill and understanding the different components of a simple robot. The author has also provided a troubleshooting section as part of the chapters to address the common issues which arise while installing or programming a software system. This is a well thought addition to the book as it saves time for the reader while working through the book.Technical content Review:The author has really put an effort to make the readers go through the design phase(block diagrams) to converting them to software modules. This is much appreciated as it helps the readers to develop the habit of thinking about the bigger picture before getting into the actual development. The chapters which were my favorite are the ones where the author explains the working of different sensors especially chapter 16 where working of IMU is explained in depth along with hands on examples. Furthermore, each chapter has exercises and additional reading section to help the readers to get in depth understanding of the concepts.Final thoughts:I would give this book a rating of 4.0. Overall the book is solid and gives an overview of the robotic concepts. Few places where I felt the contents could have been improved are the section where the web servers were introduced which was little confusing and may not be beginner friendly.

5.0 out of 5 stars Great book for roboticists and hobbyists!

T.Z. · March 13, 2021

The book uses Raspberry Pi with the Python programming language so it would really benefit anyone starting their journey in robotics, embedded and/or software systems be it young hobbyists or engineering students. The author does a great job at explaining many of the fundamental concepts in robotics through nicely laid out chapters. Each chapter further provides links to additional interesting topics even research papers sometimes to broaden the knowledge. There are lots of examples that walk you through the concepts in a series of steps with code snippets. This way of teaching conveys the concepts with the practical implementation aspect at the same time.I really enjoyed reading the chapters on PID, IMU, etc. and being a robotics engineer myself I found the book to be a good refresher for many subtle aspects that one might often ignore in the long run. Kudos to the author for being able to elucidate the concepts for the wider audience. The book is well-written, concise and definitely worth a read!

Excellent build instructions

A.C. · February 8, 2025

It's great I'm loving it... I've read through to chapter 6 so far, having built and coded for the base build for basic movement without sensors. I've throughly enjoyed the process. In my opinion the book is very well structured and informative as it guides you through the build... thank you Danny for taking the time to put all this together... John.

Great book for beginners

m. · June 8, 2022

Best book I have ever read for beginners to learn hobby robotics. I've read other reviews and have to assume they did not follow the book carefully. Read the book once without touching any hardware. Create a shopping list as you go, and order everything so that the next time you read the book, you will have the materials handy. You can get most from Bolo, but somethings you need to search for. I have followed the book word for word and EVERYTHING is well thought out, well explained, and worked for me. You will run into challenges with the software installs, but you will need to trouble shoot yourself. That is the nature of this type of hobby, and if you aren't into that, you need to choose a new hobby. Using the book I have built the robot and learned all the coding building blocks to do everything I want to do. Now I have to use my imagination and these building blocks to build the software so that the robot does what I want it to do. Very happy with my purchase. (btw, it cost me about $500cad for the parts I needed, and that didn't include all the various tools such as soldering iron) Over all, very happy with this book.

Absolut empfehlenswert! Learn Robotics Programming

R.S. · December 21, 2022

Ein wirklich tolles Buch. Von den Grundlagen Raspberry Pi und der Programmierumgebung bis zu komplexen Python-Anwendungsbeispielen . Ein Must-Have für Robot-Maker! Schritt für Schritt wird anschaulich erklärt wie Roboter funktionieren und wie komplexe Abläufe praktisch umgesetzt werden können. Von der Ansteuerung der verschiedenen DC-Motoren über die Einbindung von Sensoren in den Programmablauf bis zur Kamera-Unterstützung und browserbasierten Ansteuerung. Detailreiche Informationen und Erklärungen bzw. Funktionsanalyse zu technischen Abläufen und ihrer praktischen Umsetzung.

Plenty of examples

L.P. · August 15, 2023

Nice book with lots of illustrations and examples to help you build your own robot step by step. It will help me for my vintage radiobot project for sure.

information is good

r. · December 23, 2021

information is excellent , too bad the pictures are black and white and poorly reprinted . otherwise happy with purchase.

Learn Robotics Programming: Build and control AI-enabled autonomous robots using the Raspberry Pi and Python

Product ID: U1839218800
Condition: New

4.4

AED24292

Price includes VAT & Import Duties
Type: Paperback
Availability: In Stock

Quantity:

|

Order today to get by 7-14 business days

This item qualifies for free delivery

Returns & Warranty policies

Imported From: United States

At BOLO, we work hard to ensure the products you receive are new, genuine, and sourced from reputable suppliers.

BOLO is not an authorized or official retailer for most brands, nor are we affiliated with manufacturers unless specifically stated on a product page. Instead, we source verified sellers, authorized distributors or directly from the manufacturer.

Each product undergoes thorough inspection and verification at our consolidation and fulfilment centers to ensure it meets our strict authenticity and quality standards before being shipped and delivered to you.

If you ever have concerns regarding the authenticity of a product purchased from us, please contact Bolo Support. We will review your inquiry promptly and, if necessary, provide documentation verifying authenticity or offer a suitable resolution.

Your trust is our top priority, and we are committed to maintaining transparency and integrity in every transaction.

All product information, images, descriptions, and reviews originate from the manufacturer or from trusted sellers overseas. BOLO is not affiliated with, endorsed by, or an authorized retailer for most brands listed on our website unless stated otherwise.

While we strive to display accurate information, variations in packaging, labeling, instructions, or formulation may occasionally occur due to regional differences or supplier updates. For detailed or manufacturer-specific information, please contact the brand directly or reach out to BOLO Support for assistance.

Unless otherwise stated, all prices displayed on the product page include applicable taxes and import duties.

BOLO operates in accordance with the laws and regulations of United Arab Emirates. Any items found to be restricted or prohibited for sale within the UAE will be cancelled prior to shipment. We take proactive measures to ensure that only products permitted for sale in United Arab Emirates are listed on our website.

All items are shipped by air, and any products classified as “Dangerous Goods (DG)” under IATA regulations will be removed from the order and cancelled.

All orders are processed manually, and we make every effort to process them promptly once confirmed. Products cancelled due to the above reasons will be permanently removed from listings across the website.

Similar suggestions by Bolo

More from this brand

Similar items from “Peripherals”

Learn Robotics Programming: Build and control AI-enabled autonomous robots using the Raspberry Pi and Python

Product ID: U1839218800
Condition: New

4.4

Learn Robotics Programming: Build and control AI-enabled autonomous robots using the Raspberry Pi and Python-0
Type: Paperback

AED24292

Price includes VAT & Import Duties
Availability: In Stock

Quantity:

|

Order today to get by 7-14 business days

This item qualifies for free delivery

Returns & Warranty policies

Imported From: United States

At BOLO, we work hard to ensure the products you receive are new, genuine, and sourced from reputable suppliers.

BOLO is not an authorized or official retailer for most brands, nor are we affiliated with manufacturers unless specifically stated on a product page. Instead, we source verified sellers, authorized distributors or directly from the manufacturer.

Each product undergoes thorough inspection and verification at our consolidation and fulfilment centers to ensure it meets our strict authenticity and quality standards before being shipped and delivered to you.

If you ever have concerns regarding the authenticity of a product purchased from us, please contact Bolo Support. We will review your inquiry promptly and, if necessary, provide documentation verifying authenticity or offer a suitable resolution.

Your trust is our top priority, and we are committed to maintaining transparency and integrity in every transaction.

All product information, images, descriptions, and reviews originate from the manufacturer or from trusted sellers overseas. BOLO is not affiliated with, endorsed by, or an authorized retailer for most brands listed on our website unless stated otherwise.

While we strive to display accurate information, variations in packaging, labeling, instructions, or formulation may occasionally occur due to regional differences or supplier updates. For detailed or manufacturer-specific information, please contact the brand directly or reach out to BOLO Support for assistance.

Unless otherwise stated, all prices displayed on the product page include applicable taxes and import duties.

BOLO operates in accordance with the laws and regulations of United Arab Emirates. Any items found to be restricted or prohibited for sale within the UAE will be cancelled prior to shipment. We take proactive measures to ensure that only products permitted for sale in United Arab Emirates are listed on our website.

All items are shipped by air, and any products classified as “Dangerous Goods (DG)” under IATA regulations will be removed from the order and cancelled.

All orders are processed manually, and we make every effort to process them promptly once confirmed. Products cancelled due to the above reasons will be permanently removed from listings across the website.

Description:

Pre-order the new 3rd edition by scrolling down to the "From the brand" section

Design, build, and program AI-driven robots from scratch using Python and Raspberry Pi while mastering real-world robotics concepts, sensor integration, and camera-based vision systems

Key Features

  • Learn hands-on robotics by wiring, coding, and troubleshooting real hardware
  • Integrate sensors, cameras, and voice agents to make your robot intelligent
  • Follow a structured path from Python basics to browser-based robot control

Book Description

We live in an age where the most complex or repetitive tasks are automated. Smart robots have the potential to revolutionize how we perform all kinds of tasks with high accuracy and efficiency. With this second edition of Learn Robotics Programming, you'll see how a combination of the Raspberry Pi and Python can be a great starting point for robot programming.

The book starts by introducing you to the basic structure of a robot and shows you how to design, build, and program it. As you make your way through the book, you'll add different outputs and sensors, learn robot building skills, and write code to add autonomous behavior using sensors and a camera. You'll also be able to upgrade your robot with Wi-Fi connectivity to control it using a smartphone. Finally, you'll understand how you can apply the skills that you've learned to visualize, lay out, build, and code your future robot building projects.

By the end of this book, you'll have built an interesting robot that can perform basic artificial intelligence operations and be well versed in programming robots and creating complex robotics projects using what you've learned.

What you will learn

  • Leverage the features of the Raspberry Pi OS
  • Discover how to configure a Raspberry Pi to build an AI-enabled robot
  • Interface motors and sensors with a Raspberry Pi
  • Code your robot to develop engaging and intelligent robot behavior
  • Explore AI behavior such as speech recognition and visual processing
  • Find out how you can control AI robots with a mobile phone over Wi-Fi
  • Understand how to choose the right parts and assemble your robot

Who this book is for

This book is intended for robotics enthusiasts, hobbyists, and aspiring programmers with a basic understanding of Python who are interested in building intelligent, AI-enabled robots using Raspberry Pi. It is ideal for learners who prefer a practical, hands-on approach.

Table of Contents

  1. Introduction to Robotics
  2. Exploring Robot Building Blocks - Code and Electronics
  3. Introducing the Raspberry Pi - Starting with Raspbian
  4. Preparing a Raspberry Pi for a Robot - Headless by Default
  5. Protecting Robot Code with Git and SD Card Copies
  6. Building Robot Basics - Wheels, Power, and Wiring
  7. Moving Motors with Python
  8. Programming Distance Sensors with Python
  9. Programming RGB Strips in Python
  10. Using Python to Control Servo Motors
  11. Programming Encoders with Python
  12. IMU Programming with Python
  13. Robot Vision - Using a Pi Camera and OpenCV
  14. Line Following With A Camera with Python
  15. Voice Communication with a Robot Using Mycroft
  16. Diving Deeper with the IMU
  17. Controlling the Robot With A Phone and Python
  18. Taking Your Robot Programming Skills Further
  19. Planning Your Next Robot Project - Putting It All Together


Editorial Reviews

About the Author

Danny Staple builds robots and gadgets as a hobbyist, makes videos about his work with robots, and attends community events such as PiWars and Arduino Day. He has been a professional Python programmer, later moving into DevOps, since 2009, and a software engineer since 2000. He has worked with embedded systems, including embedded Linux systems, throughout the majority of his career. He has been a mentor at a local CoderDojo, where he taught how to code with Python. He has run Lego Robotics clubs with Mindstorms. He has also developed Bounce!, a visual programming language targeted at teaching code using the NodeMCU IoT platform. The robots he has built with his children include TankBot, SkittleBot (now the Pi Wars robot), ArmBot, and SpiderBot.

Reviews:

5.0 out of 5 stars This is the book I didn't know I needed.

J.C. · November 10, 2024

My background is in business systems software. I've always wanted to get involved in writing embedded code and robotics, but things never came together, until now. In past attempts I would try to get started only to discover that the author required skills or hardware I didn't have, or have access to.This book is different.What makes it special:1. The writing is as clear as possible without being over simplified.2. Sophisticated ideas are explained and demonstrated using inexepensive off the shelf hardware.3. All of the Python source code is available for free download.While technically you could build the robot without knowing Python, I strongly suggest you learn python so that you can leverage what you have learned and do more amazing things. Also, the author does explain the Python code as he goes. So don't panic if you have doubts about your Python skills.Will you build the Ultimate Robot with this book? No, of course not. But what you will have is an understanding good enough that you can leverage what you've learned and build something more complex and custom.

5.0 out of 5 stars Comprehensive Overview of Modern Robotics

M.E. · February 12, 2021

About This BookI have had an interest in robotics since I was a teenager. My fiction-addled mind saw it as something easy to learn but difficult to master. With the lack of resources 20+ years ago, I then assumed that it was both hard to learn and near impossible to master. Looking at this book, I now know that my initial assessment was correct. This book is about giving you a foundation in creating a robot using Python and a Raspberry Pi.Who Is This For?This is a good book for someone with a Python background that wants to learn about robotics. It's a great way to learn the basics of robotics programming, as it covers the topic from the very beginning and looks at all areas that affect any robot.Why Was This Written?Yes, there are other books on robotics, but I like this one as it focuses on Python and the Raspberry Pi. Both are great and easy to acquire resources and in the end, you use them to build a working robot. Personally, I would find ways to expand your robot so that it's not just another Hello World project.OrganizationI LOVE the macro organization of this book. There are four sections: basics, building a basic robot, making the robot smarter, and how to take it even further. This is exactly what I would want for a project-based book. The only thing missing from this book, and this is a huge peeve for me, is that there is no section that talks about all of the hardware needed for the project. Bits and bobs are located in most chapters but don't stand out. I would want to order all of my hardware at once and save time and money. As it stands, you have to order for each chapter.Did This Book Succeed?Yes. This is a great beginner book that will give anyone the confidence to create their own robot from scratch afterward. This book is also complete in keeping up with current topics, such as voice commands, pathfinding, and computer vision. It is the one book you need to get started in robotics.Rating and Final ThoughtsThis book is complete and useful, but not perfect. I mentioned before an important feature that was left out. However, that is the only negative that I can really bring up. If you're interested in learning about robotics, get this book.I give this book a 4.8 out of 5. Read it.

4.0 out of 5 stars Beginner friendly robot building guide using Raspberry Pi

G.S. · June 1, 2021

Brief Review:This book is primarily geared towards the audience who wants to get a hands on robotics, but don't how or where to start. There reason being that the contents of the book are organized in such a way that a beginner can work through each chapter gradually building up the skill and understanding the different components of a simple robot. The author has also provided a troubleshooting section as part of the chapters to address the common issues which arise while installing or programming a software system. This is a well thought addition to the book as it saves time for the reader while working through the book.Technical content Review:The author has really put an effort to make the readers go through the design phase(block diagrams) to converting them to software modules. This is much appreciated as it helps the readers to develop the habit of thinking about the bigger picture before getting into the actual development. The chapters which were my favorite are the ones where the author explains the working of different sensors especially chapter 16 where working of IMU is explained in depth along with hands on examples. Furthermore, each chapter has exercises and additional reading section to help the readers to get in depth understanding of the concepts.Final thoughts:I would give this book a rating of 4.0. Overall the book is solid and gives an overview of the robotic concepts. Few places where I felt the contents could have been improved are the section where the web servers were introduced which was little confusing and may not be beginner friendly.

5.0 out of 5 stars Great book for roboticists and hobbyists!

T.Z. · March 13, 2021

The book uses Raspberry Pi with the Python programming language so it would really benefit anyone starting their journey in robotics, embedded and/or software systems be it young hobbyists or engineering students. The author does a great job at explaining many of the fundamental concepts in robotics through nicely laid out chapters. Each chapter further provides links to additional interesting topics even research papers sometimes to broaden the knowledge. There are lots of examples that walk you through the concepts in a series of steps with code snippets. This way of teaching conveys the concepts with the practical implementation aspect at the same time.I really enjoyed reading the chapters on PID, IMU, etc. and being a robotics engineer myself I found the book to be a good refresher for many subtle aspects that one might often ignore in the long run. Kudos to the author for being able to elucidate the concepts for the wider audience. The book is well-written, concise and definitely worth a read!

Excellent build instructions

A.C. · February 8, 2025

It's great I'm loving it... I've read through to chapter 6 so far, having built and coded for the base build for basic movement without sensors. I've throughly enjoyed the process. In my opinion the book is very well structured and informative as it guides you through the build... thank you Danny for taking the time to put all this together... John.

Great book for beginners

m. · June 8, 2022

Best book I have ever read for beginners to learn hobby robotics. I've read other reviews and have to assume they did not follow the book carefully. Read the book once without touching any hardware. Create a shopping list as you go, and order everything so that the next time you read the book, you will have the materials handy. You can get most from Bolo, but somethings you need to search for. I have followed the book word for word and EVERYTHING is well thought out, well explained, and worked for me. You will run into challenges with the software installs, but you will need to trouble shoot yourself. That is the nature of this type of hobby, and if you aren't into that, you need to choose a new hobby. Using the book I have built the robot and learned all the coding building blocks to do everything I want to do. Now I have to use my imagination and these building blocks to build the software so that the robot does what I want it to do. Very happy with my purchase. (btw, it cost me about $500cad for the parts I needed, and that didn't include all the various tools such as soldering iron) Over all, very happy with this book.

Absolut empfehlenswert! Learn Robotics Programming

R.S. · December 21, 2022

Ein wirklich tolles Buch. Von den Grundlagen Raspberry Pi und der Programmierumgebung bis zu komplexen Python-Anwendungsbeispielen . Ein Must-Have für Robot-Maker! Schritt für Schritt wird anschaulich erklärt wie Roboter funktionieren und wie komplexe Abläufe praktisch umgesetzt werden können. Von der Ansteuerung der verschiedenen DC-Motoren über die Einbindung von Sensoren in den Programmablauf bis zur Kamera-Unterstützung und browserbasierten Ansteuerung. Detailreiche Informationen und Erklärungen bzw. Funktionsanalyse zu technischen Abläufen und ihrer praktischen Umsetzung.

Plenty of examples

L.P. · August 15, 2023

Nice book with lots of illustrations and examples to help you build your own robot step by step. It will help me for my vintage radiobot project for sure.

information is good

r. · December 23, 2021

information is excellent , too bad the pictures are black and white and poorly reprinted . otherwise happy with purchase.

Similar suggestions by Bolo

More from this brand

Similar items from “Peripherals”