IoT Drone | NodeMcu 4G Drone | Unlimited Drone Rang (Part 1)

Published: 02 June 2019
on channel: DIYLIFEHACKER
92,507
2k

#include servo.h
#define BLYNK_PRINT serial
#include ESP8266WiFi.h
#include BlynkSimpleEsp8266.h
Servo servo;
char auth = "Mq9JcRJhCmaDvYuoJzVJ5BD2J6KI5vtZ"; //Enter your Blynk application auth token
char ssid= "Dialog 4G 025"; //Enter your WIFI name
char pass = "jangu1234"; //Enter your WIFI passowrd



void setup ()
serial.begin(9600);
servo.attach(D0);
servo.attach(D1);
servo.attach(D2);
servo.attach(D3);
servo.attach(D4);
Blynk.begin(auth, ssid, pass)


void loop()
Blynk.run()


BLYNK_WRITE(V0)
servo.write(Map(param.asInt(),0,1023,1000,2000))


BLYNK_WRITE(V1)
servo.write(Map(param.asInt(),0,1023,1000,2000))


BLYNK_WRITE(V2)
servo.write(Map(param.asInt(),0,1023,1000,2000))


BLYNK_WRITE(V3)
servo.write(Map(param.asInt(),0,1023,1000,2000))


BLYNK_WRITE(V4)
servo.write(Map(param.asInt(),0,1023,1000,2000))


Hello friends today I'm going to show you how I make drone unlossable, means unlimited range.
Before starting this i will recommend you to see my another video where I have made the drone. So here is the video Url:-
After learning the drone you should know about IoT means INTERNET of things.Here you can control anything from anywhere of the world by just a simple tap of a button where INTERNET appears.


How I Made My Own FlightConroller :    • How I Made NodeMcu Flight Controller ...  




🌀 Project Parts ~
NodeMcu : https://amzn.to/3CpKODd
🌀 Drone Kit ~
BLDC motor : https://amzn.to/3Eoi1zH
Props : https://amzn.to/3mlUIQL
Lipo charger : https://amzn.to/2ZFT8AF
F450 frame : https://amzn.to/3mnmKvg
APM 2.8 : https://amzn.to/3vUAr8k
ESC : https://amzn.to/3blYzXT
Remote : https://amzn.to/3bjCSrq


Here are some Diagram :-------------------------/
wiring diagram :-- https://drive.google.com/file/d/1mPEe...
Blynk setup guide :--https://www.google.co.in/search?clien...

Follow us on Face Book////
#dronecommunication #drone signal range #dronesignalproblem #howtogetunlimitedrange #diylifehacker #iotbaseddrone #iotproject #bestiotprojects


Watch video IoT Drone | NodeMcu 4G Drone | Unlimited Drone Rang (Part 1) online without registration, duration hours minute second in high quality. This video was added by user DIYLIFEHACKER 02 June 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 92,507 once and liked it 2 thousand people.