Skip to content

Latest commit

 

History

History
198 lines (115 loc) · 8.73 KB

File metadata and controls

198 lines (115 loc) · 8.73 KB

About Keyestudio

Keyestudio is a best-selling brand owned by KEYES Corporation. Our product contains Arduino development boards, expansion boards, sensors and modules, Raspberry Pi, micro: bit expansion boards as well as smart cars, which can help customers at any level to learn about Arduino.

Notably, all of our products are in line with international quality standards and are greatly appreciated in a variety of different markets across the world. Welcome to check out more contents from our official website: http://www.keyestudio.com


Obtain Information and After-sales Service

  1. Tutorial link:

    ks0576-keyestudio-smart-eco-friendly-kit.readthedocs.io

  2. If something is found missing or broken, or you have some difficulty learning the kit, please feel free to contact us. Welcome to send email to us:service@keyestudio.com

  3. We will seek to update projects and products continuously from your sincere advice.


Warning

  1. This product contains row pins, please keep it out of reach of children under 7 years old.
  2. This product contains conductive parts (control board and electronic module). Please operate according to the requirements of tutorials. Improper operation may cause parts to overheat damage. Do not touch and immediately disconnect the circuit power.

Copyright

The keyes trademark and logo are the copyright of KEYES DIY ROBOT co.,LTD. All products under Keyes brand can’t be copied, sold and resold without authorization by anyone or company. If you are interested in our products, please contact to our sales representatives:fennie@keyestudio.com.


Keyestudio Smart Eco-Friendly House Kit

01


Kit List

# Picture Components QTY
1 KS6009 6812 RGB Module 1
2 KS6018 PIR Motion Sensor 1
3 KS6026 Photoresistor 1
4 KS6033 XHT11 Temperature and Humidity Sensor 1
5 LCD1602 I2C LCD1602 Display 1
6 KS6068 Five AD Key Module 1
7 KS0049 Soil Sensor 1
8 KS0048 Water Level Sensor 1
9 KS6062 Single 5V Relay Module 1
10 KS6011 Passive Buzzer 1
11 KS6032 Solar Ultraviolet Sensor 1
12 KS0486 UNO PLUS Board 1
13 box1 Blister Box 68*64*33 mm 2
14 box2 Blister Box 130*38*24 mm 1
15 OR0394 Water Pump 1
16 hose Water Pipe 1
17 battery Battery Holder 1
18 4401 Solar Panel 1
19 propeller Fan 1
20 USB USB Cable 1
21 1pin_10120010 22CM M-M Wire 1
22 Wire 20CM F-F DuPont Wire 4
23 Wire30cm 30CM M-F DuPont Wire 2
24 3pin 20CM 3P F-F DuPont Wire 4
25 3pin 25CM 3P F-F DuPont Wire 4
26 4pin 20CM 4P F-F DuPont Wire 1
27 d2
36(1)
d3
d4
d5
d6
Wooden Board 1
28 y Acrylic Board 1
29 M4 M4 Nut 16
30 M4 M3 Nut 8
31 M3 M3*6MM Round Head Screw 8
32 M3 M3*10MM Round Head Screw 8
33 M3 M4*8MM Round Head Screw 16
34 copperpillar Dual-pass Copper Pillar 4
35 screwdriver Phillips Screwdriver 1
36 screwdriver2 Slotted Screwdriver 1
37 Cross                                                                                                                                                                                                                                                                                     wrench Wrench 1
38 plastic_strapping Plastic String 2
39 Tube Tube 1

Description

Based on programming language, the product uses multiple sensors and modules to realize automated and intelligent management.

C/C++ and KidsBlock programming languages are provided in tutorials, which contain detailed project introduction, making programming method, logic and electronic circuit more accessible to you.

Importantly, it not only enhances our hands-on ability, but cultivates the awareness of scientific and technological innovation and problem-solving ability, which features strong practicality and creativity.

By the way, the sensors and modules are fully compatible with the PLUS main board ports, and the wires are convenient and easy to use.

If you have any difficulties or questions about this tutorial and toolkit, please feel free to contact us.


Features

  1. Integrity: We are able to learn multiple sensors.

  2. Practicability: Detailed working principles of sensors are provided.

  3. Innovation: The product can enhance our scientific and technological innovation and problem-solving ability.

  4. Flexibility: PLUS board offers good flexibility and scalability.

  5. Interactivity: Experimentation platform and communication communities can be used to share experiences with other learners.


UNO PLUS Main Board

KS0486

Keyes Uno Plus control board is fully compatible with the Arduino IDE development environment. It contains all the functions of the UNO R3 board on the official website, while it is more powerful, as shown below:

improvement

Parameters

Microcontroller: ATMEGA328P-AU

USB-Serial chip: CP2102

Operating voltage: 5V or 3.3V (dip switch control)

External power: DC 6-15V (9V recommended)

Digital I/O pins: 14 (D0-D13)

PWM channels: 6 (D3 D5 D6 D9 D10 D11)

Analog input channels (ADC): 8 (A0-A7)

DC output capacity per I/O: 20 mA

3.3V port output capacity: 50 mA

Flash Memory: 32 KB (of which 0.5 KB is used for the bootloader)

SRAM: 2 KB (ATMEGA328P-AU)

EEPROM: 1 KB (ATMEGA328P-AU)

Clock speed: 16MHz

Onboard LED pin: D13

Pin out

KS0486-sm

Special Function Interface

Serial communication interface: D0 for RX, D1 for TX

PWM interface (pulse width modulation): D3 D5 D6 D9 D10 D11

External Interrupt Interface: D2 (Interrupt 0) and D3 (Interrupt 1)

SPI communication port: D10 for SS, D11 for MOSI, D12 for MISO, D13 for SCK

IIC communication port: A4 for SDA, A5 for SCL


Reference Links

Website:

https://www.keyestudio.com/

Wiki Homepage:

https://docs.keyestudio.com/

Official Website of Arduino:

https://www.arduino.cc/