KeeYees KYES6-03-3-KIT

KeeYees Microcontroller Development Board (Model KYES6-03-3-KIT) User Manual

Comprehensive guide for setup, operation, and troubleshooting.

Wstęp

This manual provides essential instructions for the KeeYees Microcontroller Development Board set, model KYES6-03-3-KIT. This set includes three development boards, three USB cables, three straight pin headers, and three sets of 40-pin jumper wires (male-to-female, male-to-male, and female-to-female). Designed for compatibility with the Arduino IDE, these boards are suitable for various electronic projects, from educational purposes to industrial applications.

Three KeeYees Microcontroller Development Boards with USB cables and pin headers

Obraz: Ponadview of the KeeYees Microcontroller Development Board set, showing three development boards, three blue USB cables, and three black straight pin headers.

Instrukcje konfiguracji

1. Identyfikacja komponentów

Before beginning, familiarize yourself with the components included in your set:

  • Microcontroller Development Boards: Three units, each featuring an ATmega328P microcontroller.
  • Kable USB: Three blue USB A to B cables for connecting the boards to your computer.
  • Straight Pin Headers: Three 2.54mm pitch, 40-pin headers for custom connections.
  • Przewody połączeniowe: Three sets of 40-pin, 20cm jumper wires (male-to-female, male-to-male, female-to-female) for prototyping.
Przód i tył view of a single KeeYees Microcontroller Development Board

Image: Detailed front and back views of a single KeeYees Microcontroller Development Board, highlighting its components and pin layout.

2. Driver Installation (CH340)

