Arduino Starter Kit Classroom Pack - ITALIAN
The ideal solution for a class to get started with Arduino and learning programming and electronics, it contains fun and engaging interactive projects.
Italian Version.
Overview
The Arduino Starter Kit Classroom Pack is a bundled solution, containing six of the popular Arduino Starter Kits in italian.
This Classroom 6-Pack is for a classroom of at least twelve students — the recommended ratio is two students per kit — and intended for use starting from middle school teachers onwards, looking for an extensive educational solution for learning how to use the Arduino platform.
Each kit contains an Arduino Uno Rev 3 board, a collection of sensors and actuators, and — most important — a guide book which will help students and teachers to take their first steps into the world of electronics, with interactive and sensing objects.
Each Arduino Starter Kit contains a full color 170-page book with instructions for fifteen projects:
01. GET TO KNOW YOUR TOOLS: An introduction to the basics.
02. SPACESHIP INTERFACE: Design a control panel for a starship.
03. LOVE-O-METER: Measure how hot-blooded you are.
04. COLOR MIXING LAMP: Produce any color with a lamp that uses light as an input.
05. MOOD CUE: Let people know how you're doing.
06. LIGHT THEREMIN: Create a musical instrument you play by waving your hands.
07. KEYBOARD INSTRUMENT: Play music with this keyboard.
08. DIGITAL HOURGLASS: A light-up hourglass that can stop you from working too much.
09. MOTORIZED PINWHEEL: A colored wheel that will make your head spin.
10. ZOETROPE: Create a mechanical animation you can play--and in reverse.
11. CRYSTAL BALL: A mystical tour to answer all your tough questions.
12. KNOCK LOCK: Unlock a door with a secret knock.
13. TOUCHY-FEELY LAMP: A lamp that responds to your touch.
14. TWEAK THE ARDUINO LOGO: Control your personal computer from your Arduino.
15. HACKING BUTTONS: Create a master control for all of your devices!
Tech specs
Each Starter Kit includes:
1 Projects Book in italian (170 pages), 1 Arduino Uno, 1 USB cable, 1 Breadboard 400 points, 70Solid core jumper wires, 1 Easy-to-assemble wooden base, 1 9v battery snap, 1 Stranded jumper wires (black), 1 Stranded jumper wires (red), 6 Phototransistor, 3 Potentiometer 10kOhms, 10Pushbuttons, 1 Temperature sensor [TMP36], 1 Tilt sensor, 1 alphanumeric LCD (16x2 characters), 1LED (bright white), 1 LED (RGB), 8 LEDs (red), 8 LEDs (green), 8 LEDs (yellow), 3 LEDs (blue), 1 Small DC motor 6/9V, 1 Small servo motor, 1 Piezo capsule [PKM17EPP-4001-B0], 1 H-bridge motor driver [L293D], 1 Optocouplers [4N35], 2 Mosfet transistors [IRF520], 5 Capacitors 100uF, 5 Diodes [1N4007], 3 Transparent gels (red, green, blue), 1 Male pins strip (40x1), 20 Resistors 220 Ohms, 5Resistors 560 Ohms, 5 Resistors 1 kOhms, 5 Resistors 4.7 kOhms, 20 Resistors 10 kOhms, 5Resistors 1 MOhms, 5 Resistors 10 MOhms
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
Learn how to build a complete HMI with Arduino that will allow you to interact with your projects in an intuitive and visual way.
OPC Unified Architecture – OPC UA in short – is a cross-platform, open-source machine-to-machine communication protocol for industrial automation. It was developed by the Open Platform Communications (OPC) Foundation and is defined in detail in the IEC 62541 standard. With the release of the Arduino_OPC_UA library we enable users to convert any product from our Arduino Opta range into an OPC UA-enabled device. Step-by-step guide to setting up OPC UA on Arduino Opta It’s as simple as uploading a single sketch onto your Opta and connecting it to an Ethernet network. Once uploaded, the OPC UA firmware exposes the Arduino Opta’s analog and digital inputs, the user button and LED (only Arduino Opta WiFi), as well as its relay outputs as properties that can be read from or written to using OPC UA. OPC UA communication is performed using OPC UA binary encoding via TCP sockets. Arduino_OPC_UA is a port of the Fraunhofer open62541 library implementing IEC 62541 in highly portable C99 for both Windows and Linux targets. One serious challenge during the porting of open62541 was to decide on sensible tradeoffs concerning RAM consumption, as using OPC UAs full namespace zero (NS0) requires up to 8 MB of RAM while the STM32H747 powering the Arduino Opta has a total of 1 MB of SRAM to offer – some of which already allocated by the the Arduino framework for the Arduino Opta. Expand functionality with Arduino Opta Modules and OPC UA integration Additionally, Arduino_OPC_UA supports the automatic discovery, configuration and exposure as OPC UA objects of the recently released Arduino Opta expansion modules. Currently three different expansion modules exist: Arduino Opta Analog Expansion (A0602), Arduino Opta Digital Expansion with electro-mechanical relay outputs (D1608E), and with solid-state relay outputs (DS1608S). During system start-up, the Arduino Opta’s expansion bus is queried for connected expansion modules and automatically configures them and