ANDROID CONTROLLED ARDUINO BASED VOICE CONTROL ROBOTArchana Ashok GajareAmruta Anil ChandawalePriyanka Dhanaji AgalavePallavi Prabhakar GuravTejaswini Ravindra PatilIJARIIE
车的功能分为两块 一块是自动避障 还有一块是语音控制(由DFrobot卖的那块板控制)自动避障的代码如下int pos=0;float standard=15;const int in1=3;const int in2=4;const int in3=7;const int in4=8;const int e1=5;const int e2=6;const int trigpin=9,echopin=10;int g=0;float a[6],temp...
This is my second version of my arduino robot after "Build your first robot". My Second version is slightly complicated as compared to my first one but offers better features. In this instructable I'm going to show you how to build a fast robot which can measure temperature, find things ...
In this tutorial, you'll be taught to use the Cherokey robot kit to make a voice-controlled Arduino robot step by step! Part 1: Making A Platform The platform I used to build this robot was the robot kit -Cherokey: A 4WD Arduino Basic Robot Building Kit.The robot platformis a vers...
语音控制功能:通过中文语音模块进行有效识别,具体可以去dfrobot参考此模块的用法,这个我也不多说了手机控制方面有两种安卓端:先说一下串口助手这些按钮可以通过自定义按钮功能通过蓝牙发送给小车,从而完成对小车的控制(我设置了播放歌曲及车的状态控制功能)还有一个就是手机实时重力感应控制,需要下载一个叫amarino的软件...
Wi-Fi Voice Controlled Robot Using Wemos D1 ESP8266, Arduino IDE, IFTTT, Adafruit.io and Google Assistant: In this tutorial I show you how to make a voice controlled robotic tank controlled, using a smartphone, Google Assistant, IFTTT and Adafruit.io pla
Running the rover is like controlling an RC toy. The rover can actually climb through a few small obstacles, but there is a limit to it, even if it's a 6x6 vehicle 😄 You can also set it into obstacle avoidance mode and let it roam on its own. However, in a diverse environment,...
Arduino Operated Obstacle Avoidance Robot The main goal of this project is to design arobotic vehiclethat is used to avoid an obstacle. This project uses anultrasonic sensorfor the movement of the robot and Arduino is used for the desired operation. Whenever a robot detects an obstacle ahead of...
I’ll describe the pinouts for both the Arduino Uno and the Arduino Mega 2560 here. Going forward (in in the schematics) I’ll only be using an Arduino Uno so if you are using a Mega 2560 you’ll need to substitute pin numbers accordingly. Our Robot Car project was based around an ...
Wi-Fi Controlled Robot This project implements a robot which can be controlled through WiFi. The control of this robot can be done anywhere with the help of the ARMA IoT shield as well as the Blynk App to provide the user interface. In this project, the Uno board is connected to the Wi...