055251 Nano FT232 Starter Kit

Содержание

055251-1.png

Containing resistors with different resistance values, different colors LEDs, buttons and IR receiving components, this kit is compatible with various Nanocontrollers and Raspberry Pi. Compatible with the Arduino development platform, the Nano control board belongs to the Arduino series Nanocontroller. To make you have a better understanding with these components and Nano control board, we will also provide some learning courses based on the Arduino, like wiring methods, test code, etc.

Component List

No. Product Name Quantity Picture
1 Main Board Nano 1 thumb
2 USB mini B Cable 1 thumb
3 220Ω resistor 15 thumb
4 470Ω resistor 5 thumb
5 10KΩ resistor 5 thumb
6 LED — Green 5 thumb
7 LED — Blue 5 thumb
8 LED — Red 5 thumb
9 F5- full-color RGB 5 thumb
10 Dupont Line 10 thumb
11 Dupont Line 10 thumb
12 Dupont Line 10 thumb
13 button 4 thumb
14 Breadboard 2 thumb
15 Photo Resistor 3 thumb
16 IR emitter 1 thumb
17 IR receiver 1 thumb

Installing Arduino IDE And Driver

When we get the development board, we firstly need to install the Arduino IDE and driver. The related files can be found on the official website. The following links you could refer to: https://www.arduino.cc/en/Main/OldSoftwareReleases#1.5.x Next to introduce installation method of Arduino-1.5.6 version IDEfor Windows system. Download arduino-1.5.6-r2-windows.zip compressed folder and unzip it. Double click Arduino-1.5.6 .exe file

thumb

thumb

thumb

thumb

Complete driver installation, click “Close” as shown below

thumb

Next to install Nano control board. This Nano board uses FT232 USB chip, so we need to install driver compatible with FT232 chip. Connect Nano control board to the computer. Click Computer—Properties—Device Manager, as shown below.

thumb

Click “USB Serial Port” to install driver, as shown below.

thumb

thumb

Enter the following page.

Find ft232r usb uart Driver folder.

thumb

thumb

Click“Next ” to start installing.

thumb

Finish installing, click to “close”

The driver is now installed. Click Computer-Properties-Device Manager, as shown below:

thumb

Project

Hello World!

Description

After installing USB driver of Nano control board, we can find the corresponding serial port in Windows Device Manager. The burning of the first program is shown below. The serial monitor shows "Hello world!".

thumb

Wiring Diagram

Test Result

Open Arduino software, set board as shown below.

thumb

Set COM port, as shown below.

thumb

Clickthumbto compile the program,check if the program is right;click thumbto upload program;after setting up Nano control board, as shown below:
thumb

thumb

Upload successfully,enter “R”,click to “send”, the indicator of D13 blinks once on the Nano control board, serial monitor displays “ Hello World!”

Congratulation! Upload successfully!

LED Blinking

Description

The blinking LED experiment is quite simple. In this experiment, we’ll complete experiment using other digital I/O ports and external light.

  • Nano control board*1
  • USB cable*1
  • LED*1
  • 220Ω Resistor*1
  • Breadboard*1
  • Male to female Dupont Lines

thumb

Wiring Diagram

Test Result
After downloading program, you will see the LED connected to IO port blinking, with an interval approximately one second. The blinking LED experiment is now completed.

Advertising Lights

Description

In life, we often see some billboards composed of colorful led lights. Different effects shown on billboard as lights change. In this section, we simulate the effect of advertising lights with LED lights.

  • Nano control board*1
  • USB cable*1
  • LED*5
  • 220Ω Resistor*5
  • Breadboard*1
  • Male to female Dupont Lines
  • Male to male Dupont Lines

thumb

Test Result

After downloading the program, the external small light gradually brightens then darkens, and alternates.

Button-controlled LED

Description

I/O port means interface for INPUT and OUTPUT. Up until now, we’ve only used the output function. In this experiment, we will try to use the input function, which is to read the output value of device. We’ll complete an experiment with use 1 button and 1 LED to give you a better understanding of the I/O function.

  • Nano control board*1
  • USB cable*1
  • LED*1
  • Button *1
  • 220Ω Resistor*1
  • 10KΩ Resistor*1
  • Breadboard*1
  • Male to female Dupont Lines
  • Male to male Dupont Lines

Wiring Diagram

thumb

Test Result

After downloading the program and powering on, the LED light is on when the button is pressed, otherwise it is off.

RGB LED

Description

RGB lights can adjust the intensity of three primary colors (red / blue / green) through the PWM voltage input of the three pins R, G, and B to achieve the full-color mixing effect. In this experiment, we control the RGB lights to display different colors by controlling the PWM values of the three PWM ports. The description of the RGB light interfaces are shown below.

thumb

  • Nano control board*1
  • USB cable*1
  • RGB LED*1
  • 220Ω Resistor*3
  • Breadboard*1
  • Dupont Lines
  • Breadboard cables

Wiring Diagram

thumb

Test Result

After downloading the program and powering on, the external RGB light displays various colors alternately.


Источник: wiki.keyestudio.com