Difference between revisions of "Easy Module Shield for Arduino UNO"

From Elecrow
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
 
[[File:Easy module shield.jpg|700px]]
 
[[File:Easy module shield.jpg|700px]]
  
:<span style="color:white; background-color:red">1 I2C Interface (A4 SDA, A5 SCL)<br></span>
+
::<span style="color:white; background-color:red">1 I2C Interface (A4 SDA, A5 SCL)<br></span>
:Connect with I2C communication modules, e.g. display
+
::Connect with I2C communication modules, e.g. display
  
:<span style="color:white; background-color:red">2 Button Module(D2, D3)<br></span>
+
::<span style="color:white; background-color:red">2 Button Module(D2, D3)<br></span>
:Turn on/off LED, Buzzer .etc
+
::Turn on/off LED, Buzzer .etc
  
:<span style="color:white; background-color:red">3 DHT11 Temperature&Humidity Sensor Module(D4)<br></span>
+
::<span style="color:white; background-color:red">3 DHT11 Temperature&Humidity Sensor Module(D4)<br></span>
:Measure Temperature&Humidity indoor. Temp Range: 0-50°C, HUM Range: 20%-90%RH
+
::Measure Temperature&Humidity indoor. Temp Range: 0-50°C, HUM Range: 20%-90%RH
  
:<span style="color:white; background-color:red">4 Rotary Potentiometer Module(A0)<br></span>
+
::<span style="color:white; background-color:red">4 Rotary Potentiometer Module(A0)<br></span>
:Can control led brightness. Rotation Angle: 270°, Output Voltage: 0-3.3/5V, Resistance: 10K
+
::Can control led brightness. Rotation Angle: 270°, Output Voltage: 0-3.3/5V, Resistance: 10K
  
:<span style="color:white; background-color:red">5 Reset button<br></span>
+
::<span style="color:white; background-color:red">5 Reset button<br></span>
  
:<span style="color:white; background-color:red">6 3mm LED module(D13, D12)<br></span>
+
::<span style="color:white; background-color:red">6 3mm LED module(D13, D12)<br></span>
  
:<span style="color:white; background-color:red">7 RGB LED Module(D9-11)<br></span>
+
::<span style="color:white; background-color:red">7 RGB LED Module(D9-11)<br></span>
  
:<span style="color:white; background-color:red">8 Digital Ports (D7, D8)<br></span>
+
::<span style="color:white; background-color:red">8 Digital Ports (D7, D8)<br></span>
:Connect with digital signal modules, e.g. leds, buttons.
+
::Connect with digital signal modules, e.g. leds, buttons.
  
:<span style="color:white; background-color:red">9 UART Port<br></span>
+
::<span style="color:white; background-color:red">9 UART Port<br></span>
:Connect with UART communication modules, e.g. WiFi, Bluethooth
+
::Connect with UART communication modules, e.g. WiFi, Bluethooth
  
:<span style="color:white; background-color:red">10 IR Receiver Module(D6)<br></span>
+
::<span style="color:white; background-color:red">10 IR Receiver Module(D6)<br></span>
:Remote control. Control range 1-8m, frequency 38kHZ. Compatible with most of the infrared remote controllor
+
::Remote control. Control range 1-8m, frequency 38kHZ. Compatible with most of the infrared remote controllor
  
:<span style="color:white; background-color:red">11 Brightness Sensor Module(A1)<br></span>
+
::<span style="color:white; background-color:red">11 Brightness Sensor Module(A1)<br></span>
  
:<span style="color:white; background-color:red">12 LM35D Temperature Sensor Module(A2)<br></span>
+
::<span style="color:white; background-color:red">12 LM35D Temperature Sensor Module(A2)<br></span>
:Measure Temperature outdoor. Temp Range: -50-+150°C, High sensitivity
+
::Measure Temperature outdoor. Temp Range: -50-+150°C, High sensitivity
  
:<span style="color:white; background-color:red">13 Passive Buzzer Module(D5)<br></span>
+
::<span style="color:white; background-color:red">13 Passive Buzzer Module(D5)<br></span>
:Can emit simple tones, music needs to be programmed
+
::Can emit simple tones, music needs to be programmed
  
:<span style="color:white; background-color:red">14 Analog Port (A3)<br></span>
+
::<span style="color:white; background-color:red">14 Analog Port (A3)<br></span>
:Connect with analog signal modules, e.g. sensors
+
::Connect with analog signal modules, e.g. sensors
 +
 
 +
==FAQS==
 +
You can list you question here or contact with techsupport@elecrow.com for technology support.

Latest revision as of 15:40, 8 June 2022

Description

The board is designed for beginners in Arduino, with various components available that makes you build more than 10 projects easily. You won’t have to solder or connect anything at all, just plug it in a shield and start coming up with various simple examples rather than dealing with cables, sensors and breadboard. Next to each component you can see the digital on analog pin it is connected to. Also there are couple of digital pins and one analog pin available for other projects. This shield can be fully compatible with the Arduino UNO R3 and it will never short circuit with the Arduino UNO USB interface, so it is very safe.
Module: ARS03218S
Multifunctional expansion board for arduino uno 2.jpg

Alt text

Features

  • Fully compatible with Arduino UNO R3 interfaces
  • Providing Arduino beginners basic experimental module
  • A board integrates various modules function
  • Without welding and connection, you can download the program directly to complete the experiment
  • Provide all the module code library files, all tested and can be used directly
  • Set aside expansion port, you can complete other modules experiment


Function

Easy module shield.jpg

1 I2C Interface (A4 SDA, A5 SCL)
Connect with I2C communication modules, e.g. display
2 Button Module(D2, D3)
Turn on/off LED, Buzzer .etc
3 DHT11 Temperature&Humidity Sensor Module(D4)
Measure Temperature&Humidity indoor. Temp Range: 0-50°C, HUM Range: 20%-90%RH
4 Rotary Potentiometer Module(A0)
Can control led brightness. Rotation Angle: 270°, Output Voltage: 0-3.3/5V, Resistance: 10K
5 Reset button
6 3mm LED module(D13, D12)
7 RGB LED Module(D9-11)
8 Digital Ports (D7, D8)
Connect with digital signal modules, e.g. leds, buttons.
9 UART Port
Connect with UART communication modules, e.g. WiFi, Bluethooth
10 IR Receiver Module(D6)
Remote control. Control range 1-8m, frequency 38kHZ. Compatible with most of the infrared remote controllor
11 Brightness Sensor Module(A1)
12 LM35D Temperature Sensor Module(A2)
Measure Temperature outdoor. Temp Range: -50-+150°C, High sensitivity
13 Passive Buzzer Module(D5)
Can emit simple tones, music needs to be programmed
14 Analog Port (A3)
Connect with analog signal modules, e.g. sensors

FAQS

You can list you question here or contact with techsupport@elecrow.com for technology support.