У нас вы можете посмотреть бесплатно Connect an Arduino Microcontroller to a Web Database! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This tutorial goes over how to set up an Arduino IDE, upload a sample sketch, and connect a NodeMCU Microcontroller to a Kintone Web Database. While the device used in this tutorial is an ESP8266 Microcontroller, this tutorial is applicable to nearly all Arduino devices with Wi-Fi capabilities. Similarly, while the Web Database used in this tutorial is Kintone, changing the contents of the HTTP Request allows for any REST-API-based web database to be used. --- Need a Kintone Subdomain? Get one at https://kintone.dev/new Video walkthrough: • Let's Build a Web Database in 1 Minute! --- Sample Code - kintone_web_server.ino https://github.com/kintone-workshops/... --- Prefer a tutorial? Check it out here: https://dev.to/kintonedevprogram/save... --- Need a Kintone Subdomain? Get one at https://kintone.dev/new --- Chapter 00:00:00 - Hello 00:00:11 - Tutorial Overview 00:00:41 - What Does An ESP8266 Microcontroller Look Like 00:01:12 - Notes about USB Cables and Arduino Microcontrollers 00:01:47 - What is an Arduino Microcontroller? 00:03:25 - Tutorial Overview 00:03:37 - Step 1 - Install the Arduino IDE 00:04:17 - Step 2 - Install Boards Manager 00:05:34 - Step 3 - Install JSON Packages 00:06:07 - Step 4 - Connect the Microcontroller 00:07:13 - Step 5 - Create a Web Database App on Kintone 00:09:13 - Step 6 - Get the Sample Arduino Sketch 00:10:10 - Step 7 - Set the SSID and Wi-Fi Password Variables 00:10:56 - Step 8 - Compile, Test, and Upload the Code on Arduino IDE 00:11:49 - What is a Serial Monitor? The console.log() for Microcontrollers! 00:13:31 - Step 9 - Connect to the Microcontroller via IP Address 00:13:53 - Step 10 - Input Kintone Information 00:15:46 - How to Expand on the Project 00:17:15 - Thank you for watching