|
KiCADKicad
|
Learning Shield for Arduino Uno
Learning Shield for Arduino Boards
This learning shield for Arduino takes all the complexity of the hardware and reduces it to a simple interface. This is a modular circuit board with extra functionality.
The Arduino multifunctional shield is a perfect board for beginners, being useful to practice the operation of the basic components without using breadboards and wires.
The product is compatible with the Arduino Uno / Uno R3 and Arduino Mega 2560 range. The shield is placed on a UNO development board, taking care that the shield pins do not touch the USB connector of the UNO board; it is recommended to use an electrical insulating material (eg insulating tape) between them.
Hardware specifications:
- 3 Buttons
- 4 LEDs
- Pins connect a serial communication module
- 7-segment LED display on 4 digits that controlled by two faces 74HC595
- 10K potentiometer
- Piezo Buzzer
const byte LED[] = {13,12,11,10};
#define BUTTON1 A1
#define BUTTON2 A2
void setup()
{
// initialize the digital pin as an output.
/* Set each pin to outputs */
pinMode(LED[0], OUTPUT);
pinMode(LED[1], OUTPUT);
pinMode(LED[2], OUTPUT);
pinMode(LED[3], OUTPUT);
}
void loop()
{
if(!digitalRead(BUTTON1))
{
digitalWrite(LED[0], HIGH);
digitalWrite(LED[1], HIGH);
digitalWrite(LED[2], HIGH);
digitalWrite(LED[3], HIGH);
}
if(!digitalRead(BUTTON2))
{
digitalWrite(LED[0], LOW);
digitalWrite(LED[1], LOW);
digitalWrite(LED[2], LOW);
digitalWrite(LED[3], LOW);
}
}
Learning Shield for Arduino Uno
*PCBWay community is a sharing platform. We are not responsible for any design issues and parameter issues (board thickness, surface finish, etc.) you choose.
Raspberry Pi 5 7 Inch Touch Screen IPS 1024x600 HD LCD HDMI-compatible Display for RPI 4B 3B+ OPI 5 AIDA64 PC Secondary Screen(Without Speaker)
BUY NOW- Comments(0)
- Likes(2)
-
Engineer
Nov 20,2025
-
Anthony Pedotto
Feb 22,2025
- 0 USER VOTES
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
More by cris 🙂
-
Dynamic decoration with LEDs and more
Hello everyone!As you can see in the title, we have a circuit with LEDs, many LEDs, it's a 4x4 LEDs ...
-
LEDs Stars
Hello everyone! I'm signing up for this competition with a small project designed to attract your a...
-
Audio amplifier with LM386 (and BASS boost)
Audio amplifier with LM386 (and BASS boost)Hello everyone!Circuit descriptionThe LM386 is quite a ve...
-
Audio amplifier 25W TDA2030
Audio amplifier 25W TDA2030A fairly well-known and interesting montagePresentationThe presented audi...
-
Raspberry Pi Pico Expansion Board
Hello everyone!UPDATE!!!I made some changes, routing in particular, and freed up the board of a few ...
-
Adjustable voltage power supply
Among the most important electronic devices in the electronics laboratory is the voltage source. Thi...
-
Digital Clock with AT89C2051
Circuit OperationShort SW2 presses cycle through displaying the current time in HH:MM and MM:SS form...
-
Switch based light sensor
Hi!The circuit shown can be used to turn on the light in the garden, or some light panels / advertis...
-
LM3909 flashing indicator
I present to you a circuit which is a little outdated, but quite pleasant for some, I saw that this ...
-
4x4x4 cube with blue LEDs
Hi makers!I know that these days there are many variations of LEDs, for example SMDs are smaller and...
-
Low cost turntable 😁
Hi makers!I'm entering this competition with a small project that I've wanted to make for some time,...
-
A DIY charger for 12V battery
Hello everyone!I present to you a project that really didn't reach its final state, until recently. ...
-
ESP01 board
Hello PCBWayers!You probably know that ESP01S/01 boards can be a little difficult to use in an easie...
-
ESP12F Board
Hello makers!Some time ago I had a shopping coupon and I thought about making some simple PCBs with ...
-
ATMega32 Board
Hi !I remembered this simple project I made for myself, you can use it with an ATMega32 or ATMega16 ...
-
AT90CAN128
Hello makers!Here is a guy who likes to build various, small, electronic circuits, and through this ...
-
PCBWay 11th Badge Design
Hello PCBwayers!I'm here to participate in the PCBWay 11th Badge Design Contest and after a few idea...
-
The use of IoT technology for monitoring specific electrical parameters of autonomous power systems
Hello everyone!A brief introduction of this project.What you see presented here is a home made (or D...
-
A Compact Charging Breakout Board For Waveshare ESP32-C3
524 3 4 -
AI-driven LoRa & LLM-enabled Kiosk & Food Delivery System
511 2 0 -
-
-
-
ESP32-C3 BLE Keyboard - Battery Powered with USB-C Charging
718 0 1 -
-
mammoth-3D SLM Voron Toolhead – Manual Drill & Tap Edition
688 0 1 -
-
AEL-2011 Power Supply Module
1370 0 2 -
AEL-2011 50W Power Amplifier
1246 0 2







