Skip to content

nCube:Thyme for Arduino Application : nCube Base (English)

IoTKETI edited this page Feb 14, 2018 · 7 revisions

nCube:Thyme for Arduino - Application : nCube-Base

Hardware

  1. Adafruit Feather M0
  • Cortex M0 processor
  • Support SPI, I2C, UART communications
  • Atmel WINC1500 WiFi chip that supports 802.11bgn
  1. CM1106 CO2 Sensor
  • Measures the Co2 values from the air
  • Uploads the value to Arduino using the UART port
  1. RGB LED
  • RGB 3-color LED board operates red, green and blue LEDs
  • It's depending on the input of R, G, B pins

Hardware Connection

2017-11-04 11 20 14

Software

  1. Open the Arduino development tool
  2. Download OneM2MClient library and move it to development tool's library directory
  3. Load the nCube-base example sketch from OneM2MClient library's example directory
  4. Edit AE-ID to avoid duplication with other devices

nCube-base Execution

  1. Connect adafruit feather M0 to PC via micro USB cable
  2. Compile and Upload the sketch to board
  3. Check the SSID of adafruit Feather M0 of AP mode via serial monitor, connect to the SSID and set up WiFi connection

CO2 Value Checking & LED Control

  1. Open Mobius Resource Monitoring Tool and input your AE-ID
  2. You can check the CO2 value on Co2 container
  3. You can control the led by creating cin in the led container
Clone this wiki locally