• 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... ), 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 (more details: • ESP8266 Web Server POST Requests With... ). The JSON-formatted data specifies the frequency and number of blinks displayed using the onboard LED.
I go over the process, step-by-step, of how to write the server code using the Arduino IDE, and a client application in Python using the Text Editor Vim.
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). We wanted to show you in detail how to take things further by writing a Python client application to send custom, JSON-formatted data to the web server running on the ESP8266.
==========
• Project parts:
ACROBOTIC Development Board for ESP8266:
https://acrobotic.com/products/acr-00018
http://amzn.to/2dAZ1mW (affiliate)
==========
• Project code:
Httplib2 module for Python:
https://github.com/httplib2/httplib2
Firmware for the Arduino IDE:
https://github.com/acrobotic/Ai_Tips_...
Python client application using Httplib2:
https://github.com/acrobotic/Ai_Tips_...
==========
• Tutorials:
Detailed guide for getting started with the ESP8266 Development Board:
https://learn.acrobotic.com/tutorials...
==========
• Music:
andyclassical (https://audiojungle.net/user/andyclas.... Envato's Music Standard License.
==========
#ESP8266 #Arduino #Tutorial