Skip to content
Free shipping on orders over 50€ to Austria, France, Germany, Italy, and Spain!
Free shipping on orders over 50€ to Austria, France, Germany, Italy, and Spain!

    Your cart is empty

    Time to spark some excitement 🛒⚡

Taxes and shipping calculated at checkout
Subtotal €0,00

Arduino Plug and Make Kit

Save 20% Save 20%
SKU AKX00069 Barcode 7630049204843 Show more
Original price €91,26
Original price €91,26 - Original price €91,26
Original price €91,26
Current price €73,01
€73,01 - €73,01
Current price €73,01
VAT included

Go from zero to tech hero! The Plug and Make Kit is Arduino’s new “starter kit” experience: the perfect beginner-friendly way to spark a new passion for DIY electronics and get your first taste of technology. Designed to offer you cutting-edge hardware, intuitive software and powerful Cloud technology, this kit makes it incredibly easy to get started. Whether you’re a beginner or a seasoned maker, join us and let’s create something amazing together!

Overview

Plug and Make Kit is the easiest way to get started with Arduino. It includes everything you need for your very first seven projects – as well as many more that our community shares and you can invent yourself! 

Start from the one that sparks your interest, and keep exploring to define your own tech journey:

  • Weather Report: Never get caught in the rain again, with a visual reminder to take an umbrella when needed
  • Hourglass: Who needs an egg timer? Customize your own digital hourglass
  • Eco Watch: Make sure your plants thrive in the perfect temperature and humidity
  • Game Controller: Level up with your very own HID (Human Interface Device) gamepad
  • Sonic Synth: Get one step closer to being a rockstar, DJ or sound engineer!
  • Smart Lights: Set the mood with your very own smart lamp
  • Touchless Lamp: Control lights with a simple gesture

Each idea is inspiration for a fun activity that will not only teach you the basics of do-it-yourself electronics but leave you with a great sense of accomplishment. You can make technology too! 

Make it in a snap, control it via the app!

Once you’ve built your device following our clear step-by-step tutorials, you’ll find all the resources and support you may need via Arduino Cloud – including: 

  • A dedicated content platform in multiple languages (English, Italian, German, Spanish, French)
  • Free and easy-to-use programming tools
  • A smartphone app to monitor and control IoT devices
  • Readily available Arduino Cloud templates (pre-configured projects) to get up and running in minutes
  • Unlimited dashboards to visualize data any way you wish, even on your smartphone

Discover the free online platform

New to Arduino? 

The Plug and Make Kit is perfect for beginners! Our comprehensive, free, multilingual online guide will walk you through the entire Arduino ecosystem. In addition to the seven fully documented projects to spark your creativity, it has detailed instructions on using the innovative Modulino® nodes. It’s a guide designed to make your learning journey smooth and enjoyable, ensuring you can dive into making with confidence.

What’s in the box?

The Arduino Plug and Make Kit is based on an innovative hardware approach: components just connect together – no breadboard, jumper wires or soldering needed.
Inside the box, you will find:

  • The cutting-edge Arduino UNO R4 WiFi main board: The powerhouse of your projects.
  • 7 Modulino® nodes: Sensors and actuators for different functionalities (see details below)
  • The Modulino Base to keep your projects looking and feeling neat.
  • USB-C® cable with USB-A adapter: Easily power up and upload code to your Arduino.
  • Qwiic cables: Effortlessly connect Modulino® nodes and the Arduino board.
  • Spacers, screws, and nuts: Secure everything in place for a permanent installation.

The Plug and Make Kit has been designed to be easy, quick and fun. We’ve taken care of the complexity, so you can turn your ideas into fully operational devices even in a single session. Start a new hobby, or perhaps a lifelong passion, by accessing the full potential of technology – and yours.

What are Modulino®?

Modulino® are sensors and actuators that simply connect via the UNO R4 WiFi’s onboard Qwiic connector. You can connect more than one for more complex projects and never have to wonder which side goes where, because the connector is polarized.
The Plug and Make Kit includes one of each:

  • Modulino® Knob: for super-fine value adjustments
  • Modulino® Pixels: eight LEDs to shine bright, dim down, or change color – you choose!
  • Modulino® Distance: a time-of-flight proximity sensor to measure distances with precision
  • Modulino® Movement: to perfectly capture movements like pitch, roll or tilt
  • Modulino® Buzzer: to generate your own alarm sounds or simple tunes
  • Modulino® Thermo: a sensor for both temperature and humidity data
  • Modulino® Buttons: three buttons for quick project navigation

Tech specs

Kit Name Plug and Make Kit
SKU AKX00069
Board included Arduino® UNO R4 WiFi ABX00087
Modulino® nodes Communications I2C (over QWIIC connector)
Operational voltage 3.3 V
Modulino® nodes included Name SKU Feature component Address
Modulino® Movement ABX00101 LSM6DSOXTR     
0x6A (0x6B)
Modulino® Distance ABX00102 VL53L4CDV0DH/1 0x29
Modulino® Thermo ABX00103 HS3003 0x44
Modulino® Knob ABX00107 PEC11J (STM32C011F4 for I2C communication) 0x76 (address can change via software)
Modulino® Buzzer ABX00108 PKLCS1212E4001-R1 (STM32C011F4 for I2C communication) 0x3C (address can change via software)
Modulino® Pixels ABX00109 8 LC8822-2020 (STM32C011F4 for I2C communication) 0x6C (address can change via software)
Modulino® Buttons ABX00110 3 push buttons plus 3 yellow LEDs (STM32C011F4 for I2C communication) 0x7C (address can change via software)
Other accessories USB-C® cable 1
Qwiic cables 7
Modulino® base 1
Screws M3 (10 mm) 24
Nuts M3 20
Metal spacers 4

