Arduino Education Starter Kit
Learn electronics and get started with programming in your classroom
step-by-step. No experience necessary.
Our online platform and content, that you can access by using this kit, are available in MULTIPLE languages.
Overview
Teach middle school students the basics of programming, coding, and electronics. No prior knowledge or experience is necessary as the kits guide you through step-by-step, you are well-supported with teacher guides, and lessons can be paced according to your students’ abilities. You can integrate the kit throughout the curriculum, giving your students the opportunity to become confident in programming and electronics with guided sessions and open experimentation. You’ll also be teaching them vital 21st-century skills such as collaboration and problem-solving.
The Arduino Education Starter Kit contains all the hardware and software you need for eight students (in groups of 2). You get step-by-step-lessons, teacher notes, exercises, and for a complete and in-depth class experience there’s also extra optional resources including activities, concepts, history, and interesting facts.
The online platform contains the teacher content, nine 90-minute lessons, and two open-ended group projects that teach students coding and electronics. Each lesson builds off the previous one, giving students a further opportunity to apply the skills and concepts they have already learned. Students also get an engineering logbook that they complete as they work through the lessons.
The beginning of each lesson provides an overview, estimated completion times, and learning objectives. Throughout each lesson, there are teacher notes and information that help the lesson go smoothly. Extension ideas are provided at the end of each lesson.
Conformities
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
Syntaxx is powered by three Arduino boards, each handling specific functions to create a seamless and dynamic performance:
It can be tough to get started with building an Internet of Things (IoT) project from the ground-up, as getting connected, serving a webpage, and managing other devices can all be a challenge to a beginner. This is why the YouTuber known as “Mario’s Ideas” made an end-to-end tutorial that details everything one might need to build a smart RGB lamp. Because the Arduino UNO R4 WiFi contains an ESP32-S3 chip for its Wi-Fi radio and Renesas RA4M1 microcontroller, it was the perfect candidate. Mario’s sketch begins with a call to initialize the Wi-Fi module before attempting to connect to his local access point. Once finished, it enters a loop that continuously checks if a client has connected to the web server, and if one has, reads the requested path while also seeing if the string contains “/H” to denote an “ON” command to set the LED. Toggling an LED is useful, but Mario wanted to take things a step further by building a tangible — in this case a lamp. His 3D-printed enclosure features a recessed base and translucent cube for diffusing the light emitted by a grid of NeoPixels. Controlling the color was just as easy since any browser could still send a request path containing a color and get back the lamp’s updated status. To see more about this IoT lamp project, you can watch Mario’s video below!