KS0486 Keyestudio PLUS Development Board (Black And Eco-friendly)

From Keyestudio Wiki
Jump to navigation Jump to search


0486-1 - 副本.png




Description

Doing experiment for electronic products, we often program on the Arduino IDE development environment by arduino series microcontrollers.
Keyestudio PLUS control board is fully compatible with Arduino IDE development environment. It contains all the functions of the Arduino UNO R3 board. Moreover, some improvements we made highly strengthen its function(as shown below). In order to wire efficiently, we equip with a 1m USB cable of type-c interface for you.


04861.png

Specifications


0486.1png.png


  • USB to serial chip: CP2102
  • Working voltage: 5V or 3.3V (DIP switch control)
  • External power: DC 6-15V (recommend 9V)
  • Digital I / O pins: 14 (D0-D13)
  • PWM channel: 6 (D3 D5 D6 D9 D10 D11)
  • Analog input channel (ADC): 8 (A0-A7)
  • Each I / O Port of DC output capability : 20 mA
  • Output capability of 3.3V port: 50 mA
  • Flash Memory: 32 KB (of which 0.5 KB is used by the bootloader)
  • SRAM: 2 KB (ATMEGA328P-AU)
  • EEPROM: 1 KB (ATMEGA328P-AU)
  • Clock speed: 16MHz
  • On-board LED pin: D13


  • Serial communication interface: D0 is RX, D1 is TX
  • PWM interface (pulse width modulation): D3 D5 D6 D9 D10 D11
  • External interrupt interface: D2 (interrupt 0) and D3 (interrupt 1)
  • SPI communication interface: D10 is SS, D11 is MOSI, D12 is MISO, D13 is SCK
  • IIC communication port: A4 is SDA, A5 is SCL

Instruction

Installing Arduino IDE

We enter the ARDUINO official website: https://www.arduino.cc, click “SOFTWARE”----”DOWNLOADS”, we’ll see the following page.


04861png.png
There many versions for Arduino software, we only need to download the version suitable for system. Here, we take WINDOWS system as example to introduce how to download and install Arduino IDE.


04862png.png

For WINDOWS system, There are also two options under Windows system, one is installed version, the other is non-installed version(directly download it in the computer, unzip it). The two versions can be used normally, you could choose a versions based on personal preferences. Just click”JUST DOWNLOAD”


04863png.png

4.2 Installing Driver

Finish the download. Now, let’s install the driver of keyestudio PLUS control board. Its chip is CP2102 serial chip. In general, the driver of CP2102 serial chip is included in ARDUINO version 1.8 and above. The driver will be recognized and installed as long as you connect board to computer with USB.

Some system can’t install automatically driver, you could install by hand. Open the device manager of computer and you will see a yellow exclamation mark which means the driver of CP2102 isn’t installed successfully.

double-click the “Cp2102 USB to UART Bridge Controller” and a window pops up, click “update driver”, as shown below:


04864png.png

04865png.png

Click “Browse my computer for driver software” to find out the ARDUINO software to be installed.
04866png.png

There is a DRIVERS folder inside, enter it and the driver of CP210X series chip is shown.
04867png.png

Choose the folder to be installed, click “Next”, the driver of CP2010 is installed successfully.
04868png.png

Up to now. Then you can right click “Computer” —>“Properties”—>“Device manager”, you will see the device as the figure shown below.
The driver is installed successfully and the yellow exclamation mark is gone.
04869png.png

Arduino IDE Setting

Click0486-12.png icon,open Arduino IDE.


thumb

To avoid the errors when uploading the program to the board, you need to select the correct Arduino board that matches the board connected to your computer. Then come back to the Arduino software, you should click Tools→Board, select the board. (as shown below)
0085=15.png


Then select the correct COM port (you can see the corresponding COM port after the driver is successfully installed)


04869png.png

0085=16.png

Before uploading the program to the board, let’s demonstrate the function of each symbol in the Arduino IDE toolbar.



0085=17.png

A- Used to verify whether there is any compiling mistakes or not.
B- Used to upload the sketch to your Arduino board.
C- Used to create shortcut window of a new sketch.
D- Used to directly open an example sketch.
E- Used to save the sketch.
F- Used to send the serial data received from board to the serial monitor.

4.4 Start the first program

Open file to choose Examples—>BASIC—>BLINK


048610png.png


048611png.png

Set board and COM port, the bottom right corner of the IDE displays the corresponding board and COM port
048612png.png

Click 0486-20.pngicon to start compiling the program.
048613png.png


Click0486-23.png icon to start upload the program, upload successfully.
048614png.png


The program is uploaded successfully, LED of board lights on for 1s, and lights off for 1s.

Resource

  • Download Link:

https://fs.keyestudio.com/KS0486

Get One Now