Conformities

The following Declarations of Conformities have been granted for this board:
UKCA
CE
For any further information about our certifications please visit docs.arduino.cc/certifications

Resources for Safety and Products

Manufacturer Information

The production information includes the address and related details of the product manufacturer.

Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
https://www.arduino.cc/ 

Responsible Person in the EU

An EU-based economic operator who ensures the product's compliance with the required regulations.

Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
Phone: +39 0113157477
Email: support@arduino.cc

 

Get Inspired

PROJECT HUB
VarSpeedServoRA4M1
VarSpeedServoRA4M1
Project Tutorial by kaled4809

VarSpeedServoRA4M1 is a library for Arduino that enables precise control over servo motors, including speed, position, and movement sequences.

read more
BLOG
Experiments in PID control with an Arduino UNO R4 Minima-powered robot
Experiments in PID control with an Arduino UNO R4 Minima-powered robot
August 9, 2023

In robotics and several other disciplines, PID (proportional-integral-derivative) control is a way for systems with closed-loop feedback to adjust themselves according to sensor data without overshooting the target. Drones, for example, use PID control to remain stable without wild oscillations caused by over-correction. But implementing PID control can feel overwhelming, so Adam Soileau from element14 Presents built a simple robot for some experimentation. This robot’s only job is to drive forward until it sees a wall, then stop at a specific distance from that wall. That isn’t hard to achieve when a robot is moving at slow pace, because the code can tell the robot to stop moving the moment it reaches the target distance. But when moving fast, the robot has to take braking acceleration into account and that is much harder to predict. PID control is perfect for this situation, because it adjusts motor output in real-time according to the incoming sensor data. In this case, that sensor data comes from an ultrasonic rangefinder mounted to the front of the 3D-printed robot. An Arduino UNO R4 Minima board receives that data and controls the robot’s two motors through H-bridge drivers. That hardware is very straightforward so that Soileau could focus on the PID control. Tuning that is all about balancing the three constant values to get the desired performance. Soileau spent some time working on the Arduino sketch to get the PID control integrated and was eventually able to make the robot act like it should. If you’re interested in using PID control in your next robotics project, then Soileau's video should help you get started.

read more

FAQs

Do I need an Arduino account to access the content and complete the projects?

Yes, an Arduino account is required to access all the content and utilize the Arduino Cloud features. Setting up an account is super quick—just start here!

Where can I find the content?

You can access all the content for the Plug and Make Kit at arduino.cc/plug-and-make-kit.

Is the content free?

Yes, the content is completely free! All you need to do is create an Arduino account to access the materials and the Arduino Cloud platform.

What is the minimum age to use the Plug and Make Kit?

We recommend that users be 14 years of age or older to comply with our children's privacy protection policy. Learn more about our policy here.

Do I need an Arduino Cloud subscription to complete the projects?

No, you can complete all the projects without a subscription. But if you’re planning to work on more than two projects simultaneously, you might want to check out our Arduino Cloud subscription plans for extra capabilities.

What are the minimum hardware or software requirements?

You’ll need a computer with a USB-C® or USB A port (the kit includes a USB-C® cable with a USB-A adapter). Operating system-wise, you should have Windows 10 or higher, macOS 10.15 (Catalina) or higher, or Linux® with the dbus package. Also, a 2.4 GHz Wi-Fi® network is required to connect to the Arduino Cloud for completing projects.

Will I need any additional tools for the kit?

Everything necessary to build the projects is right in the box. However, if you need to tighten screws and nuts securely, we recommend having a Phillips screwdriver on hand, which isn’t included in the kit.

How is the content organised?

Our platform is divided into three main sections:

  • Getting Started: Dive into the Arduino world with an interactive introduction and walkthrough of our web ecosystem.
  • Projects: Tackle seven step-by-step IoT projects, from hardware, to coding to Cloud connectivity everything you need to build a fully functional project.
  • Components: Learn to use the Modulino® nodes individually—perfect for when you’re ready to expand your projects and explore new possibilities.

What cool projects are included in the kit?

  • Smart Light: Create a customizable smart lamp that changes colors and can be controlled remotely.
  • Hourglass: Build a digital timer that uses sound and light to alert you when time is up—perfect for any timing needs.
  • Eco Watch: Monitor your indoor environment with a device that provides real-time feedback on room conditions.
  • Weather Report: Set up your own weather station to fetch forecasts and prepare for the day with real-time weather updates.
  • Game Controller: Design a custom game controller to enhance your gaming experience.
  • Touchless Light: Make a touch-free lamp that adjusts brightness based on your proximity, perfect for setting the mood.
  • Sonic Synth: Experiment with creating music using different sensors to produce unique sounds with your DIY synthesizer.

Inspired by your shopping trends

  • Arduino 4 Relays Shield

    The Arduino 4 Relays Shield is a solution for driving high power loads that cannot be controlled by Arduino's digital IOs, due to the current and voltage limits of the controller. The Shield featur...

  • Arduino Starter Kit Multi-Language

    Quickly and easily get started with learning electronics using the Arduino Starter Kit, which have a universal appeal to STEM fans at home, businesses in STEAM industries, and schools alike. No pri...

  • Arduino Soldering Kit 220V

    This kit contains all the tools and safety gear needed to set your very own soldering station and it is the perfect way to start or expand your fab lab. The temperature of the soldering iron inclu...

  • Arduino Student Kit

    Learn the basics of programming, coding and electronics including current, voltage, and digital logic. No prior knowledge or experience is necessary as the kit guides you through step by step.  Yo...

Compare products

0 of 3 items selected

Select first item to compare

Select second item to compare

Select third item to compare

Compare