У нас вы можете посмотреть бесплатно Mail | notification | from aurdino using ESP and Blynk | 100% working | mini project on Arduino или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Blynk notification and email using ESP8266 connected over WiFi and programmed using Arduino This video is about: How to get notification and Email using the ESP8266 and Blynk app ... so this video is excitingly about getting notification and email and to know about the status of your device this is very beginning step towards the IOT platform ,,it has a lot of scope and getting a status about your device is not simple enough until ll and unless u follow this procedure where any other way is much difficult job according to me. IOT(internet of things) can be clear view here, where every status of the device is updated to the internet and you have the access to that is made easy in this video using Blynk app.so u can learn and implement this kinds of stuffs. Download latest Blynk library here: https://github.com/blynkkk/blynk-libr... Updated code : please remove the setup and loop methods and tha copy this code . please use angel brackets(greater and lesser symbols) instead of ^ since YouTube is not allowing to use the symbol #include ^SPI.h^ BlynkTimer timer; void notifyUptime(){ long uptime = millis() / 60000L; //millis() is a fuction which returns the number of seconds the time has elapsed after the start of the device Blynk.email("your_mail@gmail.com", "Subject: Notify", String("Device Running for ") + uptime + " minutes."); Blynk.notify(String("Running for ") + uptime + " minutes."); // only one notification per 15 seconds is allowed. } void setup(){ Serial.begin(9600); pinMode(2,INPUT); Blynk.begin(auth, ssid, pass); Blynk.notify("Device started"); // Setup a function to be called every minute timer.setInterval(60000L,notifyUptime); } void loop(){ Blynk.run(); timer.run(); } end of code part Get notification and Email 1.When device comes online. 2.For how long the device is online. 3.When device goes offline. !!!!!!!!!!!!!!!!! UPLOAD !!!!!!!!!!!!!!!! [[Don't forget to connect:(during uploading) [[1.Reset(arduino board)--Ground [[2.GPIO0(ESP board)--Ground [[3.Make common ground [[4.Vcc--3.3v(only) please dont make any slight mistakes this could take a long time to fix very small problem. Complete tutorial on programming and uploading ESP through Arduino: "Blynk and ESP8266 control using WI-FI and programming" : link: • Blynk and ESP8266 control using Wi-Fi and... please view this video if you are beginner for ESP module,,,the above video in detail explains about how to programme the ESP and upload the code to ESP and also what you have to do after it is uploaded and run the programme.the above linked video also explains about how to use Blynk app and its widget. Pics of ESP and ARDUINO connections: pics(during uploading) : https://drive.google.com/open?id=0B4n... pic(after uploading) : https://drive.google.com/open?id=0B4n... This pics above are the important pics of connection between the ESP and Arduino during and after the programming part !!!!!!!!!!!!!!!!!!!!!!!!Thank you for watching the video !!!!!!!!!!!!!!!!!!!!!! !! Like !!!!!\\\\\don't forget to Subscribe\\\\\\\\