Skip to content

nCube:Thyme for Arduino Application : nCube Air (Korean) nCube Air Board & Sensors Setup

IoTKETI edited this page Jan 28, 2019 · 8 revisions

nCube-Air Board & Sensors Setup

1. Board와 Sensors 및 준비물


  • Adafruit Feather M0 WiFi 1개
  • Adafruit CCS811 Air Quality Sensor 1개
  • RGB 3Color LED 1개
  • Bread Board 1개
  • Jumper Cable M/M 한 세트
  • USB Type-A to Micro-B Cable 1개

2. Board와 Sensors 개요

  • Cortex M0 processor
  • SPI, I2C, UART 통신 지원
  • 802.11bgn을 지원하는 Atmel WINC1500 WiFi chip

  • 대기중의 Co2, TVOC(TOTAL Volatile Organic Compounds) 측정
  • I2C 통신을 이용하여 Arduino에 센서 값을 전송

RGB LED

  • RGB 3-color LED 보드는 빨간색, 녹색, 파란색 LED를 포함
  • RGB 3-color LED의 LED들은 각각의 R, G, B핀의 전원 입력에 따라 점멸

3. nCube-Air Board & Sensors Connection

아래의 그림과 같이 Adafruit Feather M0 보드와 CCS811 Air Quality Sensor, RGB-LED를 연결한다.

이 때 사용하는 빵판은, 다음과 같은 구조를 가지고 있다.

가장 오른쪽의 2줄과 왼쪽의 2줄은 각각 세로로 연결되어 있으며,
a~e열은 각각 1~30행 까지 가로로 연결되어 있고, f~j열 또한 각각 1~30행 까지 가로로 연결되어 있다.

빵판의 구조를 고려하여, Adafruit Feather M0 보드와 CCS811 Air Quality Sensor, RGB-LED를 연결한 모습은 다음과 같다.


이로서 nCube-Air를 개발하기 위한 보드와 센서의 연결이 모두 끝났다.

Contents

  1. Indroduction
  2. Development Environment Setup
  3. nCube-Air Board & Sensors Setup
  4. nCube-Air Setup & Execution
  5. nCube-Air Data Retrieve & LED Control
  6. nCube-Air Date Retrieve with oneM2M API
Clone this wiki locally