The KeeYees Development Boards utilize a CH340 USB-to-serial chip. For your computer to recognize the board, the appropriate CH340 driver must be installed. This is a critical step, especially for Windows 7, 8, and 11 operating systems.

  1. Pobierz sterownik: Search online for "CH340 driver" and download the latest stable version from a reputable source (e.g., the manufacturer's website or a trusted electronics community forum).
  2. Zainstaluj sterownik: Follow the instructions provided with the driver package to install it on your operating system. For Windows, this typically involves running an executable file.
  3. Sprawdź instalację: After installation, connect a development board to your computer using one of the provided USB cables. Open your computer's Device Manager (Windows) or System Information (macOS/Linux) and look for a new COM port entry (e.g., "USB-SERIAL CH340"). If it appears without an error, the driver is successfully installed.

Notatka: Some users have reported success with older versions of the CH340 driver (e.g., dated 2014 or version 3.7.2022.1) if the latest version causes issues, particularly on Windows 11.

Close-up of the blue USB A and USB B connectors

Obraz: Zbliżenie view of the blue USB A and USB B connectors, illustrating the type of cable used to connect the development board to a computer.

3. Connecting to Arduino IDE

  1. Zainstaluj Arduino IDE: If you haven't already, download and install the Arduino Integrated Development Environment (IDE) from the official Arduino webStrona (www.arduino.cc/en/software).
  2. Podłącz płytkę: Plug one end of the USB cable into the development board and the other end into an available USB port on your computer.
  3. Wybierz zarząd: Open the Arduino IDE. Go to Narzędzia > Tablica and select "Arduino Uno" (or compatible board, as these are Uno clones).
  4. Wybierz port: Idź do Narzędzia > Port and select the COM port corresponding to your connected board (e.g., COM3, COM4, etc., which should show "USB-SERIAL CH340" next to it).
  5. Połączenie testowe: Load a simple sketch, such as the "Blink" exampthe (File > Byłyamples > 01.Basics > Blink), and click the "Upload" button. If the upload is successful and the LED on the board blinks, your setup is complete.

Instrukcja obsługi

Zasilacz

The development board can be powered in several ways:

  • Połączenie USB: The primary method is via the USB cable connected to your computer. This provides 5V.
  • External Power Jack: An external power supply (DC adapter) can be connected to the barrel jack. The recommended input voltage is 7-12V, with limits between 6-20V.
  • VIN Pin: Power can also be supplied directly to the VIN pin (7-12V recommended).

The board operates at 5V, but also provides a 3.3V output pin with a DC current limit of 50mA.

Input/Output (IO) Pins

The board features various pins for connecting sensors, actuators, and other electronic components:

  • Digital IO Pins: 14 pins, 6 of which support Pulse Width Modulation (PWM) output. Each IO pin can supply or sink 40mA DC current.
  • Analog Input Pins: 6 pins (A0-A5) for reading analog sensor data.
  • Piny zasilające: 5V, 3.3V, GND (Ground), and VIN.
  • Communication Pins: Dedicated pins for serial communication (RX, TX), I2C (SDA, SCL), and SPI.
Assortment of 40-pin jumper wires in male-to-female, male-to-male, and female-to-female configurations

Image: A collection of 40-pin jumper wires, including male-to-female, male-to-male, and female-to-female types, essential for connecting components to the development board.

Use the included jumper wires to connect external components to the board's pins. Ensure correct polarity and voltage levels to prevent damage.

Konserwacja

To ensure the longevity and proper functioning of your KeeYees Microcontroller Development Boards, follow these maintenance guidelines:

  • Składowanie: Store the boards in a dry, anti-static environment, away from direct sunlight and extreme temperatures.
  • Czyszczenie: W razie potrzeby delikatnie oczyść deskę miękką, suchą szczotką lub sprężonym powietrzem, aby usunąć kurz. Unikaj stosowania płynów i środków czyszczących o właściwościach ściernych.
  • Obsługiwanie: Handle the boards by their edges to minimize contact with components and prevent electrostatic discharge.
  • Wyłączone: Always disconnect power before making or changing connections to the board.

Rozwiązywanie problemów

W tej sekcji omówiono typowe problemy, na które możesz natrafić:

  • Board Not Recognized by Computer/Arduino IDE:
    • CH340 Driver: This is the most frequent cause. Ensure the CH340 driver is correctly installed. Try reinstalling it, or if issues persist, experiment with older driver versions as mentioned in the Setup section.
    • Kabel USB: Test with a different USB cable. Faulty cables can prevent proper communication.
    • Port USB: Spróbuj podłączyć do innego portu USB w komputerze.
    • Arduino IDE Port Selection: Verify that the correct COM port is selected under Narzędzia > Port w Arduino IDE.
  • Sketch Upload Fails:
    • Wybór zarządu: Confirm "Arduino Uno" is selected under Narzędzia > Tablica.
    • Wybór portu: Sprawdź, czy wybrano właściwy port COM.
    • Problemy ze sterownikiem: An improperly installed or conflicting CH340 driver can lead to upload failures.
    • Znajomości: Disconnect any external components from the board's digital pins (especially pins 0 and 1, RX/TX) during upload, as they can interfere with serial communication.
  • Płyta nie włącza się:
    • Połączenie USB: Check if the USB cable is securely connected to both the board and the computer.
    • Zasilanie zewnętrzne: If using an external power supply, ensure it provides the correct voltage (7-12 V DC) i wystarczający prąd.

Specyfikacje

Key technical specifications for the KeeYees Microcontroller Development Board:

FunkcjaSpecyfikacja
MikrokontroleryATmega328P
Objętość operacyjnatage5V
Wejście Voltage (zalecane)7-12 V
Wejście Voltage (Limits)6-20 V
Cyfrowe wejścia / wyjścia Pins14 (6 provide PWM output)
Szpilki wejściowe analogowe6
DC Prąd na I / O pin40mA
Prąd DC 3.3V Pin50mA
Pamięć Flash32 KB (0.5 KB used by bootloader)
Pamięć RAM2 KB
Prędkość zegara16MHz
Pin Headers Pitch2.54mm
Jumper Wires Length20cm
Kompatybilne systemy operacyjneWindows 7, Windows 8 (and generally Windows 10/11, macOS, Linux with CH340 driver)

Informacje o gwarancji

Specific warranty details for the KeeYees Microcontroller Development Board are not provided in the product information. Please refer to the retailer's return policy or contact KeeYees directly for warranty inquiries.

Obsługa klienta

For technical assistance or further questions regarding your KeeYees Microcontroller Development Board, please visit the official KeeYees store on Amazon or contact their customer service through the platform where the product was purchased.

KeeYees Store: Visit KeeYees Store on Amazon

© 2024 KeeYees. All rights reserved. Information subject to change without notice.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.