Download Print this page

Advertisement

Quick Links

www.keyestudio.com
About keyestudio
Keyestudio is a best-selling brand owned by KEYES Corporation. Our
product lines range from controller boards, shields and sensor modules to
smart car and complete starter kits for Arduino, Raspberry Pi and BBC
micro:bit, which can help customers at any level learn electronics and
programming knowledge. Likewise, all of our products comply with
international quality standards and are greatly appreciated in a variety of
different markets throughout the world.
You can obtain the details and the latest information through visiting the
following web sites:
http://www.keyestudio.com
*References and After-sales Service
1. Download
Profile:https://fs.keyestudio.com/KS0345
2. Feel free to contact us please, if there is missing part or you encounter
some troubles. Welcome to send email to
us:service@keyestudio.com.
We will update projects and products continuously from your sincere
advice.
*Warning
1. This product contains tiny parts(screws, copper pillars), keep it out of
reach of children under 7 years old please.
2. This product contains conductive parts (control board and electronic
module). Please operate according to the requirements of tutorial.
1

Advertisement

loading
Need help?

Need help?

Do you have a question about the Ks0345 and is the answer not in the manual?

Questions and answers

Summary of Contents for Keyestudio Ks0345

  • Page 1 About keyestudio Keyestudio is a best-selling brand owned by KEYES Corporation. Our product lines range from controller boards, shields and sensor modules to smart car and complete starter kits for Arduino, Raspberry Pi and BBC micro:bit, which can help customers at any level learn electronics and programming knowledge.
  • Page 2 *Copyright The keyestudio trademark and logo are the copyright of KEYES DIY ROBOT co.,LTD. All products under Keyestudio brand can’ t be copied, sold and resold without authorization by anyone or company. If you’re interested in...
  • Page 3 1. Description: When it comes to programming, many think it difficult. However, KEYES group rolls out an electronic scale kit to cope with this problem. This is a low-cost, easy-to-build and open source programming kit. fact, integrates large number sensors modules.
  • Page 4 It also has a membrane keypad, a weighing sensor, a DS3231 module and 1602 display module Furthermore, the detailed projects will guide you to learn the working principle of sensors and modules.
  • Page 5 5. Basic programming learning:use C language and code. 3. Parameters: Input Voltage:7-12V Working Voltage:5V Working Current:100mA Maximum consumption power:1.5W 3. Kit: Picture Model Keyestudio UNO Board 4pcs Wooden Boards...
  • Page 6 2pcs Acrylic Boards Keyestudio HX711 Weighing Module Micro Weighing Sensor 4*4 Membrane Keypad Keyestudio I2C1602 LCD Module Keyestudio DS3231 Clock Module keyestudio Power Amplifier Module...
  • Page 7 Keyestudio Yellow LED Module 6-slot AA Battery Holder 3-pin Rocket Switch 50g Balance Wight 100g Balance Wight Dual-pass M3*8MM Copper Pillar Dual-pass M3*40MM Copper Pillar...
  • Page 8 M3*6MM Round Head Screws M3*8MM Round Head Screws M3*10MM Round Head Screws M3*6MM Flat Head Screws M4*12MM Flat Head Screws M3 Nickel Plated Nuts 3.0*40MM Screwdriver AM/BM OD:5.0 L=50cm USB Cable 8MM Winding Pipe 3P F-F Dupont Line 4P-1P F-F...
  • Page 9 Dupont Line 4P-1P F-F Black/Green/Blue /Red Dupont Line 4P Dupont Line 8P M-F Dupont Line 50*82*0.2MM Plastic Bag 63*106*0.2MM Plastic Bag 4CC 4*6CM Plastic 4CC 10*15CM Plastic Bag...
  • Page 10 4. Getting Started with Arduino (1) Keyestudio UNO Development Board This board has an ATMEGA16U2 chip which can be UART-to-USB conversion plug. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, 1 ICSP headers, and a reset button.
  • Page 11 Microcontroller ATMEGA328P-AU Operating Voltage Input Voltage DC7-12V (recommended) Digital I/O Pins 14 个 (D0-D13) 6 个 (D3,D5,D6,D9,D10, PWM Digital I/O Pins D11) Analog Input Pins 6 (A0-A5) 32 KB (ATMEGA328P-PU) of Flash Memory which 0.5 KB used by bootloader...
  • Page 12 ICSP (In-Circuit Serial Programming) Header ICSP is the AVR, an Arduino micro-program header consisting of MOSI, MISO, SCK, RESET, VCC, and GND. It is often called the SPI (serial peripheral interface) and can be considered an "extension" of the output.
  • Page 13 V Pins (VCC) Power the external sensors and modules. Select the voltage of 3.3V or 5V via a slide switch. Digital I/O It has 14 digital input/output pins, labeled D0 to D13 (of which 6 can be used as PWM outputs). These pins can be configured as digital input pin to read the logic value (0 or 1).
  • Page 14 Microcontroller Each control board has its own microcontroller. You can regard it as the brain of your board. Microcontrollers are usually from ATMEL. Before you load a new program on the Arduino IDE, you must know what IC is on your board.
  • Page 15 ATMEGA 16U2-MU USB to serial chip, can convert the USB signal into serial port signal. Slide Switch You can slide the switch to control the voltage of pin V (VCC), 3.3V or Voltage Regulator To control the voltage provided to the UNO board, as well as to stabilize the DC voltage used by the processor and other components.
  • Page 16 You can supply an external voltage input DC7-12V through this pin to the board. Analog Pins The UNO board has 6 analog inputs, labeled A0 through A5. Can also used as digital pins, A0=D14, A1=D15, A2=D16, A3=D17, A4=D18, A5=D19.
  • Page 17 5. Getting Started with Arduino (1) Installing Arduino IDE When we get control board, we need to download Arduino IDE and driver firstly. You could download Arduino IDE from the official website: https://www.arduino.cc/, click the SOFTWARE on the browse bar, click “DOWNLOADS”...
  • Page 18 With the Zip package you need to install the drivers manually. The Zip file is also useful if you want to create a portable installation.