У нас вы можете посмотреть бесплатно ESP8266 Web Server POST Requests With JSON Data In Arduino IDE (Mac OSX and Windows) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
• Your support helps me post videos more frequently: / acrobotic https://www.paypal.me/acrobotic https://buymeacoff.ee/acrobotic BTC: 1ZpLvgETofMuzCaKoq5XJZKSwe5UNkwLM ========== • Find me on: / acrobotic / acrobotic / acrobotic ========== • My shops: https://acrobotic.com/shop https://amazon.com/shops/acrobotic ========== • Description: In this video I show you how to send data to, and process it on, a web server running on the ESP8266. I start with the web server code that was set up in another video ( • ESP8266 Web Server Step-By-Step Using Ardu... ), and add a route where to send the data. When the JSON-formatted data is received, it's sent to a callback function, which processes it and extracts the included parameters. The JSON-formatted data specifies the pan and tilt of a servo-powered USB camera mount. I go over the process, step-by-step, of how to write code using the Arduino IDE. One of the most common tasks when using the ESP8266 is setting it up as a device that connects to a network and responds to traffic on it (i.e., a web server). I wanted to show you, in detail, how to take things further by using the web server to receive custom data formatted in JSON and included inside of a POST request. ========== • Project parts: ACROBOTIC Development Board for ESP8266: https://acrobotic.com/products/acr-00018 http://amzn.to/2dAZ1mW (affiliate) ACROBOTIC Pan and Tilt USB Camera Mount: https://acrobotic.com/products/acs-00008 ========== • Project code: Firmware for the Arduino IDE: https://github.com/acrobotic/Ai_Tips_... Install curl (Mac and Windows): https://curl.haxx.se/download.html ========== • Tutorials: Detailed guide for getting started with the ESP8266 Development Board: http://learn.acrobotic.com/tutorials/... ========== • Music: Jason Shaw (http://audionautix.com/). Creative Commons License 3.0. ========== #ESP8266 #Arduino #Tutorial