Home voice controlled
This is a project for a voice controlled home automation system to control appliances with your voice through an Android app. An Arduino Mega board is used for controlling the relay through... Read more
Story Voice-controlled Robot Voice-controlled robot is both hardware and cloud solution in one piece. The main components are: 1. Alexa Skill – to interpret voice commands and translat... Read more
#include <EEPROM.h> #include <Wire.h> #include <SoftwareSerial.h> #include <LiquidCrystal.h> SoftwareSerial voice = SoftwareSerial(15, 16); LiquidCrystal lcd(5, 6, 7,... Read more