Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Technology >> Manufacturing process

Control an Arduino LED with Cortana via Bluetooth on Windows 10

Components and supplies

Control an Arduino LED with Cortana via Bluetooth on Windows 10
Arduino UNO
×1
Control an Arduino LED with Cortana via Bluetooth on Windows 10
LED (generic)
×1
Control an Arduino LED with Cortana via Bluetooth on Windows 10
HC-06 Bluetooth Module
×1
Control an Arduino LED with Cortana via Bluetooth on Windows 10
Breadboard (generic)
×1
Control an Arduino LED with Cortana via Bluetooth on Windows 10
Jumper wires (generic)
×6

Apps and online services

Control an Arduino LED with Cortana via Bluetooth on Windows 10
Microsoft Windows 10
Control an Arduino LED with Cortana via Bluetooth on Windows 10
Microsoft Visual Studio 2015
Control an Arduino LED with Cortana via Bluetooth on Windows 10
Arduino IDE

About this project

In this tutorial you will end up by controlling and LED connected to Arduino Uno with a UWP Application on Windows 10 using Cortana via Bluetooth Interface.

First of all you will need some tools such as:

  • Arduino Uno
  • Breadboard
  • LED
  • Bluetooth Module
  • Jumpers
  • Windows 10 and Visual Studio 2015 installed on your PC

This tutorial is divided into three parts:

  • First one the Hardware ConnectionYou will connect the LED to the Arduino Uno, and connect the Bluetooth Module to the Arduino as well. (as shown in the scheme below)
  • Second step is to write an Arduino Sketch that receives serial messages which turn on/off the LED and then create UWP App which will connect to the Arduino through Bluetooth.
  • Third one is to Activate and Handle Cortana voice commands.

You will find the source code below demonstrating all of these steps.

This is the final result you should get by the end of this tutorial.

And this is a complete tutorial to walk you though.

Check out more blogs on my personal blog:

https://mohamedemam0.wordpress.com/

Code

Lights Demo
https://github.com/mohamedemam0/Lights-Demo

Schematics

Control an Arduino LED with Cortana via Bluetooth on Windows 10

Manufacturing process

  1. Custom Arduino TV Remote – Battery‑Powered, 3D‑Printed Case
  2. Control an LED via Bluetooth with Arduino – Simple DIY Guide
  3. DIY Arduino Humidifier Controller with Relay – Safe High‑Voltage Setup
  4. Build a 4x4x4 LED Cube with Arduino Uno & 1Sheeld – Interactive LED Project
  5. ThimbleKrox: Finger-Mounted Mouse Control Using Arduino Micro & MPU-6050
  6. LED Tower Art: Programmable RGB Cylinder-Inspired Design
  7. Control Your TV with Alexa: Arduino & ESP8266 Setup
  8. Control 65,280 Relays with Arduino: Expandable IO & Relay Solutions
  9. Control Your Home Lighting System with Voice Commands
  10. Control Music Playback with Your Remote: A Simple Arduino Project